Re: [RESEND PATCH v3 net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag
Jordan Rife <[email protected]>
| Newsgroups | com.zx2c4.lists.wireguard,org.kernel.vger.netdev |
|---|---|
| Message-ID | <p6wsy4m7obq3apegcxpgpp4wmjgahy2d7dzkjb6af46k4eptvt@dpxpfj7sst76> |
On Wed, May 21, 2025 at 01:25:04AM +0200, Jason A. Donenfeld wrote: > On Sat, May 17, 2025 at 12:29:52PM -0700, Jordan Rife wrote: > > Introduce a new flag called WGALLOWEDIP_F_REMOVE_ME which in the same > > way that WGPEER_F_REMOVE_ME allows a user to remove a single peer from > > a WireGuard device's configuration allows a user to remove an ip from a > > peer's set of allowed ips. This enables incremental updates to a > > device's configuration without any connectivity blips or messy > > workarounds. > > Applied as: > https://git.zx2c4.com/wireguard-linux/commit/?h=devel&id=8f697b71a615c5dfff98fe93554036a2643d1976 > > And the userspace changes have been released already: > https://lists.zx2c4.com/pipermail/wireguard/2025-May/008789.html > > Thanks for this! And sorry it took so long to get it applied. I'll send > this up via net-next in a few days after a bunch of testing. > > Jason No problem, we all get busy :). Thanks for applying. Jordan