Date: Tue, 28 May 2024 08:42:14 +0000 From: bugzilla-noreply@freebsd.org To: standards@FreeBSD.org Subject: [Bug 245103] IPv6: update v6 temporary address lifetime according to rfc4941bis Message-ID: <bug-245103-99-5b5gChcBNB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245103-99@https.bugs.freebsd.org/bugzilla/> References: <bug-245103-99@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245103 --- Comment #15 from Kurt Jaeger <pi@FreeBSD.org> --- (In reply to Marek Zarychta from comment #14) man ifconfig says: -L Display address lifetime for IPv6 addresses as time offset string. but it does not change the output from ifconfig. ndp still shows that link-local adresses have a very strange behaviour when= it comes to lifetimes. It changes from 24 hours to less than 60 seconds in a v= ery quick step. Why ? c5$ ndp -an | grep 1270 fe80::1270:fdff:fe66:7d18%vlan500 10:70:fd:66:7d:18 vlan500 23h59m56s S R fe80::1270:fdff:fe66:e721%vlan500 10:70:fd:66:e7:21 vlan500 11s R R c5$ ndp -an | grep 1270 fe80::1270:fdff:fe66:7d18%vlan500 10:70:fd:66:7d:18 vlan500 36s R R fe80::1270:fdff:fe66:e721%vlan500 10:70:fd:66:e7:21 vlan500 10s R R c5$ ndp -an | grep 1270 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245103-99-5b5gChcBNB>