X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build-aux%2Fextract-ofp-errors;h=e513b7f4ae4388211b5ec59031a5826ccdb820c1;hb=6e797088c0ff76843137c3ce0642b319b6404b7c;hp=efaf103bca79cc6dc8b98805d8ef4c76e4f806be;hpb=2e0525bcf5ba3f348795f303f8cb69c9fc033ff3;p=openvswitch diff --git a/build-aux/extract-ofp-errors b/build-aux/extract-ofp-errors index efaf103b..e513b7f4 100755 --- a/build-aux/extract-ofp-errors +++ b/build-aux/extract-ofp-errors @@ -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,