ip_ping_addresses


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ NoAccessorMethod ]
[ Version ( since = "1.52" ) ]
public string[] ip_ping_addresses { owned get; set; }

The property specifies a list of target IP addresses for pinging.

When multiple targets are set, NetworkManager will start multiple ping processes in parallel. This property can only be set if connection.ip-ping-timeout is set. The ip-ping-timeout is used to delay the success of IP addressing until either the specified timeout ( in seconds) is reached, or an target IP address replies to a ping. Configuring ip_ping_addresses may delay reaching the systemd's network-online.target due to waiting for the ping operations to complete or timeout.