<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/cli/src, branch th/bondprobs</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>bond: add proper properties to NMSettingBond</title>
<updated>2013-12-04T19:42:46+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2013-07-02T15:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=5348a72af8657a9a48cd2b6628248f3c7d8cf80e'/>
<id>5348a72af8657a9a48cd2b6628248f3c7d8cf80e</id>
<content type='text'>
Make NMSettingBond have individual properties like other settings
types.

https://bugzilla.redhat.com/show_bug.cgi?id=1032808

Co-Authored-By: Thomas Haller &lt;thaller@redhat.com&gt;
Co-Authored-By: Dan Williams &lt;dcbw@redhat.com&gt;
Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make NMSettingBond have individual properties like other settings
types.

https://bugzilla.redhat.com/show_bug.cgi?id=1032808

Co-Authored-By: Thomas Haller &lt;thaller@redhat.com&gt;
Co-Authored-By: Dan Williams &lt;dcbw@redhat.com&gt;
Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: fix nmcli help for connection object (rh #1036545)</title>
<updated>2013-12-02T14:40:11+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-12-02T14:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=62f07eea2699c4c4242d237cf4743e0a3b30a4e6'/>
<id>62f07eea2699c4c4242d237cf4743e0a3b30a4e6</id>
<content type='text'>
https://bugzilla.redhat.com/show_bug.cgi?id=1036545
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.redhat.com/show_bug.cgi?id=1036545
</pre>
</div>
</content>
</entry>
<entry>
<title>nmcli: fix connecting VLANs without an explicit interface-name (rh #1034908)</title>
<updated>2013-11-28T15:50:42+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-11-28T15:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=655af71c6da5dbe896ba9bc42dfd236c30ee66f8'/>
<id>655af71c6da5dbe896ba9bc42dfd236c30ee66f8</id>
<content type='text'>
nm_connection_get_virtual_iface_name() doesn't work when determining virtual
connections, because for VLANs it can return NULL.

See also commit e1e4740648d3ee522c8a80d1af6282afce94f53d.

https://bugzilla.redhat.com/show_bug.cgi?id=1034908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nm_connection_get_virtual_iface_name() doesn't work when determining virtual
connections, because for VLANs it can return NULL.

See also commit e1e4740648d3ee522c8a80d1af6282afce94f53d.

https://bugzilla.redhat.com/show_bug.cgi?id=1034908
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add support for DCB settings</title>
<updated>2013-11-27T16:05:43+00:00</updated>
<author>
<name>Dan Williams</name>
<email>dcbw@redhat.com</email>
</author>
<published>2013-11-06T14:16:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=d35cb5b77cde081003c5af53df507cf7e9cb0d3c'/>
<id>d35cb5b77cde081003c5af53df507cf7e9cb0d3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add NMC_RESULT_ERROR_NOT_FOUND and use as appropriate</title>
<updated>2013-11-22T18:51:25+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2013-11-21T14:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=461920bb96c352f81a7326deef83df1845b21d4f'/>
<id>461920bb96c352f81a7326deef83df1845b21d4f</id>
<content type='text'>
This will allow callers to distinguish "no such connection" from
"connection failed to activate", etc.

https://bugzilla.redhat.com/show_bug.cgi?id=1022256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow callers to distinguish "no such connection" from
"connection failed to activate", etc.

https://bugzilla.redhat.com/show_bug.cgi?id=1022256
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: initialize interface-name for new team connections in editor</title>
<updated>2013-11-22T13:28:08+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-11-22T13:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=472ee8104d3247ca9ee7a3fbea0da7939e0c99a2'/>
<id>472ee8104d3247ca9ee7a3fbea0da7939e0c99a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: complete file names for properties whose value is a file name</title>
<updated>2013-11-22T13:09:10+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-10-03T18:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=cdec23d314347acbd2bdbe8d79de9cd2f5e164e4'/>
<id>cdec23d314347acbd2bdbe8d79de9cd2f5e164e4</id>
<content type='text'>
Note:
Tilde expansion is enabled, so ~/abc&lt;TAB&gt; expands the string to /home/joe/abc.
However, when user did not use the completion and typed "~/myfile" manually,
the path could not be opened.

nmcli 802-1x.ca-cert&gt; set ~/newca.crt
Error: failed to set 'ca-cert' property: Failed to open file '~/newca.crt': No such file or directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note:
Tilde expansion is enabled, so ~/abc&lt;TAB&gt; expands the string to /home/joe/abc.
However, when user did not use the completion and typed "~/myfile" manually,
the path could not be opened.

nmcli 802-1x.ca-cert&gt; set ~/newca.crt
Error: failed to set 'ca-cert' property: Failed to open file '~/newca.crt': No such file or directory
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: support file names for 'config' argument when creating team connections</title>
<updated>2013-11-22T13:09:10+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-11-11T16:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=a3c06afc12e0cab6e09ec32139fa5cb0d4d98e2d'/>
<id>a3c06afc12e0cab6e09ec32139fa5cb0d4d98e2d</id>
<content type='text'>
nmcli con add type team config /home/cimrman/team-config.json

libteam (and in turn NetworkManager) configures team devices via plain config
data in JSON format. However, it is useful and more user-friendly for nmcli to
accept also a file name that contains the config data, and read it. Thus the
user is not forced to type whole (possibly long) config on the command line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nmcli con add type team config /home/cimrman/team-config.json

libteam (and in turn NetworkManager) configures team devices via plain config
data in JSON format. However, it is useful and more user-friendly for nmcli to
accept also a file name that contains the config data, and read it. Thus the
user is not forced to type whole (possibly long) config on the command line.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add missing reason-to-string mappings for NMDeviceStateReason</title>
<updated>2013-11-18T15:17:23+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-11-18T15:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=160d6f073ebd92be67d855290d58ac427037e3f4'/>
<id>160d6f073ebd92be67d855290d58ac427037e3f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add "nmcli con load file..."</title>
<updated>2013-11-15T18:39:40+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2013-10-31T19:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=9a532db182078bf54ec9752b58b32dc4e010aee2'/>
<id>9a532db182078bf54ec9752b58b32dc4e010aee2</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=709830
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=709830
</pre>
</div>
</content>
</entry>
</feed>
