summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2017-04-28 14:45:21 -0700
committerJoe Stringer <joe@ovn.org>2017-05-01 10:05:18 -0700
commit1746822c4473d1888049eaa690e6a82c8f450b84 (patch)
tree7361d8f3fe10ae66113b13b906c0a665a8e0f062 /utilities
parent4e3000a09f55cb32c0a7bd4f817bdfa3976e4a20 (diff)
downloadopenvswitch-1746822c4473d1888049eaa690e6a82c8f450b84.tar.gz
ofp-actions: Document that learn(limit=0) is no limit.
The documentation was unclear that specifying a limit of 0 is the same as specifying no limit. Controllers that wish to set a learn limit so that no more than 0 flows are learned may omit the learn action. Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Jarno Rajahalme <jarno@ovn.org>
Diffstat (limited to 'utilities')
-rw-r--r--utilities/ovs-ofctl.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index 2e6679ebe..5525bc0bc 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -1466,7 +1466,7 @@ This flag was added in Open vSwitch 2.4.
.IP \fBlimit=\fInumber\fR
If the number of flows in table \fBtable\fR with cookie id \fBcookie\fR exceeds
\fInumber\fR, a new flow will not be learned by this action. By default
-there's no limit.
+there's no limit. limit=0 is a long-hand for no limit.
.
.IP
This flag was added in Open vSwitch 2.8.