net/sched: flower: Dump the ethertype encapsulated in vlan
authorJianbo Liu <jianbol@mellanox.com>
Fri, 6 Jul 2018 05:38:15 +0000 (05:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Jul 2018 11:51:53 +0000 (20:51 +0900)
commitd30695126f0ac5bca85d09c7946ad9a1deab5d25
tree57b8dd2cfe9b40678ce429eb9dcb41160acf8df9
parent24c590e3b0f9eebe603ebe3d516990306d385f46
net/sched: flower: Dump the ethertype encapsulated in vlan

Currently the encapsulated ethertype is not dumped as it's the same as
TCA_FLOWER_KEY_ETH_TYPE keyvalue. But the dumping result is inconsistent
with input, we add dumping it with TCA_FLOWER_KEY_VLAN_ETH_TYPE.

Signed-off-by: Jianbo Liu <jianbol@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_flower.c