NetworkManager/man
Jiří Klimeš a91eafdf95 cli: 'con add': make ifname mandatory (except bond,bridge,vlan) (bgo #698113)
Optional 'ifname' allowed creating connection applicable to all interfaces,
which was confusing for some users. Now we require the user to provide ifname
to lock the connection for an interface. An "unbound" connection can be
created with ifname "*".

$ nmcli connection add type eth ifname eth0

$ nmcli connection add type eth
now becomes
$ nmcli connection add type eth ifname "*"

bond, bridge:
- when ifname is not specified or is "*",
  interface name is generated (nm-bond, nm-bridge)
vlan:
- when ifname is not specified or is "*",
  vlan device is named "dev.id"

Note: the quotes around * are required to suppress shell expansion.
2013-06-13 10:29:22 +02:00
..
Makefile.am build: always generate docs at dist time (bgo #700093) 2013-05-14 10:53:46 -05:00
NetworkManager.conf.xml man: add a few pieces of metadata to silence DocBook warnings in manpages 2013-05-07 10:07:57 +02:00
NetworkManager.xml core: add single-letter command-line flags 2013-05-21 09:30:09 -03:00
nm-online.1.in remove obsolete nm-tool 2013-03-04 22:11:45 +01:00
nm-system-settings.conf.5.in remove obsolete nm-tool 2013-03-04 22:11:45 +01:00
nmcli.1.in cli: 'con add': make ifname mandatory (except bond,bridge,vlan) (bgo #698113) 2013-06-13 10:29:22 +02:00