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:
> >
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
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.