Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2018 06:07:51 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r327716 - in stable: 10/sys/netinet 11/sys/netinet
Message-ID:  <201801090607.w0967pR7020945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801090607.w0967pR7020945>