On Wed, Apr 30, 2014 at 10:58 AM, Ben Pfaff <b...@nicira.com> wrote:
> Signed-off-by: Ben Pfaff <b...@nicira.com>
Acked-by: Gurucharan Shetty <gshe...@nicira.com>
> ---
> utilities/ovs-vsctl.8.in | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
> index 43b00bf..1701b48 100644
> --- a/utilities/ovs-vsctl.8.in
> +++ b/utilities/ovs-vsctl.8.in
> @@ -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.
> --
> 1.7.10.4
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev