]> git.proxmox.com Git - ovs.git/commit - ofproto/bundles.h
ofproto: Remove double reporting from bundles.
authorJarno Rajahalme <jarno@ovn.org>
Thu, 15 Sep 2016 20:59:52 +0000 (13:59 -0700)
committerJarno Rajahalme <jarno@ovn.org>
Thu, 15 Sep 2016 20:59:52 +0000 (13:59 -0700)
commit0c78eebea4dd240392567fe9c452d659468f6a6d
tree7d031a27cd0e38ccb002d4479412de97723ed6e6
parentf069903d28eeb3067ad3842cf0095a3692a5eb61
ofproto: Remove double reporting from bundles.

Patch b0d38b2f17 unified flow mod reporting in ofproto for both
stand-alone flow mods and bundle flow mods, but left bundle-specific
reporting to the bundle removal code.  This patch fixes this by
removing the bundle-specific reporting of flow mods.

Found by inspection.

Fixes: b0d38b2f17 ("ofproto: Report flow mods also from bundles.")
Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
ofproto/bundles.c
ofproto/bundles.h
ofproto/connmgr.c
ofproto/ofproto.c
tests/ofproto.at