shithub: riscv

Download patch

ref: 1d4a36c69913f117516b0f062745fe95d35545ba
parent: 74272a8364547a7451f5e13f3988c75eb69ba3d7
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Sep 23 13:14:29 EDT 2018

ip/ipconfig: valid lifetime is in seconds, not milliseconds.

--- a/sys/src/cmd/ip/ipconfig/ipv6.c
+++ b/sys/src/cmd/ip/ipconfig/ipv6.c
@@ -791,8 +791,6 @@
 		r->time = now;
 		r->routerlt = conf.routerlt;
 		r->prefixlt = conf.validlt;
-		if(r->prefixlt != ~0UL)
-			r->prefixlt /= 1000;
 
 		r->next = routelist;
 		routelist = r;