summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorJoe Stringer <joestringer@nicira.com>2015-10-15 09:19:11 -0700
committerJoe Stringer <joestringer@nicira.com>2015-10-15 09:22:17 -0700
commit38b366b1c3f5ca3f8b96782af6432f77c48cb2c9 (patch)
tree714fefa38862afa5e98f8018a5cdfee3797f1ab7 /vswitchd
parent06745dc30112f56115eb0efa1bee03ca7acfc97c (diff)
downloadopenvswitch-38b366b1c3f5ca3f8b96782af6432f77c48cb2c9.tar.gz
vswitch.xml: Add caveat to flow-limit.
This option should only be tweaked by developers investigating the behaviour of flow caching, so recommend that this option is not used. Signed-off-by: Joe Stringer <joestringer@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index aac4bd8c7..4dbd9e3e6 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -145,7 +145,8 @@
The maximum
number of flows allowed in the datapath flow table. Internally OVS
will choose a flow limit which will likely be lower than this number,
- based on real time network conditions.
+ based on real time network conditions. Tweaking this value is
+ discouraged unless you know exactly what you're doing.
</p>
<p>
The default is 200000.