tests: Add bundle action test with buffer realloc.
[cascardo/ovs.git] / build-aux / extract-ofp-fields
index e0284f9..8d43e4b 100755 (executable)
@@ -19,11 +19,12 @@ 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),
               "hexadecimal":        ("MFS_HEXADECIMAL",  1, 127),
+              "ct state":           ("MFS_CT_STATE",     4,   4),
               "Ethernet":           ("MFS_ETHERNET",     6,   6),
               "IPv4":               ("MFS_IPV4",         4,   4),
               "IPv6":               ("MFS_IPV6",        16,  16),