From 8dbbb519f52fc23e68d017edc1cda52ba51a0163 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 30 Dec 2003 16:05:03 +0000 Subject: Document the net.inet.ip.subnets_are_local sysctl. --- sys/netinet/in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 95ff844..187ed93 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -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 */ -- cgit v1.1