Support matching IPv6 flow label.
[sliver-openvswitch.git] / include / linux / openvswitch.h
index 1ce2a1e..62668a6 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_*. */