diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-12-30 16:05:03 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-12-30 16:05:03 +0000 |
| commit | 3b95e1346a90a290504f3305054c5f11ecdec362 (patch) | |
| tree | bba8b67cc7a23d24ca26d3327cee00216252f78b | |
| parent | e09cec395d7199759d2307a4a0d6be33ab642c14 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 95ff844b8ff9..187ed937f9c1 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 */ |
