git: 9front

Download patch

ref: 733db65e8deda366890074444119919ac75c8ca6
parent: 57d1b7b892b9e16416110e5a4f2a779b316d8f75
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
--