GNOME Bugzilla – Bug 680891
rdisc: check support for IPv6 live reconfiguration and deconfiguration
Last modified: 2013-08-13 18:16:00 UTC
NetworkManager in git and in the upcoming 0.9.6 release supports IPv6 autoconfiguration through any sane combination of router advertisements and DHCP. It doesn't take into account some information from router advertisements when configuration is finished. More specifically, NM currently breaks changing gateways and it doesn't deconfigure when there is no longer any gateway available.
Plus, if NM creates copies of routes to ensure preference, it should also track the original route and never keem the copy when the original disappears.
NM bugzilla reorganization. Sorry for the bug spam.
This bug report should be solved by development done for bug #699772.
Git master is now fully prepared for this feature. But we still need to test a couple of scenarios and see whether it works properly.
OK, leaving the testing for new quick fixes or bug reports, for the purpose of this bug report, I'm assuming it now works propery with src/rdisc in place.