<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/src, branch ac/cli_hide_if_default</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>dbus: pretty format "org.freedesktop.NetworkManager.conf"</title>
<updated>2020-04-15T17:17:00+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-04-15T16:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=216e97b7fa7b241c577bced7cd6b48dfa89595c1'/>
<id>216e97b7fa7b241c577bced7cd6b48dfa89595c1</id>
<content type='text'>
- indent by 4 spaces, not 8. We do that for the other 2 D-Bus
  configuration files. Also, since our lines here are rather long,
  save a bit in this regard.

- don't wrap lines for the XML elements. It makes it easier to visually
  parse.

- sort some lines asciibetically.

No changes otherwise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- indent by 4 spaces, not 8. We do that for the other 2 D-Bus
  configuration files. Also, since our lines here are rather long,
  save a bit in this regard.

- don't wrap lines for the XML elements. It makes it easier to visually
  parse.

- sort some lines asciibetically.

No changes otherwise.
</pre>
</div>
</content>
</entry>
<entry>
<title>dbus: indent by 4 space in "nm-ifcfg-rh.conf" D-Bus configuration file</title>
<updated>2020-04-15T16:48:32+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-04-15T16:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b681aec452748ae06f027f7b7f9f9b76479ca8fc'/>
<id>b681aec452748ae06f027f7b7f9f9b76479ca8fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bond: small cleanups</title>
<updated>2020-04-10T15:46:22+00:00</updated>
<author>
<name>Antonio Cardace</name>
<email>acardace@redhat.com</email>
</author>
<published>2020-04-09T17:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=2a5d9eb60b5fa2349eb88c0f9271aee43385b25d'/>
<id>2a5d9eb60b5fa2349eb88c0f9271aee43385b25d</id>
<content type='text'>
* Use an enum instead of a string, is faster for comparisons.
* Add debug assertions
* Have NMBondMode enum correspond to Kernel numbering
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use an enum instead of a string, is faster for comparisons.
* Add debug assertions
* Have NMBondMode enum correspond to Kernel numbering
</pre>
</div>
</content>
</entry>
<entry>
<title>ovsdb: retry calls in case of communication error with server</title>
<updated>2020-04-09T15:26:18+00:00</updated>
<author>
<name>Beniamino Galvani</name>
<email>bgalvani@redhat.com</email>
</author>
<published>2020-04-03T07:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=db37e530e8f03b7882997194bb325a206555c44d'/>
<id>db37e530e8f03b7882997194bb325a206555c44d</id>
<content type='text'>
When the server is restarted the write to unix socket fails with
EPIPE. In such case, don't fail all the calls in queue; instead, after
a sync of the ovsdb state (through a monitor call), start processing
the queue again, including the call that previously failed.

Add a retry counter to avoid that calls are stuck in the queue forever
in a hypothetical scenario in which the write always fails.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/459
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the server is restarted the write to unix socket fails with
EPIPE. In such case, don't fail all the calls in queue; instead, after
a sync of the ovsdb state (through a monitor call), start processing
the queue again, including the call that previously failed.

Add a retry counter to avoid that calls are stuck in the queue forever
in a hypothetical scenario in which the write always fails.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/459
</pre>
</div>
</content>
</entry>
<entry>
<title>device: fix assertion failure configuring bridge ports</title>
<updated>2020-04-09T14:45:18+00:00</updated>
<author>
<name>Beniamino Galvani</name>
<email>bgalvani@redhat.com</email>
</author>
<published>2020-04-09T14:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=d213c3cd1a563b69dbe4684682bcec006ab5c88e'/>
<id>d213c3cd1a563b69dbe4684682bcec006ab5c88e</id>
<content type='text'>
Fixes: 177ee2d7bf99 ('device/bridge: code cleanup in commit_option()')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 177ee2d7bf99 ('device/bridge: code cleanup in commit_option()')
</pre>
</div>
</content>
</entry>
<entry>
<title>device/bridge: code cleanup in commit_option()</title>
<updated>2020-04-09T07:34:18+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-04-09T07:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=177ee2d7bf99695d041cf87b600921c396a5b938'/>
<id>177ee2d7bf99695d041cf87b600921c396a5b938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>device/bridge: fix uninitialized variable in commit_option()</title>
<updated>2020-04-09T07:32:39+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-04-09T07:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=36ab1e841f170ca2ed5dd8cb658de986627e1852'/>
<id>36ab1e841f170ca2ed5dd8cb658de986627e1852</id>
<content type='text'>
Fixes: 93e38cbe56f4 ('nm-setting-bridge: add 'group-address' bridge option')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 93e38cbe56f4 ('nm-setting-bridge: add 'group-address' bridge option')
</pre>
</div>
</content>
</entry>
<entry>
<title>dns: fix crash in rebuild_domain_lists()</title>
<updated>2020-04-08T16:02:15+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-04-08T16:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=95888e8861339b6e316b916e9a6bb148585440b9'/>
<id>95888e8861339b6e316b916e9a6bb148585440b9</id>
<content type='text'>
Fixes: 103943776c12 ('dns: cleanup rebuild_domain_lists() constructing domains list')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 103943776c12 ('dns: cleanup rebuild_domain_lists() constructing domains list')
</pre>
</div>
</content>
</entry>
<entry>
<title>dns: add FIXME comment about adding default "~" routing search domain</title>
<updated>2020-04-08T10:41:32+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-04-08T10:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=9a74d2e023007deceb808d8687acc561a195f0bb'/>
<id>9a74d2e023007deceb808d8687acc561a195f0bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dns: cleanup rebuild_domain_lists() constructing domains list</title>
<updated>2020-04-08T07:32:45+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-04-08T06:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=103943776c12b046f15c5a597eeeb39725a4eb03'/>
<id>103943776c12b046f15c5a597eeeb39725a4eb03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
