]> git.proxmox.com Git - ovs.git/commit - AUTHORS.rst
ofproto: Keep inserting buckets into a group from changing group type.
authorBen Pfaff <blp@ovn.org>
Thu, 7 Dec 2017 22:03:56 +0000 (14:03 -0800)
committerBen Pfaff <blp@ovn.org>
Mon, 11 Dec 2017 19:44:12 +0000 (11:44 -0800)
commit836476ce24dd0c01388f1543808ea8bfd05b9f04
treeb1e963fc94a9b5f2c42d5f9def0acfa91a436ec1
parentc66caed404d688cd4c4f0ba2260ae5a4d0531ef6
ofproto: Keep inserting buckets into a group from changing group type.

The "insert buckets" and "delete buckets" operations on a group should not
change the group's type or properties, but the implementation did this by
mistake.  This fixes the problem.

Reported-by: shivani dommeti <shivani.dommeti@gmail.com>
Tested-by: shivani dommeti <shivani.dommeti@gmail.com>
Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2017-December/045830.html
Signed-off-by: Ben Pfaff <blp@ovn.org>
AUTHORS.rst
ofproto/ofproto.c
tests/ofproto.at