X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=f92a523fd243506f802a1347b1b68f6231513ff2;hb=f7f1ea290307cd60060bd7c87fab1eee3d7e3e0a;hp=0242116c967930b71731627e6df4e3829a9bccf9;hpb=e20ae8113625b15f9231f74102d7b7d1eea6a4f6;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 0242116c9..f92a523fd 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -156,10 +156,7 @@ void connmgr_set_extra_in_band_remotes(struct connmgr *, void connmgr_set_in_band_queue(struct connmgr *, int queue_id); /* In-band implementation. */ -bool connmgr_must_output_local(struct connmgr *, const struct flow *, - odp_port_t local_odp_port, - const struct nlattr *odp_actions, - size_t actions_len); +bool connmgr_has_in_band(struct connmgr *); /* Fail-open and in-band implementation. */ void connmgr_flushed(struct connmgr *);