Dear All,

I've spent my last days with playing group tables, and I have a feeling that the select group isn't working properly or I do something wrong.

I defined the group table with

"ovs-ofctl -O OpenFlow13 add-group br0 group_id=1,type=select,bucket=output:3,bucket=output:4"

command and added the flow with this one:

ovs-ofctl -O OpenFlow13 add-flow br0 ip,nw_dst=1.2.3.2,actions=group:1

Then I ping'ed the 1.2.3.2, but all packets go out on the 4th port instead of round robining between 3 and 4.

ARP requests are handled correctly, both sides know the MAC addresses.

Could you please help what I do wrong?

Thanks and regards,
Balazs

ps: please keep me in the reply, I'm not member of the list.




_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to