X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn.h;h=0c13744c475790fe9961448d13a2d1c55d71a529;hb=1c617a495fdc6bb91e29bf00df4c837f63d63199;hp=9e012bcfbc413a24279f7b9be22e394033777ae3;hpb=193456d581423f894e57e8463ff5049c0d802f0a;p=openvswitch diff --git a/lib/vconn.h b/lib/vconn.h index 9e012bcf..0c13744c 100644 --- a/lib/vconn.h +++ b/lib/vconn.h @@ -85,6 +85,9 @@ struct ofpbuf *make_del_flow(const flow_t *); struct ofpbuf *make_add_simple_flow(const flow_t *, uint32_t buffer_id, uint16_t out_port, uint16_t max_idle); +struct ofpbuf *make_packet_in(uint32_t buffer_id, uint16_t in_port, + uint8_t reason, + const struct ofpbuf *payload, int max_send_len); struct ofpbuf *make_packet_out(const struct ofpbuf *packet, uint32_t buffer_id, uint16_t in_port, const struct ofp_action_header *,