patch-2.1.22 linux/include/linux/notifier.h

Next file: linux/include/linux/pci.h
Previous file: linux/include/linux/netrom.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.21/linux/include/linux/notifier.h linux/include/linux/notifier.h
@@ -93,6 +93,10 @@
 				   - we can use this eg to kick tcp sessions
 				   once done */
 #define NETDEV_CHANGE	0x0004	/* Notify device state change */
+#define NETDEV_REGISTER 0x0005
+#define NETDEV_UNREGISTER	0x0006
+#define NETDEV_CHANGEMTU	0x0007
+#define NETDEV_CHANGEADDR	0x0008
 
 #define SYS_DOWN	0x0001	/* Notify of system down */
 #define SYS_HALT	0x0002	/* Notify of system halt */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov