diff options
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r-- | sys/net/netisr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 27186a54c4a..c8126edd181 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -60,7 +60,8 @@ #define NETISR_CCITT 10 /* same as AF_CCITT */ #define NETISR_ARP 18 /* same as AF_LINK */ #define NETISR_IPX 23 /* same as AF_IPX */ -#define NETISR_PPP 26 /* for PPP processing */ +#define NETISR_NATM 26 /* same as AF_ATM */ +#define NETISR_PPP 27 /* for PPP processing */ #ifndef _LOCORE #ifdef _KERNEL |