]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Note that we support RFC 5227
authorRoy Marples <roy@marples.name>
Fri, 5 Apr 2013 09:47:33 +0000 (09:47 +0000)
committerRoy Marples <roy@marples.name>
Fri, 5 Apr 2013 09:47:33 +0000 (09:47 +0000)
arp.h
dhcpcd.8.in

diff --git a/arp.h b/arp.h
index 65ac25885633dd61c6aad42a08d29a2c9952391e..c2d4fe51a8bf5e53630c4d4055ae2f1cda197818 100644 (file)
--- a/arp.h
+++ b/arp.h
@@ -28,8 +28,7 @@
 #ifndef ARP_H
 #define ARP_H
 
-/* These are for IPV4LL, RFC 3927.
- * We put them here as we use the timings for all ARP foo. */
+/* ARP timings from RFC5227 */
 #define PROBE_WAIT              1
 #define PROBE_NUM               3
 #define PROBE_MIN               1
index c3b6c0b8df767fe33935857f7fd06f10bed83e17..83fd715fc007644c7a06100175cd3be39ca0dfb2 100644 (file)
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 1, 2013
+.Dd April 5, 2013
 .Dt DHCPCD 8
 .Os
 .Sh NAME
@@ -605,7 +605,7 @@ running on the
 .Sh STANDARDS
 RFC 951, RFC 1534, RFC 2131, RFC 2132, RFC 2855, RFC 3004, RFC 3315,RFC 3361,
 RFC 3633, RFC 3396, RFC 3397, RFC 3442, RFC 3927, RFC 4361, RFC 4390, RFC 4702, 
-RFC 4861, RFC 5969, RFC 6106.
+RFC 4861, RFC 5227, RFC 5969, RFC 6106.
 .Sh AUTHORS
 .An Roy Marples Aq roy@marples.name
 .Sh BUGS