diff options
author | Or Gerlitz <ogerlitz@mellanox.com> | 2017-04-05 19:09:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-06 23:28:35 +0300 |
commit | 91e91beff6908a1e54536613b318efd56f6e27c4 (patch) | |
tree | 48ef773a458028998fb74efc742230b96e450e34 /include/net/tc_act | |
parent | 75d04aa368d9e945923819e9cc420fac125967ea (diff) | |
download | linux-91e91beff6908a1e54536613b318efd56f6e27c4.tar.xz |
net/sched: Removed unused vlan actions definition
Commit c7e2b9689ef "sched: introduce vlan action" added both the
UAPI values for the vlan actions (TCA_VLAN_ACT_) and these two
in-kernel ones which are not used, remove them.
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tc_act')
-rw-r--r-- | include/net/tc_act/tc_vlan.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/tc_act/tc_vlan.h b/include/net/tc_act/tc_vlan.h index 9690c047b6cf..c2090df944ff 100644 --- a/include/net/tc_act/tc_vlan.h +++ b/include/net/tc_act/tc_vlan.h @@ -13,9 +13,6 @@ #include <net/act_api.h> #include <linux/tc_act/tc_vlan.h> -#define VLAN_F_POP 0x1 -#define VLAN_F_PUSH 0x2 - struct tcf_vlan { struct tc_action common; int tcfv_action; |