ofproto-dpif: Avoid zeroing tunnel info in handle_miss_upcalls().
[openvswitch] / ofproto / ofproto.h
index 0919d813b7075c68ded92c9456dd5b2aa728c5e1..32a00f232b1ff9b6a646555bd1d1f8fe52da2a58 100644 (file)
@@ -349,6 +349,7 @@ void ofproto_get_all_flows(struct ofproto *p, struct ds *);
 void ofproto_get_netflow_ids(const struct ofproto *,
                              uint8_t *engine_type, uint8_t *engine_id);
 int ofproto_port_get_cfm_fault(const struct ofproto *, uint16_t ofp_port);
+int ofproto_port_get_cfm_opup(const struct ofproto *, uint16_t ofp_port);
 int ofproto_port_get_cfm_remote_mpids(const struct ofproto *,
                                       uint16_t ofp_port, const uint64_t **rmps,
                                       size_t *n_rmps);