mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 20:38:10 +02:00
wireguard: fix configuring larger number of allowed-ips on WireGuard link
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/640
Fixes: a5c894c35f ('platform: create wireguard netdev interface')
This commit is contained in:
parent
5217d0046e
commit
a67c312d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -2789,7 +2789,7 @@ toobig_allowedips:
|
||||||
if (nest_curr_allowed_ip)
|
if (nest_curr_allowed_ip)
|
||||||
nla_nest_cancel(msg, nest_curr_allowed_ip);
|
nla_nest_cancel(msg, nest_curr_allowed_ip);
|
||||||
if (nest_allowed_ips)
|
if (nest_allowed_ips)
|
||||||
nla_nest_cancel(msg, nest_allowed_ips);
|
_nla_nest_end(msg, nest_allowed_ips);
|
||||||
_nla_nest_end(msg, nest_curr_peer);
|
_nla_nest_end(msg, nest_curr_peer);
|
||||||
_nla_nest_end(msg, nest_peers);
|
_nla_nest_end(msg, nest_peers);
|
||||||
goto send;
|
goto send;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue