Document the net.inet.ip.subnets_are_local sysctl.

This commit is contained in:
Ruslan Ermilov 2003-12-30 16:05:03 +00:00
parent e09cec395d
commit 3b95e1346a

View File

@ -65,7 +65,7 @@ static int in_ifinit(struct ifnet *,
static int subnetsarelocal = 0;
SYSCTL_INT(_net_inet_ip, OID_AUTO, subnets_are_local, CTLFLAG_RW,
&subnetsarelocal, 0, "");
&subnetsarelocal, 0, "Treat all subnets as directly connected");
struct in_multihead in_multihead; /* XXX BSS initialization */