From 4b6b46ce8a846269cf2ac95cea964ced7482030e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 21 Oct 2010 09:49:12 -0700 Subject: [PATCH] ovs-ofctl: Better document the meaning of "priority" in flow descriptions. Reported-by: Reid Price Bug #3905. --- utilities/ovs-ofctl.8.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index dbcf3a5f..42c8ab5b 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -496,8 +496,11 @@ A cookie is an opaque identifier that can be associated with the flow. flows. . .PP -The \fBadd\-flow\fR, \fBadd\-flows\fR, and \fBdel\-flows\fR commands -support an additional optional field: +The following additional field sets the priority for flows added by +the \fBadd\-flow\fR and \fBadd\-flows\fR commands. For +\fBmod\-flows\fR and \fBdel\-flows\fR when \fB\-\-strict\fR is +specified, priority must match along with the rest of the flow +specification. Other commands ignore the priority value. . .IP \fBpriority=\fIvalue\fR The priority at which a wildcarded entry will match in comparison to -- 2.30.2