by way of Jason Downs & Theo de Raadt. Can be overridden in the kernel
configuration file by using "option SUBNETSARELOCAL=1"
-/* $OpenBSD: in.c,v 1.2 1996/03/03 22:30:28 niklas Exp $ */
+/* $OpenBSD: in.c,v 1.3 1996/09/12 06:04:47 tholo Exp $ */
/* $NetBSD: in.c,v 1.26 1996/02/13 23:41:39 christos Exp $ */
/*
#ifdef INET
#ifndef SUBNETSARELOCAL
-#define SUBNETSARELOCAL 1
+#define SUBNETSARELOCAL 0
#endif
int subnetsarelocal = SUBNETSARELOCAL;
/*