FAQ: Describe how bonded ports interact with OpenFlow.
[openvswitch] / build-aux / extract-ofp-msgs
index fe92dae0d5ea64cc295caac19ad7470d500d8b37..ad1a8a8327946b0951c2352cb13d7f854734b4b4 100755 (executable)
@@ -28,7 +28,8 @@ version_map = {"1.0":     (OFP10_VERSION, OFP10_VERSION),
                "1.1+":    (OFP11_VERSION, OFP13_VERSION),
                "1.2+":    (OFP12_VERSION, OFP13_VERSION),
                "1.3+":    (OFP13_VERSION, OFP13_VERSION),
-               "1.0-1.1": (OFP10_VERSION, OFP11_VERSION)}
+               "1.0-1.1": (OFP10_VERSION, OFP11_VERSION),
+               "1.0-1.2": (OFP10_VERSION, OFP12_VERSION)}
 
 def get_line():
     global line