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 731160 - tui: fix nmtui crash on IPv6 routes editation, and setting MAC
tui: fix nmtui crash on IPv6 routes editation, and setting MAC
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nmtui
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-06-03 12:18 UTC by Jiri Klimes
Modified: 2014-06-03 14:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jiri Klimes 2014-06-03 12:18:30 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.
Comment 1 Dan Winship 2014-06-03 13:41:42 UTC
> 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?
Comment 2 Jiri Klimes 2014-06-03 14:01:06 UTC
(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.
Comment 3 Jiri Klimes 2014-06-03 14:16:49 UTC
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