diff options
author | Or Gerlitz <ogerlitz@mellanox.com> | 2016-09-15 08:28:24 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-15 20:27:23 -0400 |
commit | 37a6c1512314d2439ef7136d773d5a470e0996b9 (patch) | |
tree | 9c966fae0dbce192db5b9de411a70315d4f30eb7 /include/uapi | |
parent | a53d850a79c39b97a2d954d0db5c481c44e8dc7c (diff) |
net/sched: cls_flower: Specify vlan attributes format in the UAPI header
Specify the format (size and endianess) for the vlan attributes.
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/pkt_cls.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index 60ea2a084880..8915b61bbf83 100644 --- a/include/uapi/linux/pkt_cls.h +++ b/include/uapi/linux/pkt_cls.h | |||
@@ -428,9 +428,9 @@ enum { | |||
428 | TCA_FLOWER_KEY_UDP_DST, /* be16 */ | 428 | TCA_FLOWER_KEY_UDP_DST, /* be16 */ |
429 | 429 | ||
430 | TCA_FLOWER_FLAGS, | 430 | TCA_FLOWER_FLAGS, |
431 | TCA_FLOWER_KEY_VLAN_ID, | 431 | TCA_FLOWER_KEY_VLAN_ID, /* be16 */ |
432 | TCA_FLOWER_KEY_VLAN_PRIO, | 432 | TCA_FLOWER_KEY_VLAN_PRIO, /* u8 */ |
433 | TCA_FLOWER_KEY_VLAN_ETH_TYPE, | 433 | TCA_FLOWER_KEY_VLAN_ETH_TYPE, /* be16 */ |
434 | 434 | ||
435 | TCA_FLOWER_KEY_ENC_KEY_ID, /* be32 */ | 435 | TCA_FLOWER_KEY_ENC_KEY_ID, /* be32 */ |
436 | TCA_FLOWER_KEY_ENC_IPV4_SRC, /* be32 */ | 436 | TCA_FLOWER_KEY_ENC_IPV4_SRC, /* be32 */ |