Re: [ovs-discuss] Multiple Goto on Single Flow Statement

2017-11-14 Thread Ben Pfaff
On Tue, Nov 14, 2017 at 07:14:13PM +, Michael Williams wrote:
> Under OvS 2.4.1 when we issue the following command;
> 
> sudo ovs-ofctl -O OpenFlow13 add-flow s1 
> table=0,in_port=2,actions=goto_table:1,goto_table:2
> 
> 
> we get this message;
> 
> ovs-ofctl: instruction goto_table may be specified only once
> 
> 
> Does OvS support this in later versions?

No, OpenFlow forbids multiple goto_table instructions in an action list.

You can use the OVS extension "resubmit" action for the same purpose.
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


[ovs-discuss] Multiple Goto on Single Flow Statement

2017-11-14 Thread Michael Williams
Under OvS 2.4.1 when we issue the following command;

sudo ovs-ofctl -O OpenFlow13 add-flow s1 
table=0,in_port=2,actions=goto_table:1,goto_table:2


we get this message;

ovs-ofctl: instruction goto_table may be specified only once


Does OvS support this in later versions?
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss