mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 08:18:03 +02:00
dispatcher: handle VPN connections without interface names
This commit is contained in:
parent
78d6008239
commit
3cab4ee6cd
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ _dispatcher_call (DispatcherAction action,
|
||||||
device_ip6_props,
|
device_ip6_props,
|
||||||
device_dhcp4_props,
|
device_dhcp4_props,
|
||||||
device_dhcp6_props);
|
device_dhcp6_props);
|
||||||
if (vpn_iface)
|
if (vpn_ip4_config || vpn_ip6_config)
|
||||||
fill_vpn_props (vpn_ip4_config, vpn_ip6_config, vpn_ip4_props, vpn_ip6_props);
|
fill_vpn_props (vpn_ip4_config, vpn_ip6_config, vpn_ip4_props, vpn_ip6_props);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue