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 765848 - [review] fixes for connection reapply and some cli changes [th/reapply-fixes-bgo765848]
[review] fixes for connection reapply and some cli changes [th/reapply-fixes-...
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-04-30 14:23 UTC by Thomas Haller
Modified: 2016-05-03 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Haller 2016-04-30 14:23:49 UTC
Please review
Comment 1 Beniamino Galvani 2016-05-03 08:20:33 UTC
> cli: don't allow multiple <ifname> arguments to device-reapply

Nitpick:

    Note that the user can achieve a very similar outcome by using the
    shell:

        for DEV in eth0 eth1 eth2; do
            nmcli device reapply  &

nmcli device reapply $DEV

Otherwise, looks good.