aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2004-09-24 12:18:40 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2004-09-24 12:18:40 +0000
commit4bc37f9836fb193af285f8712dd39bcd6e215c32 (patch)
tree206b828c58e69278851cad80ee4c8885bd9b0abf
parent2e1114f05485eaf910803b05746a81cb4404846c (diff)
Notes
-rw-r--r--sys/netinet/ip_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 1bc4002aaf1d2..223866f75e133 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -148,7 +148,7 @@ SYSCTL_INT(_net_inet_ip, OID_AUTO, random_id, CTLFLAG_RW,
* to the loopback interface instead of the interface where the
* packets for those addresses are received.
*/
-static int ip_checkinterface = 1;
+static int ip_checkinterface = 0;
SYSCTL_INT(_net_inet_ip, OID_AUTO, check_interface, CTLFLAG_RW,
&ip_checkinterface, 0, "Verify packet arrives on correct interface");