mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-18 00:10:35 +01:00
nm-device: add log indicating gateway ping started
Since we are adding the ping check for the connection.ip-ping-addresses, it makes more sense to improve the logging to differentiate between the started ping operations for gateway and connection.ip-ping-addresses.
This commit is contained in:
parent
4082e7e109
commit
f967074521
1 changed files with 2 additions and 0 deletions
|
|
@ -15008,6 +15008,8 @@ nm_device_start_ip_check(NMDevice *self)
|
|||
const NMPObject *gw;
|
||||
const NML3ConfigData *l3cd;
|
||||
|
||||
_LOGD(LOGD_DEVICE, "starting ping gateway...");
|
||||
|
||||
l3cd = priv->l3cfg ? nm_l3cfg_get_combined_l3cd(priv->l3cfg, TRUE) : NULL;
|
||||
if (!l3cd) {
|
||||
/* pass */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue