+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

Reply via email to