X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.c;h=01b894f780bb0cf6ca5862c8c9f7b2b15b4ca6bc;hb=f7f1ea290307cd60060bd7c87fab1eee3d7e3e0a;hp=9ddae5c22923faeaa22c175fa447ae2381193989;hpb=e20ae8113625b15f9231f74102d7b7d1eea6a4f6;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index 9ddae5c22..01b894f78 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -1645,13 +1645,9 @@ any_extras_changed(const struct connmgr *mgr, /* In-band implementation. */ bool -connmgr_must_output_local(struct connmgr *mgr, const struct flow *flow, - odp_port_t local_odp_port, - const struct nlattr *odp_actions, - size_t actions_len) +connmgr_has_in_band(struct connmgr *mgr) { - return !mgr->in_band || in_band_rule_check(flow, local_odp_port, - odp_actions, actions_len); + return mgr->in_band != NULL; } /* Fail-open and in-band implementation. */