ovs-ofctl: Document padding in "note" actions.
authorBen Pfaff <blp@nicira.com>
Tue, 1 May 2012 22:28:08 +0000 (15:28 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 May 2012 22:28:08 +0000 (15:28 -0700)
Reported-by: Paul Ingram <paul@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ofctl.8.in

index 4164bc9ed060d9b481d845a57f941076e16e456a..fdaa037de22bccb932f38b1f205b8bca11cf79e7 100644 (file)
@@ -886,6 +886,10 @@ processing.
 Does nothing at all.  Any number of bytes represented as hex digits
 \fIhh\fR may be included.  Pairs of hex digits may be separated by
 periods for readability.
+The \fBnote\fR action's format doesn't include an exact length for its
+payload, so the provided bytes will be padded on the right by enough
+bytes with value 0 to make the total number 6 more than a multiple of
+8.
 .
 .IP "\fBmove:\fIsrc\fB[\fIstart\fB..\fIend\fB]\->\fIdst\fB[\fIstart\fB..\fIend\fB]\fR"
 Copies the named bits from field \fIsrc\fR to field \fIdst\fR.