[Bug 245103] IPv6: update v6 temporary address lifetime according to rfc4941bis
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 May 2024 08:42:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245103 --- 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 very 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 -- You are receiving this mail because: You are the assignee for the bug.