Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2021 17:39:00 +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@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253487

            Bug ID: 253487
           Summary: if_wg module multiple ipv4 in allowed-ips will cause
                    all IPs' subnet mask become the same.
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: nyan@myuji.xyz

When using `if_wg`, adding a peer with a list of allowed-ip, for example

 allowed-ips 10.0.20.0/24 allowed-ips 192.168.0.0/16

will result in

AllowedIPs =3D 10.0.20.0/24, 192.168.0.0/24

Expected:

AllowedIPs =3D 10.0.20.0/24, 192.168.0.0/16

--=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>