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 700312 - [review] jklimes/cli-num-bond-modes
[review] jklimes/cli-num-bond-modes
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nmcli
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-05-14 16:03 UTC by Jiri Klimes
Modified: 2013-05-16 08:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jiri Klimes 2013-05-14 16:03:30 UTC
Changes:
* allow providing bonding mode numbers in addition to names for
 'nmcli connection add'
  Example: nmcli con add type bond mode 2 miimon 200

Note:
'connection edit' will accept numbers as well (done in cli-enhance branch).
Comment 1 Dan Williams 2013-05-15 17:03:44 UTC
Branch looks good.
Comment 2 Jiri Klimes 2013-05-16 08:50:31 UTC
Merged into master:
55e816b man: nmcli man page update for numeric bonding modes
d0b74b7 cli: 'connection add': allow numeric bonding modes