mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-04 00:41:46 +01:00
wf: correct IPv6 link-local range from ff80::/10 to fe80::/10 (#17840)
Fixes #17833 Signed-off-by: Sachin Iyer <siyer@detail.dev>
This commit is contained in:
parent
3280dac797
commit
85cb64c4ff
@ -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…
x
Reference in New Issue
Block a user