]> git.proxmox.com Git - ovs.git/commitdiff
ovs-vsctl: Add an example of how to limit the flows in a flow table.
authorBen Pfaff <blp@nicira.com>
Wed, 30 Apr 2014 17:58:47 +0000 (10:58 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 21 May 2014 18:13:19 +0000 (11:13 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/ovs-vsctl.8.in

index 43b00bfd47d3c0e7c9b045ea0aa2211cbbfbc33c..1701b486553a95b2d4d8bd08fc792ef47cf84eca 100644 (file)
@@ -975,6 +975,10 @@ Configure bridge \fBbr0\fR to support OpenFlow versions 1.0, 1.2, and
 .IP
 .B "ovs\-vsctl set bridge br0 protocols=openflow10,openflow12,openflow13"
 .
+.SS "Flow Table Configuration"
+Limit flow table 0 on bridge br0 to a maximum of 100 flows:
+.IP
+.B "ovs\-vsctl \-\- \-\-id=@ft create Flow_Table flow_limit=100 overflow_policy=refuse \-\- set Bridge br0 flow_tables=0=@ft"
 .SH "EXIT STATUS"
 .IP "0"
 Successful program execution.