On Sun, Jun 12, 2016 at 09:43:23PM +0200, james hopper wrote:
> Hi all,
> I am trying to use resubmit action with groups in OVS-2.4. but it is producing
> "syntax error near unexpected token `('". More precisely, i am trying to
> install following entry on OVS
> ovs-ofctl -O OpenFlow15 add-group br0 group_id=0,type=select, bucket=weight:2,
> actions=resubmit(,1), bucket=weight:1, actions=resubmit(,2)
>  
> OVS documentation mentions that bucket actions in group are identical to
> actions field in Flow Syntax.

That's an error from your shell.  Quote the actions with '' or "".
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to