X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.h;h=51b197922b0c15c832cd8bb7e0d8f726b8ed972c;hb=865b26a4d0793f7789ce61af00843f05a88b0c12;hp=0863efda204b0a57e55d4d670fe05475c31e3955;hpb=91d6cd12da72f9f0f510c9c66ecb1772197f4678;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index 0863efda2..51b197922 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -93,6 +93,9 @@ ofp_port_t vsp_realdev_to_vlandev(const struct ofproto_dpif *, ovs_be16 vlan_tci); bool vsp_adjust_flow(const struct ofproto_dpif *, struct flow *); +int ofproto_dpif_execute_actions(struct ofproto_dpif *, const struct flow *, + struct rule_dpif *, const struct ofpact *, + size_t ofpacts_len, struct ofpbuf *); void ofproto_dpif_send_packet_in(struct ofproto_dpif *, struct ofputil_packet_in *pin); int ofproto_dpif_send_packet(const struct ofport_dpif *, struct ofpbuf *);