diff mbox

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

Message ID 1443559234-7330-5-git-send-email-joestringer@nicira.com
State Superseded
Headers show

Commit Message

Joe Stringer Sept. 29, 2015, 8:40 p.m. UTC
Signed-off-by: Joe Stringer <joestringer@nicira.com>
---
 build-aux/extract-ofp-fields | 2 +-
 lib/meta-flow.h              | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Ben Pfaff Sept. 30, 2015, 6:39 a.m. UTC | #1
On Tue, Sep 29, 2015 at 01:40:27PM -0700, Joe Stringer wrote:
> Signed-off-by: Joe Stringer <joestringer@nicira.com>

Acked-by: Ben Pfaff <blp@nicira.com>
diff mbox

Patch

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.