mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 07:10:33 +01:00
parent
a8a4eb1418
commit
e62c0c2547
1 changed files with 3 additions and 0 deletions
|
|
@ -6217,6 +6217,9 @@ cleanup_tun:
|
|||
cleanup_tunnel:
|
||||
g_free (remote_ask);
|
||||
g_free (mode_ask);
|
||||
if (!success)
|
||||
return FALSE;
|
||||
|
||||
} else if (!strcmp (con_type, NM_SETTING_VXLAN_SETTING_NAME)) {
|
||||
/* Build up the settings required for 'vxlan' */
|
||||
gboolean success = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue