--- linux-2.4.9.orig/include/linux/netdevice.h Sun Sep 9 16:15:40 2001 +++ linux-2.4.9/include/linux/netdevice.h Sun Sep 9 16:28:56 2001 @@ -345,6 +345,7 @@ #define NETIF_F_DYNALLOC 16 /* Self-dectructable device. */ #define NETIF_F_HIGHDMA 32 /* Can DMA to high memory. */ #define NETIF_F_FRAGLIST 64 /* Scatter/gather IO. */ +#define NETIF_F_SHAPER 128 /* Shaper device. */ /* Called after device is detached from network. */ void (*uninit)(struct net_device *dev);