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/10/sys/netinet/icmp6.h
Directory Properties:
  stable/10/   (props changed)

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

Modified: stable/10/sys/netinet/icmp6.h
==============================================================================
--- stable/10/sys/netinet/icmp6.h       Tue Jan  9 03:28:24 2018        
(r327715)
+++ stable/10/sys/netinet/icmp6.h       Tue Jan  9 06:07:51 2018        
(r327716)
@@ -623,7 +623,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 */
 };
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to