Re: [RESEND PATCH v1 wireguard-tools] ipc: linux: Support incremental allowed ips updates
Jordan Rife <[email protected]>
| Newsgroups | com.zx2c4.lists.wireguard,org.kernel.vger.netdev |
|---|---|
| Message-ID | <hxqd4mhg6wir7oaatgtdshimtzdwkhlhdje2xet7mcj25g7zzt@jyhmin2ovram> |
On Wed, Jun 25, 2025 at 10:37:55PM -0500, Kyle Evans wrote: > On 5/21/25 18:51, Jason A. Donenfeld wrote: > > On Thu, May 22, 2025 at 1:02 AM Jordan Rife <[email protected]> wrote: > > > > > Merged here: > > > > > https://git.zx2c4.com/wireguard-tools/commit/?id=0788f90810efde88cfa07ed96e7eca77c7f2eedd > > > > > > > > > > With a followup here: > > > > > https://git.zx2c4.com/wireguard-tools/commit/?id=dce8ac6e2fa30f8b07e84859f244f81b3c6b2353 > > > > > > > > Also, > > > > https://git.zx2c4.com/wireguard-go/commit/?id=256bcbd70d5b4eaae2a9f21a9889498c0f89041c > > > > > > Nice, cool to see this extended to wireguard-go as well. As a follow up, > > > I was planning to also create a patch for golang.zx2c4.com/wireguard/wgctrl > > > so the feature can be used from there too. > > > > Wonderful, please do! Looking forward to merging that. > > > > There's already an open PR in FreeBSD too. > > FreeBSD support landed as of: > > https://cgit.freebsd.org/src/commit/?id=f6d9e22982a > > It will be available in FreeBSD 15.0 and probably 14.4 (to be released next > year) as well. I have pushed a branch, ke/fbsd_aip, to the wireguard-tools > repository for your consideration. > > Aside: this is a really neat feature. > > Thanks! > > Kyle Evans That's great news. It's nice to see this feature percolating through the WireGuard ecosystem. I was working on adding support for direct IP removal to wgctrl-go too, a Go library for controlling WireGuard devices: https://github.com/WireGuard/wgctrl-go/pull/156 While I'm at it, I'll try to add native support for IP removal on FreeBSD if I can get a dev build working with the latest and greatest ( I am a FreeBSD noob :) ). Jordan