After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 776719 - [review] tracking of device's parent/peer/IFLA_LINK (th/device-parent-bgo776719)
[review] tracking of device's parent/peer/IFLA_LINK (th/device-parent-bgo776719)
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-01-02 15:44 UTC by Thomas Haller
Modified: 2017-01-04 13:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Haller 2017-01-02 15:44:48 UTC
the parent device is tracked and exposed on D-Bus by Macvlan, Vlan, Vxlan, IPTunnel, Veth (as "peer").

However, it is easily possible to confuse the tracking of the parent. Recent libnl prints then a message about non-existing D-Bus objects.

Fix that by let the NMDevice base implementation track the parent device.
Comment 1 Thomas Haller 2017-01-03 10:19:52 UTC
(In reply to Thomas Haller from comment #0)
> Recent libnl prints 

libnm
Comment 2 Beniamino Galvani 2017-01-03 13:50:51 UTC
LGTM