vconn: Properly line up description for "tcp:" and "ssl:" usage.
[openvswitch] / build-aux / extract-ofp-errors
index efaf103bca79cc6dc8b98805d8ef4c76e4f806be..e513b7f4ae4388211b5ec59031a5826ccdb820c1 100755 (executable)
@@ -234,6 +234,7 @@ def extract_ofp_errors(filenames):
                               "NX1.0+": ("OF1.0", "OF1.1", "OF1.2"),
                               "NX1.0":  ("OF1.0",),
                               "NX1.1":  ("OF1.1",),
+                              "NX1.1+": ("OF1.1",),
                               "NX1.2":  ("OF1.2",)}
                 if targets not in target_map:
                     fatal("%s: unknown error domain" % targets)
@@ -342,7 +343,7 @@ static enum ofperr
 }"""
 
         print """
-const struct ofperr_domain %s = {
+static const struct ofperr_domain %s = {
     "%s",
     %d,
     %s_decode,