Thank you! I add the flow as below 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 then I can't find the flow in the content of url(http://xx.xx.xx.xx:8181/restconf/operational/opendaylight-inventroy:nodes/node/openflow:xxxxxxxxxxxx/table/10) Does openflowplugin support "ct_mark"?
[email protected] From: Jamo Luhrsen Date: 2017-02-14 01:24 To: [email protected]; discuss; [email protected] Subject: Re: [OpenDaylight Discuss] How can I send some flows like below through odl? +openflowplugin-dev list Min, this page might help: https://opendaylight.readthedocs.io/en/stable-boron/user-guide/openflow-plugin-project-user-guide.html#end-to-end-flows Thanks, JamO On 02/12/2017 11:35 PM, [email protected] wrote: > 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 >
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
