<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/clients/cli/nmcli-completion, branch jk/nmcli-con-clone</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>cli: add ' nmcli connection clone' command for cloning connections</title>
<updated>2015-11-06T12:00:17+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2015-11-05T11:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=7377459e4750b1d58344c6e01a7ab5cb926aaeb4'/>
<id>7377459e4750b1d58344c6e01a7ab5cb926aaeb4</id>
<content type='text'>
Synopsis:
nmcli connection clone [--temporary] [id|uuid|path] &lt;ID&gt; &lt;new name&gt;

It copies the &lt;ID&gt; connection as &lt;new name&gt;. The command is very useful
if there is a connection, but another one is needed for a related
configuration. One can copy the existing profile and modify it for the
new situation.

For example:
$ nmcli con clone main-eth second-eth
$ nmcli con mod second-eth connection.interface-name em4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synopsis:
nmcli connection clone [--temporary] [id|uuid|path] &lt;ID&gt; &lt;new name&gt;

It copies the &lt;ID&gt; connection as &lt;new name&gt;. The command is very useful
if there is a connection, but another one is needed for a related
configuration. One can copy the existing profile and modify it for the
new situation.

For example:
$ nmcli con clone main-eth second-eth
$ nmcli con mod second-eth connection.interface-name em4
</pre>
</div>
</content>
</entry>
<entry>
<title>nmcli: fix bash completion of words containing colon (rh #1271271)</title>
<updated>2015-10-20T10:00:39+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2015-10-14T12:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=91dde2c865b551304999bf6e60deedf271823dd3'/>
<id>91dde2c865b551304999bf6e60deedf271823dd3</id>
<content type='text'>
Test:
$ sudo ip link add a:b:c type dummy
$ nmcli device delete&lt;Tab&gt;&lt;Tab&gt;
$ nmcli device delete a&lt;Tab&gt;

See also:
http://stackoverflow.com/questions/28479216/how-to-give-correct-suggestions-to-tab-complete-when-my-words-contains-colons
http://stackoverflow.com/questions/2805412/bash-completion-for-maven-escapes-colon/12495727

Related: https://bugzilla.gnome.org/show_bug.cgi?id=745157

https://bugzilla.redhat.com/show_bug.cgi?id=1271271
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test:
$ sudo ip link add a:b:c type dummy
$ nmcli device delete&lt;Tab&gt;&lt;Tab&gt;
$ nmcli device delete a&lt;Tab&gt;

See also:
http://stackoverflow.com/questions/28479216/how-to-give-correct-suggestions-to-tab-complete-when-my-words-contains-colons
http://stackoverflow.com/questions/2805412/bash-completion-for-maven-escapes-colon/12495727

Related: https://bugzilla.gnome.org/show_bug.cgi?id=745157

https://bugzilla.redhat.com/show_bug.cgi?id=1271271
</pre>
</div>
</content>
</entry>
<entry>
<title>nmcli/bash-completion: fix completion for device names for `nmcli device set`</title>
<updated>2015-09-21T16:25:50+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2015-09-21T16:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=fcc51f1ab75e2e3cfa9caedc5f3a3c5077d4d375'/>
<id>fcc51f1ab75e2e3cfa9caedc5f3a3c5077d4d375</id>
<content type='text'>
Fixes: 7405d5c7b742fd429d6d4815a416c35f363752bd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 7405d5c7b742fd429d6d4815a416c35f363752bd
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: allow creating ADSL connections with 'nmcli connection add' (rh #1264089)</title>
<updated>2015-09-21T13:21:51+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2015-09-18T10:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=290c1626b9788aa90861ca423c0dffb59fe29876'/>
<id>290c1626b9788aa90861ca423c0dffb59fe29876</id>
<content type='text'>
https://bugzilla.redhat.com/show_bug.cgi?id=1264089
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.redhat.com/show_bug.cgi?id=1264089
</pre>
</div>
</content>
</entry>
<entry>
<title>nmcli: extend `nmcli device set` command to accept explicit ifname specifier</title>
<updated>2015-09-18T11:14:44+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2015-09-18T08:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=7405d5c7b742fd429d6d4815a416c35f363752bd'/>
<id>7405d5c7b742fd429d6d4815a416c35f363752bd</id>
<content type='text'>
Without it, you cannot set the properties of a device named "help".
Now you can with:

  $ nmcli device set ifname help autoconnect no
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without it, you cannot set the properties of a device named "help".
Now you can with:

  $ nmcli device set ifname help autoconnect no
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add nmcli device set command</title>
<updated>2015-09-18T11:14:35+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2015-03-23T13:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=4dffbf8f6abe48a5677e5d702cb107f9946c824f'/>
<id>4dffbf8f6abe48a5677e5d702cb107f9946c824f</id>
<content type='text'>
Co-Authored-By: Thomas Haller &lt;thaller@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Thomas Haller &lt;thaller@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: fix connecting to a hidden SSID with 'nmcli dev wifi connect' (bgo #752173)</title>
<updated>2015-08-14T10:42:56+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2015-07-10T11:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=5955a66e0904403ff93e75deaaff173d95b6cac4'/>
<id>5955a66e0904403ff93e75deaaff173d95b6cac4</id>
<content type='text'>
We have to set 802-11-wireless.hidden=true to be able to connect to hidden SSIDs.
nmcli user indicates hidden SSID with 'hidden yes' parameter.

https://bugzilla.gnome.org/show_bug.cgi?id=752173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have to set 802-11-wireless.hidden=true to be able to connect to hidden SSIDs.
nmcli user indicates hidden SSID with 'hidden yes' parameter.

https://bugzilla.gnome.org/show_bug.cgi?id=752173
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add 'ssid' parameter for 'nmcli device wifi rescan'</title>
<updated>2015-08-14T10:42:15+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2015-07-14T07:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=e247567d879b314598efc2fe46f2bc8cd309250d'/>
<id>e247567d879b314598efc2fe46f2bc8cd309250d</id>
<content type='text'>
'ssid' can repeat when more SSIDs should be scanned, e.g.
$ nmcli dev wifi rescan ssid "hidden cafe" ssid AP12 ssid "my home Wi-Fi"

Bash completion fixed by thaller@redhat.com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'ssid' can repeat when more SSIDs should be scanned, e.g.
$ nmcli dev wifi rescan ssid "hidden cafe" ssid AP12 ssid "my home Wi-Fi"

Bash completion fixed by thaller@redhat.com
</pre>
</div>
</content>
</entry>
<entry>
<title>logging: support an "OFF" logging level</title>
<updated>2015-08-04T09:21:57+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2015-08-01T12:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=8c3f1812ead7fc5078cc1742643906fbf965bccd'/>
<id>8c3f1812ead7fc5078cc1742643906fbf965bccd</id>
<content type='text'>
The only way to disable logging for a domain entirely is to
omit the domain from the "domains" list. For example:

  "level=INFO, domains=PLATFORM,..."

Now add an explicit level "OFF" to facilitate configuration like:

  "level=INFO, domains=ALL,WIFI_SCAN:OFF"

It also supports
  "level=OFF, domains=PLATFORM:INFO"
but this is for the most part equivalent to
  "level=INFO, domains=PLATFORM"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The only way to disable logging for a domain entirely is to
omit the domain from the "domains" list. For example:

  "level=INFO, domains=PLATFORM,..."

Now add an explicit level "OFF" to facilitate configuration like:

  "level=INFO, domains=ALL,WIFI_SCAN:OFF"

It also supports
  "level=OFF, domains=PLATFORM:INFO"
but this is for the most part equivalent to
  "level=INFO, domains=PLATFORM"
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add 'slave-type' parameter for "nmcli con add" to bash completion</title>
<updated>2015-07-15T14:00:18+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2015-07-15T13:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=133996acbb887fcd1935ba59f8956b67411cb3b2'/>
<id>133996acbb887fcd1935ba59f8956b67411cb3b2</id>
<content type='text'>
Fixes: 1375d9c13ad6062f2c84089242f0dcfac1bd8e07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 1375d9c13ad6062f2c84089242f0dcfac1bd8e07
</pre>
</div>
</content>
</entry>
</feed>
