Support matching IPv6 flow label.
[openvswitch] / include / linux / openvswitch.h
index 1ce2a1e0c334311338d0e4011bae6ce36041f476..62668a62f081042405b9e9cc917cc84b2c6dc8e8 100644 (file)
@@ -322,6 +322,7 @@ struct ovs_key_ipv4 {
 struct ovs_key_ipv6 {
        __be32 ipv6_src[4];
        __be32 ipv6_dst[4];
+       __be32 ipv6_label;      /* 20-bits in least-significant bits. */
        __u8   ipv6_proto;
        __u8   ipv6_tos;
        __u8   ipv6_frag;       /* One of OVS_FRAG_TYPE_*. */