X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.h;h=eb4787c037d8fc04125208ef736822b969792a63;hb=1ebeaaa7f0c3f0f94f28377404c52a11cca50d86;hp=ed0aa90a81a56075f440363d94570a40ce358cb9;hpb=79428250c2b2b51f233d2c3f74560190ff9fb325;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index ed0aa90a8..eb4787c03 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -143,6 +143,7 @@ void ofproto_dpif_send_packet_in(struct ofproto_dpif *, bool ofproto_dpif_wants_packet_in_on_miss(struct ofproto_dpif *); int ofproto_dpif_send_packet(const struct ofport_dpif *, struct ofpbuf *); void ofproto_dpif_flow_mod(struct ofproto_dpif *, 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);