ofp-util: Allow encoding of Open Flow 1.2 Packet In Messages
[openvswitch] / lib / ofp-util.h
index bea37eee5b137f35e2e996de7f9ef9071b5a9091..bc5722640385b38d17e7f86e56744f8aaf26400d 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);