svn commit: r364161 - stable/11/sys/netinet6
Andrey V. Elsukov
ae at FreeBSD.org
Wed Aug 12 12:07:16 UTC 2020
Author: ae
Date: Wed Aug 12 12:07:15 2020
New Revision: 364161
URL: https://svnweb.freebsd.org/changeset/base/364161
Log:
MFC r363900:
Fix typo.
Modified:
stable/11/sys/netinet6/in6_proto.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/netinet6/in6_proto.c
==============================================================================
--- stable/11/sys/netinet6/in6_proto.c Wed Aug 12 12:06:01 2020 (r364160)
+++ stable/11/sys/netinet6/in6_proto.c Wed Aug 12 12:07:15 2020 (r364161)
@@ -620,7 +620,7 @@ SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_USELOOPBACK
"Create a loopback route when configuring an IPv6 address");
SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_NODEINFO, nodeinfo,
CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(icmp6_nodeinfo), 0,
- "Mask of enabled RF4620 node information query types");
+ "Mask of enabled RFC4620 node information query types");
SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_NODEINFO_OLDMCPREFIX,
nodeinfo_oldmcprefix, CTLFLAG_VNET | CTLFLAG_RW,
&VNET_NAME(icmp6_nodeinfo_oldmcprefix), 0,
More information about the svn-src-stable-11
mailing list