]> Pileus Git - ~andy/linux/blobdiff - include/uapi/linux/if_bridge.h
bridge: Add the ability to configure pvid
[~andy/linux] / include / uapi / linux / if_bridge.h
index 3ca9817ca7e865dcb7458189caa9f38047414d92..c6c30e28f396fab3126382eb135c94039777e708 100644 (file)
@@ -120,6 +120,7 @@ enum {
 #define IFLA_BRIDGE_MAX (__IFLA_BRIDGE_MAX - 1)
 
 #define BRIDGE_VLAN_INFO_MASTER        (1<<0)  /* Operate on Bridge device as well */
+#define BRIDGE_VLAN_INFO_PVID  (1<<1)  /* VLAN is PVID, ingress untagged */
 
 struct bridge_vlan_info {
        u16 flags;