wf: correct IPv6 link-local range from ff80::/10 to fe80::/10 (#17840)

Fixes #17833

Signed-off-by: Sachin Iyer <siyer@detail.dev>
andrew/syncs-tsync
Sachin Iyer 3 weeks ago committed by GitHub
parent 3280dac797
commit 85cb64c4ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,7 +18,7 @@ import (
// Known addresses.
var (
linkLocalRange = netip.MustParsePrefix("ff80::/10")
linkLocalRange = netip.MustParsePrefix("fe80::/10")
linkLocalDHCPMulticast = netip.MustParseAddr("ff02::1:2")
siteLocalDHCPMulticast = netip.MustParseAddr("ff05::1:3")
linkLocalRouterMulticast = netip.MustParseAddr("ff02::2")

Loading…
Cancel
Save