[ovs-dev] [PATCH] ovs-vsctl: Add an example of how to limit the flows in a flow table.

Gurucharan Shetty shettyg at nicira.com
Wed May 21 15:28:28 UTC 2014


On Wed, Apr 30, 2014 at 10:58 AM, Ben Pfaff <blp at nicira.com> wrote:
> Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at 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 at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list