]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - include/linux/if_vlan.h
include: update headers to 4.19
[thirdparty/lldpd.git] / include / linux / if_vlan.h
index 5b808eb8882b8c18c56f35d501be26663477fce5..18a15dad5547b6c33a95d9c7197cf674512197ca 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
 /*
  * VLAN                An implementation of 802.1Q VLAN tagging.
  *
@@ -34,6 +35,7 @@ enum vlan_flags {
        VLAN_FLAG_REORDER_HDR   = 0x1,
        VLAN_FLAG_GVRP          = 0x2,
        VLAN_FLAG_LOOSE_BINDING = 0x4,
+       VLAN_FLAG_MVRP          = 0x8,
 };
 
 enum vlan_name_types {
@@ -60,4 +62,4 @@ struct vlan_ioctl_args {
        short vlan_qos;   
 };
 
-#endif /* !(_LINUX_IF_VLAN_H_) */
+#endif /* _LINUX_IF_VLAN_H_ */