remove obsolete #if 0'ed section. sync w/kame
This commit is contained in:
parent
845a3d15d2
commit
df8adebac1
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ah_input.c,v 1.29 2001/11/13 00:56:56 lukem Exp $ */
|
||||
/* $NetBSD: ah_input.c,v 1.30 2001/12/21 07:16:58 itojun Exp $ */
|
||||
/* $KAME: ah_input.c,v 1.64 2001/09/04 08:43:19 itojun Exp $ */
|
||||
|
||||
/*
|
||||
@ -35,7 +35,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ah_input.c,v 1.29 2001/11/13 00:56:56 lukem Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ah_input.c,v 1.30 2001/12/21 07:16:58 itojun Exp $");
|
||||
|
||||
#include "opt_inet.h"
|
||||
|
||||
@ -426,14 +426,6 @@ ah4_input(m, va_alist)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
#if 0 /* XXX should we call ipfw rather than ipsec_in_reject? */
|
||||
/* drop it if it does not match the default policy */
|
||||
if (ipsec4_in_reject(m, NULL)) {
|
||||
ipsecstat.in_polvio++;
|
||||
goto fail;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
/*
|
||||
* Should the inner packet be considered authentic?
|
||||
@ -905,14 +897,6 @@ ah6_input(mp, offp, proto)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
#if 0 /* XXX should we call ipfw rather than ipsec_in_reject? */
|
||||
/* drop it if it does not match the default policy */
|
||||
if (ipsec6_in_reject(m, NULL)) {
|
||||
ipsec6stat.in_polvio++;
|
||||
goto fail;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
/*
|
||||
* should the inner packet be considered authentic?
|
||||
|
Loading…
Reference in New Issue
Block a user