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

[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?