diff mbox

[ovs-dev,PATCHv3,2/2] manpages: Update documentation for ct_* masks.

Message ID 1459806964-28523-2-git-send-email-joe@ovn.org
State Accepted
Headers show

Commit Message

Joe Stringer April 4, 2016, 9:56 p.m. UTC
These have been supported all along, but the documentation neglected to
mention the fact.

Signed-off-by: Joe Stringer <joe@ovn.org>
---
 utilities/ovs-ofctl.8.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ben Pfaff April 14, 2016, 5:09 p.m. UTC | #1
On Mon, Apr 04, 2016 at 02:56:04PM -0700, Joe Stringer wrote:
> These have been supported all along, but the documentation neglected to
> mention the fact.
> 
> Signed-off-by: Joe Stringer <joe@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Joe Stringer April 15, 2016, 6:37 p.m. UTC | #2
On 14 April 2016 at 10:09, Ben Pfaff <blp@ovn.org> wrote:
> On Mon, Apr 04, 2016 at 02:56:04PM -0700, Joe Stringer wrote:
>> These have been supported all along, but the documentation neglected to
>> mention the fact.
>>
>> Signed-off-by: Joe Stringer <joe@ovn.org>
>
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks, applied to master and branch-2.5.
diff mbox

Patch

diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index 6e2613207979..8188b5352349 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -1725,12 +1725,12 @@  fields are accepted within the \fBexec\fR action, and these fields may only be
 modified with this option. For example:
 .
 .RS
-.IP \fBset_field:\fIvalue\fR->ct_mark\fR
+.IP \fBset_field:\fIvalue\fR[\fB/\fImask\fR]->ct_mark\fR
 Store a 32-bit metadata value with the connection. If the connection is
 committed, then subsequent lookups for packets in this connection will
 populate the \fBct_mark\fR flow field when the packet is sent to the
 connection tracker with the \fBtable\fR specified.
-.IP \fBset_field:\fIvalue\fR->ct_label\fR
+.IP \fBset_field:\fIvalue\fR[\fB/\fImask\fR]->ct_label\fR
 Store a 128-bit metadata value with the connection.  If the connection is
 committed, then subsequent lookups for packets in this connection will
 populate the \fBct_label\fR flow field when the packet is sent to the