mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-24 12:30:40 +01:00
connectivity: issue connectivity check right away on configuration reload
This commit is contained in:
parent
1fac911cf0
commit
128aec5c2e
1 changed files with 2 additions and 2 deletions
|
|
@ -2766,8 +2766,8 @@ concheck_update_interval (NMDevice *self, int addr_family, gboolean check_now)
|
|||
void
|
||||
nm_device_check_connectivity_update_interval (NMDevice *self)
|
||||
{
|
||||
concheck_update_interval (self, AF_INET, FALSE);
|
||||
concheck_update_interval (self, AF_INET6, FALSE);
|
||||
concheck_update_interval (self, AF_INET, TRUE);
|
||||
concheck_update_interval (self, AF_INET6, TRUE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue