As related, I tried to add the following:
ovs-ofctl add-flows
table=0,dl_src=00:aa:bc:00:00:01,port=14,actions=resubmit(14,1) <==
indicate same in_port, table 1
bash: syntax error near unexpected token '('.
I am running openvswitch 1.4.2
Thanks!
Yimin
On Fri, Jul 13, 2012 at 9:40 AM, YIMIN CHEN <[email protected]> wrote:
> Hi,
>
> I am experimenting with 2 flow tables. packet is processed in 2nd
> table only after they are allowed based on first flow table. However,
> I am a little confused about how to specify action for the flow entry
> in 1st flow table. I didn't find an action like "goto table2" in
> ovs-ofctl. Now my question is:
>
> 1) Is there an action like "goto table 2"?
> 2) If not, will packet go to table 2 automatically after exiting table
> 1? what action represent exit? I didn't find an "allow" action
> 3) the only thing I found maybe used to achieve this is "resubmit"
> action. However, in my case, I don't need to change port. Is the port
> optional in resubmit([port],[table])? I tried with resubmit(,2),
> looked like an syntax error.
>
> Your help is appreciated!
>
> Thanks!
> Yimin
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss