Thanks. But I don't quite understand how it works.
I want to redirect traffic from table0 to table1 and send it to the traditional switching in table1 I do: # ovs-ofctl del-flows br0 # ovs-ofctl add-flow br0 "actions=resubmit(1)" # ovs-ofctl add-flow br0 "table=1 actions=normal" And switch doesn't work. What is wrong? There is list of existing flows: # ovs-ofctl dump-flows br0 NXST_FLOW reply (xid=0x4): cookie=0x0, duration=306.936s, table=0, n_packets=165, n_bytes=10626, idle_age=296, actions=resubmit:1 cookie=0x0, duration=306.935s, table=1, n_packets=0, n_bytes=0, idle_age=306, actions=NORMAL PS. Simple adding # ovs-ofctl add-flow br0 "actions=normal" works fine in my configuration. 2012/10/15 Justin Pettit <jpet...@nicira.com> > Take a look at the "resubmit([port],[table])" action in the ovs-ofctl man > page. > > --Justin > > >
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss