From 140bceea656ea41ae4065f3c10de278ccaa126de Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 9 Sep 1996 20:17:24 +0000 Subject: Set subnetsarelocal to false. In a classless world, the other case is almost never useful. (This is only a quick hack; someone should go back and delete the entire subnetsarelocal==1 code path.) --- sys/netinet/in.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/in.c') diff --git a/sys/netinet/in.c b/sys/netinet/in.c index dd1db1f..878f3bb 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in.c 8.4 (Berkeley) 1/9/95 - * $Id: in.c,v 1.23 1996/03/15 17:08:07 fenner Exp $ + * $Id: in.c,v 1.24 1996/04/07 06:59:52 davidg Exp $ */ #include @@ -72,7 +72,7 @@ static int in_ifinit __P((struct ifnet *, struct in_ifaddr *, struct sockaddr_in *, int)); static void in_ifscrub __P((struct ifnet *, struct in_ifaddr *)); -static int subnetsarelocal = 1; +static int subnetsarelocal = 0; SYSCTL_INT(_net_inet_ip, OID_AUTO, subnets_are_local, CTLFLAG_RW, &subnetsarelocal, 0, ""); /* -- cgit v1.1