svn commit: r327716 - in stable: 10/sys/netinet 11/sys/netinet

Cy Schubert cy at FreeBSD.org
Tue Jan 9 06:07:52 UTC 2018


Author: cy
Date: Tue Jan  9 06:07:51 2018
New Revision: 327716
URL: https://svnweb.freebsd.org/changeset/base/327716

Log:
  MFC r327336:
  
  Correct the comment describing badrs which is bad router solicitiation,
  not bad router advertisement.

Modified:
  stable/11/sys/netinet/icmp6.h
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/netinet/icmp6.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/11/sys/netinet/icmp6.h
==============================================================================
--- stable/11/sys/netinet/icmp6.h	Tue Jan  9 03:28:24 2018	(r327715)
+++ stable/11/sys/netinet/icmp6.h	Tue Jan  9 06:07:51 2018	(r327716)
@@ -626,7 +626,7 @@ struct icmp6stat {
 	uint64_t icp6s_nd_badopt;	/* bad ND options */
 	uint64_t icp6s_badns;		/* bad neighbor solicitation */
 	uint64_t icp6s_badna;		/* bad neighbor advertisement */
-	uint64_t icp6s_badrs;		/* bad router advertisement */
+	uint64_t icp6s_badrs;		/* bad router solicitation */
 	uint64_t icp6s_badra;		/* bad router advertisement */
 	uint64_t icp6s_badredirect;	/* bad redirect message */
 };


More information about the svn-src-all mailing list