From d9c080e0265d3557ac6fe2d2723cf4823eaa909f Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Wed, 8 Dec 1999 06:50:25 +0000 Subject: bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). --- sys/arch/arm32/arm32/irqhandler.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/arch/arm32') diff --git a/sys/arch/arm32/arm32/irqhandler.c b/sys/arch/arm32/arm32/irqhandler.c index 6f75277f577..7ee69cd3e46 100644 --- a/sys/arch/arm32/arm32/irqhandler.c +++ b/sys/arch/arm32/arm32/irqhandler.c @@ -444,6 +444,9 @@ dosoftints() #endif ipintr(); #endif +#ifdef INET6 + ip6intr(); +#endif #ifdef IMP impintr(); #endif -- cgit v1.2.3