summaryrefslogtreecommitdiff
path: root/ofproto/bundles.h
diff options
context:
space:
mode:
authorJarno Rajahalme <jarno@ovn.org>2016-09-15 13:59:52 -0700
committerJarno Rajahalme <jarno@ovn.org>2016-09-15 13:59:52 -0700
commit0c78eebea4dd240392567fe9c452d659468f6a6d (patch)
tree7d031a27cd0e38ccb002d4479412de97723ed6e6 /ofproto/bundles.h
parentf069903d28eeb3067ad3842cf0095a3692a5eb61 (diff)
downloadopenvswitch-0c78eebea4dd240392567fe9c452d659468f6a6d.tar.gz
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>
Diffstat (limited to 'ofproto/bundles.h')
-rw-r--r--ofproto/bundles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/bundles.h b/ofproto/bundles.h
index 1818b161d..dd64700aa 100644
--- a/ofproto/bundles.h
+++ b/ofproto/bundles.h
@@ -83,7 +83,7 @@ enum ofperr ofp_bundle_add_message(struct ofconn *, uint32_t id,
uint16_t flags, struct ofp_bundle_entry *,
const struct ofp_header *);
-void ofp_bundle_remove__(struct ofconn *, struct ofp_bundle *, bool success);
+void ofp_bundle_remove__(struct ofconn *, struct ofp_bundle *);
static inline struct ofp_bundle_entry *
ofp_bundle_entry_alloc(enum ofptype type, const struct ofp_header *oh)