[ovs-dev] Flow actions handling

Kapil Adhikesavalu kapil20084 at gmail.com
Wed Jun 29 14:22:10 UTC 2016


Hi,

i have the following flow rule,

*tun_id=0xfa0,in_port=10 actions=mod_vlan_vid:1,resubmit(0,2),resubmit(0,1)*

and i need to know in which order actions will be performed.

will the actions be performed in the s*ame order as mentioned* in the flow
? like

1. Modify VLAN as 1
2. then resubmit modified packet to table 2
3. then resubmit the same packet to table 1.

is it guaranteed that actions will be performed in this order? i seem to
hit a case where packet is seen in table 2 without VLAN mod.

Thanks
Kapil.



More information about the dev mailing list