ofp-msgs: Add support for ONF extension messages.
[cascardo/ovs.git] / build-aux / extract-ofp-msgs
index b00039d..d3c4d4c 100755 (executable)
@@ -161,7 +161,7 @@ def extract_ofp_msgs(output_file_name):
                     hdrs = (version, OFPT10_STATS_REPLY, number, 0, 0)
                 else:
                     hdrs = (version, OFPT11_STATS_REPLY, number, 0, 0)
-            elif type_ == 'ONF':
+            elif type_ == 'ONFT':
                 hdrs = (version, OFPT_VENDOR, 0, ONF_VENDOR_ID, number)
             elif type_ == 'ONFST' and name.endswith('_REQUEST'):
                 if version == VERSION["1.0"]: