Document the net.inet.ip.subnets_are_local sysctl.
This commit is contained in:
parent
e09cec395d
commit
3b95e1346a
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user