Re: [ovs-dev] Flow actions handling

2016-07-01 Thread Ben Pfaff
On Wed, Jun 29, 2016 at 07:52:10PM +0530, Kapil Adhikesavalu wrote: > 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 th

[ovs-dev] Flow actions handling

2016-06-29 Thread Kapil Adhikesavalu
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 m