GNOME Bugzilla – Bug 563768
glibtop_get_netload doesn't support muliples IPv6 addresses
Last modified: 2018-01-10 19:46:44 UTC
The current structure (struct glibtop_netload) only provides one IPv6 address. However, a network interface can be defined with multiples IPv6 addresses (with different scopes). For instance, the following ifconfig's output it is not possible to mimic using glibtop_get_netload: $ ifconfig eth0 Link encap:Ethernet HWaddr 00:05:5D:8B:4B:22 [...] inet6 addr: 2001:1310:8122:2::1/48 Scope:Global inet6 addr: fe80::205:5dff:fe8b:4b22/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 [...]
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/libgtop/issues/12.