[Bug 253487] if_wg module multiple ipv4 in allowed-ips will cause all IPs' subnet mask become the same.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 13 17:46:08 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253487
Ka Ho Ng <khng300 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |khng300 at gmail.com
--- Comment #2 from Ka Ho Ng <khng300 at gmail.com> ---
This bug also affects -STABLE at 6136a10e355a7a837edecbccbed04c34b4bc32c9.
Some extra hints on mixing IPv4 and IPv6 allowed-ips
command:
allowed-ips 10.88.88.0/24 allowed-ips fccc:cccc:cccc:0::/64 allowed-ips
fbbb:bbbb:bbbb:bbbb:bbbb::/80
Output:
[Peer]
PublicKey = ***
Endpoint = *:*
AllowedIPs = 10.88.88.0/24
[Peer]
PublicKey = ***
Endpoint = *:*
AllowedIPs = 10.88.88.0/24, fccc:cccc:cccc::/24
[Peer]
PublicKey = ***
Endpoint = *:*
AllowedIPs = 10.88.88.0/24, fccc:cccc:cccc::/24, fbbb:bbbb:bbbb:bbbb:bbbb::/24
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list