mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-21 08:50:47 +02: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
This commit is contained in:
parent
5600a27c2a
commit
c66995ad4d
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