ofp-util: Allow encoding of Open Flow 1.2 Packet In Messages
[sliver-openvswitch.git] / lib / ofp-util.h
index bea37ee..bc57226 100644 (file)
@@ -277,6 +277,7 @@ struct ofputil_packet_in {
 enum ofperr ofputil_decode_packet_in(struct ofputil_packet_in *,
                                      const struct ofp_header *);
 struct ofpbuf *ofputil_encode_packet_in(const struct ofputil_packet_in *,
+                                        enum ofputil_protocol protocol,
                                         enum nx_packet_in_format);
 
 const char *ofputil_packet_in_reason_to_string(enum ofp_packet_in_reason);