summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/netisr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index c8126edd181..86c726907a5 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -60,8 +60,9 @@
#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_NATM 26 /* same as AF_ATM */
-#define NETISR_PPP 27 /* for PPP processing */
+#define NETISR_ISDN 26 /* same as AF_E164 */
+#define NETISR_NATM 27 /* same as AF_ATM */
+#define NETISR_PPP 28 /* for PPP processing */
#ifndef _LOCORE
#ifdef _KERNEL