From 'man ovs-ofctl', how about fields(ip_src, nw_proto, tcp_src). -Yi-Hung
On Mon, Apr 3, 2017 at 11:53 AM, Ching Sun <[email protected]> wrote: > Hi all, > > > > I tried add group with selection_method=hash and multiple fields, like the > following: > > > > ovs-ofctl -O OpenFlow13 add-group br-int "group_id=1, type=select, > selection_method=hash, fields=ip_src, nw_proto, tcp_src, > bucket=actions=set_field:0x1->metadata, resubmit(,40), > bucket=actions=set_field:0x2->metadata, resubmit(,40)" > > > > And got an error “ovs-ofctl: unknown keyword nw_proto”. I thought nw_proto > was the right keyword, can someone show me what are the right syntax to do > this. > > > > Thanks, > > Ching > > > > > _______________________________________________ > discuss mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss > _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
