D6687: Adding support to ipv*.route-metric

2017-07-18 Thread Lamarque Souza
lvsouza accepted this revision. This revision is now accepted and ready to land. REPOSITORY R282 NetworkManagerQt REVISION DETAIL https://phabricator.kde.org/D6687 To: pvillani, jgrulich, lvsouza Cc: #frameworks

D6687: Adding support to ipv*.route-metric

2017-07-17 Thread Jan Grulich
jgrulich added a comment. Looks good to me now, it looked to me good even before, but didn't read carefully the documentation. Lamarque, do you see anything else? INLINE COMMENTS > ipv4setting.cpp:455 > > +if(routeMetric() >= 0) { > +

D6687: Adding support to ipv*.route-metric

2017-07-17 Thread Paulo Villani
pvillani added a comment. In https://phabricator.kde.org/D6687#125529, @lvsouza wrote: > The summary says this patch adds route metric support to IPv4 too, but no IPv4 file is touched by this patch. Have you missed the IPv4 changes? Added the missing files. Aboute your comment

D6687: Adding support to ipv*.route-metric

2017-07-17 Thread Paulo Villani
pvillani updated this revision to Diff 16836. pvillani added a comment. Adding missing files and making possible to set route-metric as 0, as described in NetworkManager documentation. REPOSITORY R282 NetworkManagerQt CHANGES SINCE LAST UPDATE

D6687: Adding support to ipv*.route-metric

2017-07-14 Thread Lamarque Souza
lvsouza requested changes to this revision. lvsouza added a comment. This revision now requires changes to proceed. The summary says this patch adds route metric support to IPv4 too, but no IPv4 file is touched by this patch. Have you missed the IPv4 changes? INLINE COMMENTS >

D6687: Adding support to ipv*.route-metric

2017-07-14 Thread Jan Grulich
jgrulich accepted this revision. jgrulich added a comment. This revision is now accepted and ready to land. Looks good, thank you so much. INLINE COMMENTS > ipv6setting.cpp:412 > > +if(routeMetric() > 0){ > +setting.insert(QLatin1String(NMQT_SETTING_IP6_CONFIG_ROUTE_METRIC), >

D6687: Adding support to ipv*.route-metric

2017-07-14 Thread Paulo Villani
pvillani requested review of this revision. REPOSITORY R282 NetworkManagerQt REVISION DETAIL https://phabricator.kde.org/D6687 To: pvillani, jgrulich, lvsouza Cc: #frameworks

D6687: Adding support to ipv*.route-metric

2017-07-14 Thread Paulo Villani
pvillani added a comment. Done REPOSITORY R282 NetworkManagerQt REVISION DETAIL https://phabricator.kde.org/D6687 To: pvillani, jgrulich, lvsouza Cc: #frameworks

D6687: Adding support to ipv*.route-metric

2017-07-14 Thread Paulo Villani
pvillani updated this revision to Diff 16697. pvillani retitled this revision from "Adding support to ipv4.route-metric" to "Adding support to ipv*.route-metric". pvillani edited the summary of this revision. pvillani edited the test plan for this revision. pvillani added a comment. Adding