<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/cli/src/settings.h, 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: show warning when setting band/channel for infra mode (rh #1000096)</title>
<updated>2014-02-13T11:22:52+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-02-13T11:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c52decbfcb14dbf3fb2357742fb0df3c12486aa7'/>
<id>c52decbfcb14dbf3fb2357742fb0df3c12486aa7</id>
<content type='text'>
The band/channel property is not considered when connecting to an
access point. Print a warning, when setting one of these values in edit
mode.

For now, don't forbid the user to make such setting. Also, because in
the future, wpa_supplicant might support this.

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

Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The band/channel property is not considered when connecting to an
access point. Print a warning, when setting one of these values in edit
mode.

For now, don't forbid the user to make such setting. Also, because in
the future, wpa_supplicant might support this.

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

Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: allow '--field group.field' for nmcli con show conf &lt;bla&gt;</title>
<updated>2013-12-17T12:52:11+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-12-10T15:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=4ef8696c77725a25cea2bc585f0579b86cfe779a'/>
<id>4ef8696c77725a25cea2bc585f0579b86cfe779a</id>
<content type='text'>
That means you can display single property.

Example:
$ nmcli -f connection.id,802-3-ethernet.mtu s c my-eth-profile
connection.id:                          my-eth-profile
802-3-ethernet.mtu:                     auto
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That means you can display single property.

Example:
$ nmcli -f connection.id,802-3-ethernet.mtu s c my-eth-profile
connection.id:                          my-eth-profile
802-3-ethernet.mtu:                     auto
</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: editor 'change' command: output -&gt; input format conversion (rh #998929)</title>
<updated>2013-09-13T08:56:20+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-11T15:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=1f6e1fbc62a6db33dd681faf2b9d8e51093eed2c'/>
<id>1f6e1fbc62a6db33dd681faf2b9d8e51093eed2c</id>
<content type='text'>
The format of property values that nmcli prints is not the same (for some
properties) as the format nmcli editor accepts as input from user. The reasons
are that (a) output format is more descriptive and not much suitable to be
typed, (b) it comes in most cases from libnm-util.
'change' command displays current property value and allows users to edit it.
So we convert the output into input format, before presenting it to the user.

https://bugzilla.redhat.com/show_bug.cgi?id=998929
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The format of property values that nmcli prints is not the same (for some
properties) as the format nmcli editor accepts as input from user. The reasons
are that (a) output format is more descriptive and not much suitable to be
typed, (b) it comes in most cases from libnm-util.
'change' command displays current property value and allows users to edit it.
So we convert the output into input format, before presenting it to the user.

https://bugzilla.redhat.com/show_bug.cgi?id=998929
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: deny removing values of nmcli-unchangable properties</title>
<updated>2013-09-06T13:00:34+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-06T12:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=2eede801080c69ff164aa3956545f1a690d07b09'/>
<id>2eede801080c69ff164aa3956545f1a690d07b09</id>
<content type='text'>
nmc_setting_reset_property() function checks whether we allow changing the property
(set_func != NULL) and if so, the property value is reset to default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nmc_setting_reset_property() function checks whether we allow changing the property
(set_func != NULL) and if so, the property value is reset to default.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: connect IP addresses/method handlers for existing connections (rh #998137)</title>
<updated>2013-09-02T11:20:04+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-09-02T11:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=2d9366bcee240f53745d4534f24165cc3f306066'/>
<id>2d9366bcee240f53745d4534f24165cc3f306066</id>
<content type='text'>
The handlers detecting changes of IP addresses/method in nmcli interactive
editor were connected only for newly created connection. That's why the
automagic feature of setting 'method' when 'addresses' are changed and vice
versa worked just for new connections, but not while editing existing
connections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The handlers detecting changes of IP addresses/method in nmcli interactive
editor were connected only for newly created connection. That's why the
automagic feature of setting 'method' when 'addresses' are changed and vice
versa worked just for new connections, but not while editing existing
connections.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: simplify setting creation</title>
<updated>2013-07-22T11:37:17+00:00</updated>
<author>
<name>Dan Williams</name>
<email>dcbw@redhat.com</email>
</author>
<published>2013-06-05T21:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=16f581892738a7904f6f681ed784700c38217460'/>
<id>16f581892738a7904f6f681ed784700c38217460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: nmc_property_get_gvalue() nmc_property_set_gvalue()</title>
<updated>2013-07-22T11:37:16+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-03-20T09:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=def37e4e0dfad0fefab8f8911cfc4b54da3e74e3'/>
<id>def37e4e0dfad0fefab8f8911cfc4b54da3e74e3</id>
<content type='text'>
Functions to
 - get property value and return it in GValue
 - set property value from GValue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functions to
 - get property value and return it in GValue
 - set property value from GValue
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: 'connection edit' - edit/add connections in an interactive editor</title>
<updated>2013-07-22T11:32:32+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2013-01-18T14:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=937eb485905d0c1df88cda9a391185f556e47643'/>
<id>937eb485905d0c1df88cda9a391185f556e47643</id>
<content type='text'>
nmcli connection edit [type &lt;type&gt;] [con-name &lt;name&gt;]

Examples:
nmcli c e
nmcli c e type ethernet
nmcli c e type wifi con-name "My home Wi-Fi"
nmcli c e type bond
...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nmcli connection edit [type &lt;type&gt;] [con-name &lt;name&gt;]

Examples:
nmcli c e
nmcli c e type ethernet
nmcli c e type wifi con-name "My home Wi-Fi"
nmcli c e type bond
...
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: use a table for setting details functions</title>
<updated>2013-06-06T08:06:39+00:00</updated>
<author>
<name>Dan Williams</name>
<email>dcbw@redhat.com</email>
</author>
<published>2013-06-05T20:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=a1dde9b516b207cb814c5b05484cc63f6ef14ec6'/>
<id>a1dde9b516b207cb814c5b05484cc63f6ef14ec6</id>
<content type='text'>
It's a bit clearer to find the setting and add new ones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's a bit clearer to find the setting and add new ones.
</pre>
</div>
</content>
</entry>
</feed>
