Re: [ovs-dev] Resubmit after Normal output action

2013-06-12 Thread Baohua Yang
Thanks ben. I re-do the experiments, the order does NOT care. Sorry for my mistake due to the input port match. Thanks! On Tue, Jun 11, 2013 at 12:55 AM, Ben Pfaff wrote: > On Sun, Jun 09, 2013 at 05:20:27PM +0800, Baohua Yang wrote: > > I want one packet do two processes in ovs: > >

Re: [ovs-dev] Resubmit after Normal output action

2013-06-10 Thread Ben Pfaff
On Sun, Jun 09, 2013 at 05:20:27PM +0800, Baohua Yang wrote: > I want one packet do two processes in ovs: >1) resubmit to another table; > 2) Normal send out. > > However, if specifying Normal output action before resubmit action, > it will work. > While put

[ovs-dev] Resubmit after Normal output action

2013-06-09 Thread Baohua Yang
Dear all I want one packet do two processes in ovs: 1) resubmit to another table; 2) Normal send out. However, if specifying Normal output action before resubmit action, it will work. While put resubmit action ahead, it only do the Normal output action.