[ovs-discuss] add-group issue

Ben Pfaff blp at nicira.com
Tue Nov 3 18:43:47 UTC 2015


On Thu, Oct 29, 2015 at 03:17:35PM -0700, Ray Li wrote:
> Hi, I reinstall my system and OVS 2.4 recently, and this used to work but
> isn't working anymore:
> 
> ovs-vsctl --may-exist add-br br -- set bridge br
> protocols=OpenFlow10,OpenFlow11,OpenFlow12,OpenFlow13,OpenFlow14,OpenFlow15
> 
> ovs-ofctl add-group br_vxlan group_id=2147483647,type=all -O OpenFlow15
> 
> At which point I get this error:
> 
> OFPT_ERROR (OF1.5) (xid=0x2): OFPGMFC_BAD_BUCKET
> OFPT_GROUP_MOD (OF1.5) (xid=0x2):
>  ADD group_id=2147483647,type=all
> 
> Any idea what it means? I'm not sure why it's no longer working for me.

This does work with OVS master (if I s/br_vxlan/br), maybe it was a bug
in 2.4.  We don't usually bother to fix bugs in only partially supported
versions of OpenFlow, in old versions of OVS.

However, probably OVS logs something when you do this, what does it log?



More information about the discuss mailing list