Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2021 17:46:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253487] if_wg module multiple ipv4 in allowed-ips will cause all IPs' subnet mask become the same.
Message-ID:  <bug-253487-227-lLZ69k9ztX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253487-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253487-227@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=3D253487

Ka Ho Ng <khng300@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |khng300@gmail.com

--- Comment #2 from Ka Ho Ng <khng300@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 =3D ***
Endpoint =3D *:*
AllowedIPs =3D 10.88.88.0/24
[Peer]
PublicKey =3D ***
Endpoint =3D *:*
AllowedIPs =3D 10.88.88.0/24, fccc:cccc:cccc::/24
[Peer]
PublicKey =3D ***
Endpoint =3D *:*
AllowedIPs =3D 10.88.88.0/24, fccc:cccc:cccc::/24, fbbb:bbbb:bbbb:bbbb:bbbb=
::/24

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253487-227-lLZ69k9ztX>