svn commit: r319326 - in stable/10/release/doc: en_US.ISO8859-1/relnotes share/xml

Glen Barber gjb at FreeBSD.org
Wed May 31 13:33:12 UTC 2017


Author: gjb
Date: Wed May 31 13:33:10 2017
New Revision: 319326
URL: https://svnweb.freebsd.org/changeset/base/319326

Log:
  Document r309340, GARP retransmit capability.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
  stable/10/release/doc/share/xml/sponsor.ent

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Wed May 31 13:33:09 2017	(r319325)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Wed May 31 13:33:10 2017	(r319326)
@@ -387,7 +387,13 @@
     <sect2 xml:id="network-protocols">
       <title>Network Protocols</title>
 
-      <para> </para>
+      <para revision="309340" contrib="sponsor"
+	sponsor="&dellemc;">Support for <acronym>GARP</acronym>
+	(gratuitous <acronym>ARP</acronym>) retransmit has been added.
+	A new &man.sysctl.8;,
+	<literal>net.link.ether.inet.garp_rexmit_count</literal>, has
+	been added, which sets the maximum number of retransmissions
+	when set to a non-zero value.</para>
     </sect2>
   </sect1>
 

Modified: stable/10/release/doc/share/xml/sponsor.ent
==============================================================================
--- stable/10/release/doc/share/xml/sponsor.ent	Wed May 31 13:33:09 2017	(r319325)
+++ stable/10/release/doc/share/xml/sponsor.ent	Wed May 31 13:33:10 2017	(r319326)
@@ -17,6 +17,7 @@
 
 <!ENTITY darpa		"DARPA">
 <!ENTITY darpa_afrl	"DARPA, AFRL">
+<!ENTITY dellemc	"Dell EMC">
 
 <!ENTITY ff		"The &os; Foundation">
 <!ENTITY ff.url		"https://www.FreeBSDFoundation.org/">


More information about the svn-src-all mailing list