Have you tried enclosing the entire actions argument in "quotation marks"? It looks like bash shell is parsing the parentheses when it shouldn't.
Cheers, Alison 2014-04-28 4:36 GMT-04:00 chen zhang <[email protected]>: > Hello,everyone! > I have a urgent question.My environment is mininet 2.0+ovs 2.0,and i have > make sandbox,but when i wrote "ovs-ofctl add-flow s1 > nw_dst=1.0.0.0/255.0.0.0 > actions=[learn(table=2,goto_table:3),apply_actions([mod_vlan_vid=3])]",it > warned that "bash: syntax error near unexpected token `(' ",it confused me > very much,what should i do with the problem? > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss > -- Alison Chan [email protected] SMS: +1 909 278 7753 Fax: +1 206 203 2793 _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
