How can I send some flows like below through odl? ovs-ofctl -Oopenflow13 add-flow br-soc "table=10,priority=62030,ct_state=-trk,ip,dl_src=orignal_gw_mac actions=ct(table=10)" ovs-ofctl -Oopenflow13 add-flow br-soc "table=10,priority=62020,ct_state=+new+trk,ip,dl_src=orignal_gw_mac actions=ct(commit,exec(set_field:0x$mark_value->ct_mark)),goto_table:20" ovs-ofctl -Oopenflow13 add-flow br-soc "table=10,priority=62030,ct_state=-trk,ip,dl_dst=default_gw_mac actions=ct(table=10)" ovs-ofctl -Oopenflow13 add-flow br-soc "table=10,priority=61007,ct_mark=0x$mark_value,dl_dst=default_gw_mac actions=set_field:$orignal_gw_mac->eth_dst,goto_table:20"
[email protected]
_______________________________________________ Discuss mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/discuss
