<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git, branch bg/loopback</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>core: misc fixes for loopback support</title>
<updated>2022-09-05T13:25:38+00:00</updated>
<author>
<name>Beniamino Galvani</name>
<email>bgalvani@redhat.com</email>
</author>
<published>2022-09-05T13:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=85cd932ed98cc89435ea5574739894bf7de4a9ef'/>
<id>85cd932ed98cc89435ea5574739894bf7de4a9ef</id>
<content type='text'>
1) when a IPv4 address has an empty .peer_address, it means the peer
address is 0.0.0.0. To have the peer unset, we must set .peer_address
= .address.

2) don't add address 127.0.0.1/8 to the prune list. This prevents the
deletion of the address on reactivation.

3) add "src 127.0.0.1" to the local route
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) when a IPv4 address has an empty .peer_address, it means the peer
address is 0.0.0.0. To have the peer unset, we must set .peer_address
= .address.

2) don't add address 127.0.0.1/8 to the prune list. This prevents the
deletion of the address on reactivation.

3) add "src 127.0.0.1" to the local route
</pre>
</div>
</content>
</entry>
<entry>
<title>preserve the loopback route</title>
<updated>2022-09-02T16:33:40+00:00</updated>
<author>
<name>Wen Liang</name>
<email>liangwen12year@gmail.com</email>
</author>
<published>2022-09-01T12:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=68d9bf84fc81d334b815aa6e58ff70d3fcb1b4a1'/>
<id>68d9bf84fc81d334b815aa6e58ff70d3fcb1b4a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>device: allow autoconnect on external</title>
<updated>2022-09-01T13:00:07+00:00</updated>
<author>
<name>Wen Liang</name>
<email>liangwen12year@gmail.com</email>
</author>
<published>2022-07-22T14:28:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=bcc9d2b0c24485a6e17de7dcd1e3a28c57a979e2'/>
<id>bcc9d2b0c24485a6e17de7dcd1e3a28c57a979e2</id>
<content type='text'>
In some scenarios, autoconnect should not be blocked if the device is
activated on the external connection (e.g. autoconnect on the loopback
device).

Adding the `allow_autoconnect_on_external` flag to support such
behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some scenarios, autoconnect should not be blocked if the device is
activated on the external connection (e.g. autoconnect on the loopback
device).

Adding the `allow_autoconnect_on_external` flag to support such
behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>support loopback interface</title>
<updated>2022-09-01T13:00:07+00:00</updated>
<author>
<name>Wen Liang</name>
<email>liangwen12year@gmail.com</email>
</author>
<published>2022-06-12T23:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=2f25e96f5de35c8863a745dac4dc393cba2a8595'/>
<id>2f25e96f5de35c8863a745dac4dc393cba2a8595</id>
<content type='text'>
Support managing the loopback interface through NM as the users want to
set the proper mtu for loopback interface when forwarding the packets.
Additionally, the IP addresses, DNS, route and routing rules are also
allowed to configure for the loopback connection profiles.

https://bugzilla.redhat.com/show_bug.cgi?id=2060905
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support managing the loopback interface through NM as the users want to
set the proper mtu for loopback interface when forwarding the packets.
Additionally, the IP addresses, DNS, route and routing rules are also
allowed to configure for the loopback connection profiles.

https://bugzilla.redhat.com/show_bug.cgi?id=2060905
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "platform: add the `a_no_auto_noprefixroute` flag"</title>
<updated>2022-09-01T13:00:07+00:00</updated>
<author>
<name>Wen Liang</name>
<email>liangwen12year@gmail.com</email>
</author>
<published>2022-08-22T01:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=e444b8e5709d4cb60237cdac8a156e88c4255990'/>
<id>e444b8e5709d4cb60237cdac8a156e88c4255990</id>
<content type='text'>
This reverts commit bd84ae4dc5a1e2b44a7471c3b0b4c3428b789a04.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bd84ae4dc5a1e2b44a7471c3b0b4c3428b789a04.
</pre>
</div>
</content>
</entry>
<entry>
<title>nmcli: don't translate "%s"</title>
<updated>2022-09-01T11:07:23+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2022-08-26T10:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=222bd85fdc277e586ff688e085f9a86e4ac9f768'/>
<id>222bd85fdc277e586ff688e085f9a86e4ac9f768</id>
<content type='text'>
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1354
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1354
</pre>
</div>
</content>
</entry>
<entry>
<title>manager: drop useless use of a format string</title>
<updated>2022-09-01T11:05:57+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2022-08-30T11:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b071041d175ca18af93c8b216cc7a33826cfb29d'/>
<id>b071041d175ca18af93c8b216cc7a33826cfb29d</id>
<content type='text'>
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1355
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1355
</pre>
</div>
</content>
</entry>
<entry>
<title>version: add 1.42 macros</title>
<updated>2022-08-31T17:23:26+00:00</updated>
<author>
<name>Vojtech Bubela</name>
<email>vbubela@redhat.com</email>
</author>
<published>2022-08-31T09:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=7dccb5f548c5e31c5e4527be73df3481a2829d4a'/>
<id>7dccb5f548c5e31c5e4527be73df3481a2829d4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nmcli: merge branch 'th/nmcli-modify-uuid'</title>
<updated>2022-08-31T17:22:27+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2022-08-31T17:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=424f09e43dfb37c117a5a8b85102648969bcddfe'/>
<id>424f09e43dfb37c117a5a8b85102648969bcddfe</id>
<content type='text'>
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1349
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: update</title>
<updated>2022-08-31T17:22:01+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2022-08-31T17:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=ef712733aab8dcfd542eb0fe8f17106a1bb3f976'/>
<id>ef712733aab8dcfd542eb0fe8f17106a1bb3f976</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
