patch-2.4.14 linux/include/linux/if.h
Next file: linux/include/linux/if_arp.h
Previous file: linux/include/linux/i8k.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Nov 5 12:43:02 2001
- Orig file:
v2.4.13/linux/include/linux/if.h
- Orig date:
Thu Oct 18 13:47:38 2001
diff -u --recursive --new-file v2.4.13/linux/include/linux/if.h linux/include/linux/if.h
@@ -22,7 +22,7 @@
#include <linux/types.h> /* for "__kernel_caddr_t" et al */
#include <linux/socket.h> /* for "struct sockaddr" et al */
-/* Standard interface flags. */
+/* Standard interface flags (netdevice->flags). */
#define IFF_UP 0x1 /* interface is up */
#define IFF_BROADCAST 0x2 /* broadcast address valid */
#define IFF_DEBUG 0x4 /* turn on debugging */
@@ -44,6 +44,9 @@
#define IFF_PORTSEL 0x2000 /* can set media type */
#define IFF_AUTOMEDIA 0x4000 /* auto media select active */
#define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/
+
+/* Private (from user) interface flags (netdevice->priv_flags). */
+#define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */
/*
* Device mapping structure. I'd just gone off and designed a
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)