aboutsummaryrefslogtreecommitdiff
path: root/libc/kernel/uapi/linux/tc_act/tc_vlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kernel/uapi/linux/tc_act/tc_vlan.h')
-rw-r--r--libc/kernel/uapi/linux/tc_act/tc_vlan.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/kernel/uapi/linux/tc_act/tc_vlan.h b/libc/kernel/uapi/linux/tc_act/tc_vlan.h
index 004c7ae03..ecd445d14 100644
--- a/libc/kernel/uapi/linux/tc_act/tc_vlan.h
+++ b/libc/kernel/uapi/linux/tc_act/tc_vlan.h
@@ -22,8 +22,6 @@
#define TCA_VLAN_ACT_POP 1
#define TCA_VLAN_ACT_PUSH 2
#define TCA_VLAN_ACT_MODIFY 3
-#define TCA_VLAN_ACT_POP_ETH 4
-#define TCA_VLAN_ACT_PUSH_ETH 5
struct tc_vlan {
tc_gen;
int v_action;
@@ -36,8 +34,6 @@ enum {
TCA_VLAN_PUSH_VLAN_PROTOCOL,
TCA_VLAN_PAD,
TCA_VLAN_PUSH_VLAN_PRIORITY,
- TCA_VLAN_PUSH_ETH_DST,
- TCA_VLAN_PUSH_ETH_SRC,
__TCA_VLAN_MAX,
};
#define TCA_VLAN_MAX (__TCA_VLAN_MAX - 1)