[ovs-dev] [PATCHv4 04/11] meta-flow: Rename IPv6 type to be128.

Joe Stringer joestringer at nicira.com
Fri Oct 2 21:16:11 UTC 2015


Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>
---
 build-aux/extract-ofp-fields | 2 +-
 lib/meta-flow.h              | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields
index e0284f9..d7f0541 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),
diff --git a/lib/meta-flow.h b/lib/meta-flow.h
index f9379f9..a13fc74 100644
--- a/lib/meta-flow.h
+++ b/lib/meta-flow.h
@@ -1059,7 +1059,7 @@ enum OVS_PACKED_ENUM mf_field_id {
      *
      * The source address in the IPv6 header.
      *
-     * Type: IPv6.
+     * Type: be128.
      * Maskable: bitwise.
      * Formatting: IPv6.
      * Prerequisites: IPv6.
@@ -1074,7 +1074,7 @@ enum OVS_PACKED_ENUM mf_field_id {
      *
      * The destination address in the IPv6 header.
      *
-     * Type: IPv6.
+     * Type: be128.
      * Maskable: bitwise.
      * Formatting: IPv6.
      * Prerequisites: IPv6.
@@ -1528,7 +1528,7 @@ enum OVS_PACKED_ENUM mf_field_id {
      *
      * Before Open vSwitch 1.8, only CIDR masks were supported.
      *
-     * Type: IPv6.
+     * Type: be128.
      * Maskable: bitwise.
      * Formatting: IPv6.
      * Prerequisites: ND.
-- 
2.1.4




More information about the dev mailing list