From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/include/uapi/linux/if_vlan.h | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/include/uapi/linux/if_vlan.h b/kernel/include/uapi/linux/if_vlan.h index 7a0e8bd..90a2c89 100644 --- a/kernel/include/uapi/linux/if_vlan.h +++ b/kernel/include/uapi/linux/if_vlan.h @@ -32,10 +32,11 @@ }; enum vlan_flags { - VLAN_FLAG_REORDER_HDR = 0x1, - VLAN_FLAG_GVRP = 0x2, - VLAN_FLAG_LOOSE_BINDING = 0x4, - VLAN_FLAG_MVRP = 0x8, + VLAN_FLAG_REORDER_HDR = 0x1, + VLAN_FLAG_GVRP = 0x2, + VLAN_FLAG_LOOSE_BINDING = 0x4, + VLAN_FLAG_MVRP = 0x8, + VLAN_FLAG_BRIDGE_BINDING = 0x10, }; enum vlan_name_types { -- Gitblit v1.6.2