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.
actions=[action][,action...] The syntax of actions are identical to the actions= field described in Flow Syntax above. Specyfing actions= is optional, any unknown bucket parameter will be inter‐ preted as an action.
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss