mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-26 06:10:31 +01: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') (cherry picked from commita67c312d5d)
This commit is contained in:
parent
66fc6dd692
commit
adabef8e86
1 changed files with 1 additions and 1 deletions
|
|
@ -2786,7 +2786,7 @@ toobig_allowedips:
|
|||
if (nest_curr_allowed_ip)
|
||||
nla_nest_cancel(msg, nest_curr_allowed_ip);
|
||||
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_peers);
|
||||
goto send;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue