mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
netinet6: Fix a typo in a sysctl description
- remove a double 'a' MFC after: 3 days
This commit is contained in:
parent
b4aa9cb217
commit
3cf59750eb
@ -179,7 +179,7 @@ frag6_set_bucketsize(void)
|
||||
SYSCTL_INT(_net_inet6_ip6, IPV6CTL_MAXFRAGS, maxfrags,
|
||||
CTLFLAG_RW, &ip6_maxfrags, 0,
|
||||
"Maximum allowed number of outstanding IPv6 packet fragments. "
|
||||
"A value of 0 means no fragmented packets will be accepted, while a "
|
||||
"A value of 0 means no fragmented packets will be accepted, while "
|
||||
"a value of -1 means no limit");
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user