<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/man/nmcli.1.in, branch th/printf</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 device delete &lt;ifname&gt;' command (rh #1034150)</title>
<updated>2014-07-22T12:24:43+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-06-19T09:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c7a567ca902ea320dfa67adaf387927fd9a7b68a'/>
<id>c7a567ca902ea320dfa67adaf387927fd9a7b68a</id>
<content type='text'>
It only works for software devices. When called for a hardware device,
an error is returned and the device is not deleted.

https://bugzilla.redhat.com/show_bug.cgi?id=1034150
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It only works for software devices. When called for a hardware device,
an error is returned and the device is not deleted.

https://bugzilla.redhat.com/show_bug.cgi?id=1034150
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add optional 'mac' argument for 'nmcli con add type bridge'</title>
<updated>2014-05-30T15:02:31+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-05-21T06:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=e88979a3545b984dd7683c208fd73d59bf42b619'/>
<id>e88979a3545b984dd7683c208fd73d59bf42b619</id>
<content type='text'>
This allows setting bridge MAC either on command-line
nmcli con add type bridge con-name mybridge mac 11:22:33:44:55:66
or provide it when asked
nmcli -a con add type bridge con-name mybridge
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows setting bridge MAC either on command-line
nmcli con add type bridge con-name mybridge mac 11:22:33:44:55:66
or provide it when asked
nmcli -a con add type bridge con-name mybridge
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: do not restrict VPN type of created connections (rh #1100750)</title>
<updated>2014-05-28T07:37:15+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-05-26T13:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=d7216505bbfe0de976d477609c06528432c380d4'/>
<id>d7216505bbfe0de976d477609c06528432c380d4</id>
<content type='text'>
There may be third-party VPN plugins nmcli is not aware of.
We still print a warning if nmcli doesn't know the type. It helps to catch up
typos.

https://bugzilla.redhat.com/show_bug.cgi?id=1100750
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There may be third-party VPN plugins nmcli is not aware of.
We still print a warning if nmcli doesn't know the type. It helps to catch up
typos.

https://bugzilla.redhat.com/show_bug.cgi?id=1100750
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: accept prefix "ifname/", "uuid/" or "id/" for 'master' argument</title>
<updated>2014-03-12T09:32:37+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-03-11T12:21:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=d7e1ec9183a10d303dcb583c29ebc7cd4b7858e9'/>
<id>d7e1ec9183a10d303dcb583c29ebc7cd4b7858e9</id>
<content type='text'>
nmcli con add type team-slave ifname em2 master team-master0
nmcli con add type team-slave ifname em2 master id/team-master0

It helps to disambiguate values for cases where they may overlap,
e.g. "team0" -&gt; "ifname/team0" or "id/team0"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nmcli con add type team-slave ifname em2 master team-master0
nmcli con add type team-slave ifname em2 master id/team-master0

It helps to disambiguate values for cases where they may overlap,
e.g. "team0" -&gt; "ifname/team0" or "id/team0"
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: allow specifying 'master' for slaves as connection ID (rh #1057494)</title>
<updated>2014-03-12T09:32:11+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-03-11T11:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=90c02cafdc7a6076bb6a07dc19f29eef768ca63f'/>
<id>90c02cafdc7a6076bb6a07dc19f29eef768ca63f</id>
<content type='text'>
nmcli con add type *-slave ifname em1 master &lt;ifname|UUID|name&gt;

'master' property of 'connection' setting has to be either interface name or
connection UUID of master connection. However, to make nmcli more convenient
for users, we also allow specifying connection name and translating it to UUID
automatically.

https://bugzilla.redhat.com/show_bug.cgi?id=1057494
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nmcli con add type *-slave ifname em1 master &lt;ifname|UUID|name&gt;

'master' property of 'connection' setting has to be either interface name or
connection UUID of master connection. However, to make nmcli more convenient
for users, we also allow specifying connection name and translating it to UUID
automatically.

https://bugzilla.redhat.com/show_bug.cgi?id=1057494
</pre>
</div>
</content>
</entry>
<entry>
<title>man: add a note about hostname to nmcli manual page</title>
<updated>2014-02-28T13:44:22+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-02-28T13:44:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=e3176dfa0d8c3efdf582fcc674872c5c40450969'/>
<id>e3176dfa0d8c3efdf582fcc674872c5c40450969</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/man: indicate that `nmcli connection delete` accepts more then one connections</title>
<updated>2014-02-28T13:17:32+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-02-28T13:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=bdc60d433d7fe31eb5259ece5f5bcfd18dfd1388'/>
<id>bdc60d433d7fe31eb5259ece5f5bcfd18dfd1388</id>
<content type='text'>
Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>man: update nmcli manual page to stress that we can remove values by name</title>
<updated>2014-02-28T10:19:13+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-02-25T13:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=2ef197983f1ae239e4622771a2a324515364d387'/>
<id>2ef197983f1ae239e4622771a2a324515364d387</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: support removing items from container-type properties in 'nmcli con modify'</title>
<updated>2014-02-28T09:31:41+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-02-17T11:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c1ace1b5b2e6815fd1e6cfe650218b0de32d7d76'/>
<id>c1ace1b5b2e6815fd1e6cfe650218b0de32d7d76</id>
<content type='text'>
Synopsis:
nmcli con modify -&lt;property&gt;.&lt;setting&gt; &lt;value&gt;

'value' can be empty ("") to remove the whole property value value (in this
case the behaviour is the same as without '-').
Or the 'value' is an index of the item to remove, or an option name (for a few
properties that have option names, like bond.options or ethernet.s390-options).

$ nmcli con mod myeth ipv4.dns "10.0.0.55 10.0.0.66 8.8.8.8 8.8.4.4"
---&gt; ipv4.dns: 10.0.0.55, 10.0.0.66, 8.8.8.8, 8.8.4.4
$ nmcli con mod myeth -ipv4.dns 1
---&gt; ipv4.dns: 10.0.0.55, 8.8.8.8, 8.8.4.4

---&gt; bond.options: mode=balance-rr
$ nmcli con mod bond0 +bond.options "mii=500, downdelay=800"
---&gt; bond.options: downdelay=800,miimon=500,mode=balance-rr
$ nmcli con mod bond0 -bond.options downdelay
---&gt; bond.options: miimon=500,mode=balance-rr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synopsis:
nmcli con modify -&lt;property&gt;.&lt;setting&gt; &lt;value&gt;

'value' can be empty ("") to remove the whole property value value (in this
case the behaviour is the same as without '-').
Or the 'value' is an index of the item to remove, or an option name (for a few
properties that have option names, like bond.options or ethernet.s390-options).

$ nmcli con mod myeth ipv4.dns "10.0.0.55 10.0.0.66 8.8.8.8 8.8.4.4"
---&gt; ipv4.dns: 10.0.0.55, 10.0.0.66, 8.8.8.8, 8.8.4.4
$ nmcli con mod myeth -ipv4.dns 1
---&gt; ipv4.dns: 10.0.0.55, 8.8.8.8, 8.8.4.4

---&gt; bond.options: mode=balance-rr
$ nmcli con mod bond0 +bond.options "mii=500, downdelay=800"
---&gt; bond.options: downdelay=800,miimon=500,mode=balance-rr
$ nmcli con mod bond0 -bond.options downdelay
---&gt; bond.options: miimon=500,mode=balance-rr
</pre>
</div>
</content>
</entry>
<entry>
<title>man: update nmcli manual page - 'nmcli con modify' description</title>
<updated>2014-02-28T09:31:41+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-02-06T11:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=363ec8de685dde94bf261a1b5c445a0d0915fe58'/>
<id>363ec8de685dde94bf261a1b5c445a0d0915fe58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
