Hi Gaurav

To view the flow entries,you can use

ovs-ofctl dump-flows <bridge-name>

and to add flow onto bridge,you can use

ovs-ofctl add-flow <briddge-name> in_port=1,action=drop

Regards.
Abhishek Jain



On Mon, Jan 20, 2014 at 12:10 PM, gaurav bhagwani <[email protected]>wrote:

>
> Hi,
>
> Need some help on the ovs-ofctl command
>
> Please help me on the ovs switch cli command to add a simple 1.3 flow with
> some action and also command to see the flow entry configured on the switch
>
>
> Thanks,
>
>
> Regards,
> Gaurav Bhagwani
>
> _______________________________________________
> discuss mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/discuss
>
>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to