mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 14:40:33 +01:00
trivial: print route prefix when printing RA discovered routes
This commit is contained in:
parent
72ac1e38f9
commit
da2f1d5870
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ config_changed (NMRDisc *rdisc, NMRDiscConfigMap changed)
|
|||
NMRDiscRoute *route = &g_array_index (rdisc->routes, NMRDiscRoute, i);
|
||||
|
||||
inet_ntop (AF_INET6, &route->network, addrstr, sizeof (addrstr));
|
||||
debug (" route %s pref %d exp %u", addrstr, route->preference, expiry (route));
|
||||
debug (" route %s/%d pref %d exp %u", addrstr, route->plen, route->preference, expiry (route));
|
||||
}
|
||||
for (i = 0; i < rdisc->dns_servers->len; i++) {
|
||||
NMRDiscDNSServer *dns_server = &g_array_index (rdisc->dns_servers, NMRDiscDNSServer, i);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue