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 728958 - tui: fix route editing
tui: fix route editing
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nmtui
unspecified
Other All
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-04-25 15:24 UTC by Dan Winship
Modified: 2014-04-29 17:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tui: fix route editing (rh #1090422) (1.26 KB, patch)
2014-04-25 15:24 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2014-04-25 15:24:40 UTC
NmtRouteTable's ip4-routes and ip6-routes properties have the
D-Bus-based route list types (like the corresponding NMSetting
properties) so we have to convert our GSList-of-NMIP[46]Route data
into those types when updating the property.
Comment 1 Dan Winship 2014-04-25 15:24:42 UTC
Created attachment 275139 [details] [review]
tui: fix route editing (rh #1090422)
Comment 2 Dan Williams 2014-04-28 22:48:15 UTC
Looks good to me, and correctly saves the entered route to NM such that it's viewable with 'nmcli con show <uuid>' as the check.
Comment 3 Dan Winship 2014-04-29 14:37:12 UTC
Attachment 275139 [details] pushed as 7f5b2f8 - tui: fix route editing (rh #1090422)