GNOME Bugzilla – Bug 731160
tui: fix nmtui crash on IPv6 routes editation, and setting MAC
Last modified: 2014-06-03 14:18:42 UTC
I have found that nmtui is not able to edit IPv6 routes. It crashes when one tries to do that. Also, it is not possible to store Cloned MAC address. I have prepared fixes to these problems. See them in branch jk/tui-fixes.
> tui: fix a crash when editing IPv6 routes oof. looks like I didn't test this... Fixes look good. > tui: fix setting "Cloned MAC address" I reverted this and pushed two new commits in its place. Can you confirm that those commits fix the problems you were seeing?
(In reply to comment #1) > > tui: fix setting "Cloned MAC address" > > I reverted this and pushed two new commits in its place. Can you confirm that > those commits fix the problems you were seeing? The commits seem to be working fine for me.
Pushed to master: 7a79a78 Merge tui fixes for IPv6 routes and MAC address (bgo #731160) d57795d tui: fix NmtMacEntry validation/display 5ee85fe tui: fix setting Clone MAC Address properties 92898e8 tui: fix a crash when editing IPv6 routes