On Tue, Nov 14, 2017 at 07:14:13PM +0000, 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

Reply via email to