shithub: front

Download patch

ref: 3e4e1b02116276f4b6558ba1d2609fe29de1c3e2
parent: 790a516884e45ee2a3a11b915f5e125a0ccb02ca
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Oct 27 18:57:39 EDT 2024

ip(3): ra6 routerlt is in seconds, not ms.

--- a/sys/man/3/ip
+++ b/sys/man/3/ip
@@ -366,7 +366,8 @@
 ``Zero means unspecified (by this router).''
 .TP
 .B routerlt
-sets the Router Lifetime field of RAs sent from the interface, in ms.
+sets the Router Lifetime field of RAs sent from the interface,
+in seconds.
 Zero means the router is not to be used as a default router.
 .PD
 .RE
--