mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 09:20:23 +01:00
device: check connectivity on the IP interface
curl must bind to the interface that has IP configuration, not the underlying device. Without this commit, connectivity check fails on certain connection types (PPPoE, WWAN). Fixes:9d43869e47(cherry picked from commitc66995ad4d)
This commit is contained in:
parent
a3a792dd22
commit
dc1c8c22cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1858,7 +1858,7 @@ nm_device_check_connectivity (NMDevice *self,
|
|||
|
||||
/* Kick off a real connectivity check. */
|
||||
nm_connectivity_check_async (nm_connectivity_get (),
|
||||
nm_device_get_iface (self),
|
||||
nm_device_get_ip_iface (self),
|
||||
concheck_cb,
|
||||
data);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue