summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJoe Stringer <joestringer@nicira.com>2015-09-22 18:11:36 -0700
committerJoe Stringer <joestringer@nicira.com>2015-10-13 15:34:15 -0700
commite56e30ac9380711289c5f27f7f9479c842f1c475 (patch)
treed4a53d4d3b5353ca528ab5011e2ae1866f99b2ba /build-aux
parent557344e3fe9d90c7f477d9fc26bb1baddcf248a5 (diff)
downloadopenvswitch-e56e30ac9380711289c5f27f7f9479c842f1c475.tar.gz
meta-flow: Rename IPv6 type to be128.
Signed-off-by: Joe Stringer <joestringer@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/extract-ofp-fields2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields
index e0284f9e3..d7f05416c 100755
--- a/build-aux/extract-ofp-fields
+++ b/build-aux/extract-ofp-fields
@@ -19,7 +19,7 @@ TYPES = {"u8": (1, False),
"be32": (4, False),
"MAC": (6, False),
"be64": (8, False),
- "IPv6": (16, False),
+ "be128": (16, False),
"tunnelMD": (124, True)}
FORMATTING = {"decimal": ("MFS_DECIMAL", 1, 8),