From 730bf34501e3ee4b8f9d907595a2359fa6b7e325 Mon Sep 17 00:00:00 2001 From: Jean-Jacques Bernard-Gundol Date: Thu, 5 Jul 2001 16:49:46 +0000 Subject: IPComp support. angelos@ ok. --- sys/netinet6/in6_proto.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/netinet6') diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c index a6b8a584f71..e243489d7fb 100644 --- a/sys/netinet6/in6_proto.c +++ b/sys/netinet6/in6_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_proto.c,v 1.29 2001/06/09 06:43:38 angelos Exp $ */ +/* $OpenBSD: in6_proto.c,v 1.30 2001/07/05 16:49:45 jjbg Exp $ */ /* $KAME: in6_proto.c,v 1.66 2000/10/10 15:35:47 itojun Exp $ */ /* @@ -175,14 +175,14 @@ struct ip6protosw inet6sw[] = { 0, 0, 0, 0, esp_sysctl, }, -#if 0 +#ifdef IPCOMP { SOCK_RAW, &inet6domain, IPPROTO_IPCOMP, PR_ATOMIC|PR_ADDR, ipcomp6_input, 0, 0, 0, 0, 0, 0, 0, 0, - ipsec6_sysctl, + ipcomp_sysctl, }, -#endif /* 0 */ +#endif /* IPCOMP */ #endif /* IPSEC */ #if NGIF > 0 { SOCK_RAW, &inet6domain, IPPROTO_IPV6, PR_ATOMIC|PR_ADDR, -- cgit v1.2.3