[ovs-dev] [PATCH 1/2] ovs-ofctl: Fix error in man page related to TCI masks.

Justin Pettit jpettit at nicira.com
Wed Dec 28 05:14:21 UTC 2011


On Dec 23, 2011, at 4:14 PM, Ben Pfaff wrote:

> On Fri, Dec 23, 2011 at 01:53:13PM -0800, Justin Pettit wrote:
>> ---
>> utilities/ovs-ofctl.8.in |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>> 
>> diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
>> index 932c204..5fcc60b 100644
>> --- a/utilities/ovs-ofctl.8.in
>> +++ b/utilities/ovs-ofctl.8.in
>> @@ -499,7 +499,7 @@ will report a fatal error.
>> .IP \fBvlan_tci=\fItci\fR[\fB/\fImask\fR]
>> Matches modified VLAN TCI \fItci\fR.  If \fImask\fR is omitted,
>> \fItci\fR is the exact VLAN TCI to match; if \fImask\fR is specified,
>> -then a 1-bit in \fItci\fR indicates that the corresponding bit in
>> +then a 1-bit in \fImask\fR indicates that the corresponding bit in
>> \fItci\fR must match exactly, and a 0-bit wildcards that bit.  Both
>> \fItci\fR and \fImask\fR are 16-bit values that are decimal by
>> default; use a \fB0x\fR prefix to specify them in hexadecimal.
> 
> Good enough for Birmingham, thanks.

I pushed this, and now I'm going to kick back on the front yard couch and break into this here MoonPie.

--Justin





More information about the dev mailing list