diff options
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r-- | sys/net/netisr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index ec7df3a..0ab424f 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -50,6 +50,7 @@ #define NETISR_ETHER 9 /* ethernet input */ #define NETISR_IPV6 10 #define NETISR_NATM 11 +#define NETISR_EPAIR 12 /* if_epair(4) */ /*- * Protocols express ordering constraints and affinity preferences by |