Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/netinet6/ip6_input.c 54263 1999-12-07 17:39:16Z shin $
---
> * $FreeBSD: head/sys/netinet6/ip6_input.c 55009 1999-12-22 19:13:38Z shin $
66a67,68
> #include "opt_ipsec.h"
>
212c214,215
< SYSINIT(netinet6init2, SI_SUB_PROTO_DOMAIN, SI_ORDER_THIRD, ip6_init2, NULL);
---
> /* This must be after route_init(), which is now SI_ORDER_THIRD */
> SYSINIT(netinet6init2, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE, ip6_init2, NULL);