ofp-util: Implement OpenFlow 1.4 port status and port desc reply messages.
[cascardo/ovs.git] / build-aux / extract-ofp-msgs
index 9571192..3cefb2b 100755 (executable)
@@ -34,6 +34,7 @@ version_map = {"1.0":     (OFP10_VERSION, OFP10_VERSION),
                "1.0-1.1": (OFP10_VERSION, OFP11_VERSION),
                "1.0-1.2": (OFP10_VERSION, OFP12_VERSION),
                "1.1-1.2": (OFP11_VERSION, OFP12_VERSION),
+               "1.1-1.3": (OFP11_VERSION, OFP13_VERSION),
                "<all>":   (0x01, 0xff)}
 
 def get_line():