<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/cli, branch th/NMStringTable</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: fix bridge priority default value (rh #1073664)</title>
<updated>2014-03-17T08:08:23+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-03-17T08:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=a1e89b4d29b97695f21e0070888f7910f7fe7a87'/>
<id>a1e89b4d29b97695f21e0070888f7910f7fe7a87</id>
<content type='text'>
It is 32768 (0x8000) instead of 128 (0x80). 13c348d fixes that in the setting.

https://bugzilla.redhat.com/show_bug.cgi?id=1073664
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is 32768 (0x8000) instead of 128 (0x80). 13c348d fixes that in the setting.

https://bugzilla.redhat.com/show_bug.cgi?id=1073664
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: sanitize team config before setting it into property</title>
<updated>2014-03-12T09:44:29+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-03-05T12:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=08ed6c5be23dea47043f8b49e8e8d65584011bf3'/>
<id>08ed6c5be23dea47043f8b49e8e8d65584011bf3</id>
<content type='text'>
Replace '\r' and '\n' chareacter with a space in the configuration.
libteamdctl sends the config to team daemon using its usock interface that
separates parameters with '\n'.

Related: rh #1051517
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace '\r' and '\n' chareacter with a space in the configuration.
libteamdctl sends the config to team daemon using its usock interface that
separates parameters with '\n'.

Related: rh #1051517
</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>cli: fix a crash when trying to set a white-space string as IP (rh #1071394)</title>
<updated>2014-03-03T11:50:02+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-03-03T11:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=296d7f6ec719ffc3baff72c36090318c54316974'/>
<id>296d7f6ec719ffc3baff72c36090318c54316974</id>
<content type='text'>
nmcli con modify my-profile ipv4.addr "   "
nmcli con modify my-profile ipv6.addr "   "

Note:
Empty string should be used to remove IPs, and 'method' might be needed to set
to 'auto' simultaneously, as well.
$ nmcli con modify profile1 ipv4.addr "" ipv4.method auto

https://bugzilla.redhat.com/show_bug.cgi?id=1071394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nmcli con modify my-profile ipv4.addr "   "
nmcli con modify my-profile ipv6.addr "   "

Note:
Empty string should be used to remove IPs, and 'method' might be needed to set
to 'auto' simultaneously, as well.
$ nmcli con modify profile1 ipv4.addr "" ipv4.method auto

https://bugzilla.redhat.com/show_bug.cgi?id=1071394
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/bash-completion: fix `nmcli connection CMD` completion for --help option</title>
<updated>2014-03-02T16:55:14+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-03-02T14:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=90ff0786cc466689395fdc1c6ec0a9c010e7ebad'/>
<id>90ff0786cc466689395fdc1c6ec0a9c010e7ebad</id>
<content type='text'>
The --help option (or its aliases -help/help) is only allowed at as
first argument. Fix completion to account for this.

Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --help option (or its aliases -help/help) is only allowed at as
first argument. Fix completion to account for this.

Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/bash-completion: only allow --help as first argument for nmcli connection modify</title>
<updated>2014-03-01T01:07:53+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-03-01T00:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=74b3c22e2f4ab7f1b65d997c83e5a21602df784e'/>
<id>74b3c22e2f4ab7f1b65d997c83e5a21602df784e</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>cli/bash-completion: use printf instead of echo (because echo inteprets some --options)</title>
<updated>2014-03-01T01:07:53+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-03-01T00:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=9d7a1d42534174fc059812bb5741a7bded92679f'/>
<id>9d7a1d42534174fc059812bb5741a7bded92679f</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>cli/bash-completion: simplify code by passing arrays by indirection to functions</title>
<updated>2014-03-01T01:07:53+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-02-28T23:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=39dc39ec0af2e25c71f41bc27aabd10fbbecb888'/>
<id>39dc39ec0af2e25c71f41bc27aabd10fbbecb888</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>cli/bash-completion: complete more then one connections for `nmcli connection delete`</title>
<updated>2014-02-28T13:14:32+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-02-28T13:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=62cf1d85ff7643f791aa1f2281f1719dbfa34793'/>
<id>62cf1d85ff7643f791aa1f2281f1719dbfa34793</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>
</feed>
