ofproto: Fix remaining incorrect users of OVSP_LOCAL.
[sliver-openvswitch.git] / ofproto / connmgr.h
index a2f7d5a..6ce413e 100644 (file)
@@ -158,6 +158,7 @@ void connmgr_set_in_band_queue(struct connmgr *, int queue_id);
 bool connmgr_msg_in_hook(struct connmgr *, const struct flow *,
                          const struct ofpbuf *packet);
 bool connmgr_may_set_up_flow(struct connmgr *, const struct flow *,
+                             uint32_t local_odp_port,
                              const struct nlattr *odp_actions,
                              size_t actions_len);