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 703311 - switch NMIP[46]Config's NMIP[46]Address to NMPlatformIP[46]Address
switch NMIP[46]Config's NMIP[46]Address to NMPlatformIP[46]Address
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Pavel Simerda
NetworkManager maintainer(s)
Depends on:
Blocks: 702488
 
 
Reported: 2013-06-29 14:28 UTC by Pavel Simerda
Modified: 2013-07-30 16:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pavel Simerda 2013-06-29 14:28:31 UTC
nm-ip4-config and nm-ip6-config internal objects that are used throughout NetworkManager use NMIP[46]Address which are part of public API and doesn't cover the needs of autoconfigured addresses. Autoconfigured addresses need to carry lifetime information from autoconfiguration modules through core NetworkManager (nm-device and possibly nm-manager) to nm-platform. That way the DHCP lifetimes can be conveyed to the kernel and then used for connection assumption.
Comment 1 Pavel Simerda 2013-07-30 16:36:01 UTC
Done.