As I threatened a while ago, ingress IPsec ACL-checking is turned on
authorangelos <angelos@openbsd.org>
Mon, 27 Mar 2000 07:26:45 +0000 (07:26 +0000)
committerangelos <angelos@openbsd.org>
Mon, 27 Mar 2000 07:26:45 +0000 (07:26 +0000)
by default. Read the ipsecadm(8) man page for more details on how to
specify ingress filters with manual keying. isakmpd has been doing
this for a while now.

sys/netinet/ip_input.c

index b92ae13..26c3846 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ip_input.c,v 1.49 2000/03/03 13:09:28 itojun Exp $    */
+/*     $OpenBSD: ip_input.c,v 1.50 2000/03/27 07:26:45 angelos Exp $   */
 /*     $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $   */
 
 /*
@@ -78,7 +78,7 @@
 #endif
 
 int encdebug = 0;
-int ipsec_acl = 0;
+int ipsec_acl = 1;
 int ipsec_keep_invalid = IPSEC_DEFAULT_EMBRYONIC_SA_TIMEOUT;
 int ipsec_require_pfs = IPSEC_DEFAULT_PFS;
 int ipsec_soft_allocations = IPSEC_DEFAULT_SOFT_ALLOCATIONS;