We do not have a 'ofproto_dpif_refresh_rule()' function. Signed-off-by: Jarno Rajahalme <ja...@ovn.org> --- ofproto/ofproto-dpif.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index f1e1209..a3b1d6b 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -161,7 +161,6 @@ int ofproto_dpif_send_packet(const struct ofport_dpif *, bool oam, struct dp_packet *); void ofproto_dpif_flow_mod(struct ofproto_dpif *, const struct ofputil_flow_mod *); -struct rule_dpif *ofproto_dpif_refresh_rule(struct rule_dpif *); struct ofport_dpif *odp_port_to_ofport(const struct dpif_backer *, odp_port_t); struct ofport_dpif *ofp_port_to_ofport(const struct ofproto_dpif *, -- 2.1.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev