<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/network-scripts, branch 10.00.16</title>
<subtitle>Mageia fork of Fedora's Init Scripts</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/'/>
<entry>
<title>ifup-routes: Log when using `ip $type replace`</title>
<updated>2022-01-12T13:40:37+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2022-01-12T12:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=33d3b47bdf31afafcb805a312cd498570d77f913'/>
<id>33d3b47bdf31afafcb805a312cd498570d77f913</id>
<content type='text'>
Follow-up to #401

Related: #2034799

(cherry picked from commit a31060817ef8b03814b240442811ea5caa082d1c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to #401

Related: #2034799

(cherry picked from commit a31060817ef8b03814b240442811ea5caa082d1c)
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-routes: Use `ip route repace` to avoid race</title>
<updated>2022-01-12T13:40:37+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2022-01-11T08:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=babc15492a84903810989c5b4d923c0ca443cf41'/>
<id>babc15492a84903810989c5b4d923c0ca443cf41</id>
<content type='text'>
This should resolve the scenario when the link is brought
up prior to disabling accept_ra.

This only happens when both IPv4 and IPv6 address is on
the interface, because network-scripts does IPv4 first
and brings up the interface.

Then it does IPv6 which disables the RA's, at that point
the node has already learned the route from RA and setting
a default route fails.

Using `ip route replace` we ensure if the above scenario
happens we end-up with the correct default ipv6 route.

Huge thanks to Harald who debugged this issue and prepared a patch!

Resolves: #2034799

(cherry picked from commit a71dcfd392cc1022c255208fdd94a0fc6c13ceb0)

Co-authored-by: hjensas &lt;hjensas@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should resolve the scenario when the link is brought
up prior to disabling accept_ra.

This only happens when both IPv4 and IPv6 address is on
the interface, because network-scripts does IPv4 first
and brings up the interface.

Then it does IPv6 which disables the RA's, at that point
the node has already learned the route from RA and setting
a default route fails.

Using `ip route replace` we ensure if the above scenario
happens we end-up with the correct default ipv6 route.

Huge thanks to Harald who debugged this issue and prepared a patch!

Resolves: #2034799

(cherry picked from commit a71dcfd392cc1022c255208fdd94a0fc6c13ceb0)

Co-authored-by: hjensas &lt;hjensas@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>network scripts: Avoid infinite loop of arping</title>
<updated>2021-02-15T14:48:14+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-02-12T09:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f60352b3b4dcc8d1e3c038de53a3e5c0641ced1b'/>
<id>f60352b3b4dcc8d1e3c038de53a3e5c0641ced1b</id>
<content type='text'>
Introduced in the bonding driver (commit ae46f184bc1f) Driver now reports transmission failures.
Before that, it silently dropped the packet and replied with success error code.

The arping of iputils retries endlessly when a transmission error occurs.

This patch fix this behavior.

Resolves: #1928098

(cherry picked from commit afbd6b5a0aa0873a606cbc99ee418b4de8c3d2dc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced in the bonding driver (commit ae46f184bc1f) Driver now reports transmission failures.
Before that, it silently dropped the packet and replied with success error code.

The arping of iputils retries endlessly when a transmission error occurs.

This patch fix this behavior.

Resolves: #1928098

(cherry picked from commit afbd6b5a0aa0873a606cbc99ee418b4de8c3d2dc)
</pre>
</div>
</content>
</entry>
<entry>
<title>network: fix condition in set_link_up()</title>
<updated>2021-02-04T13:33:55+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-02-04T13:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b505d7373d12ee0be7be84dd1c85d999f7c556ba'/>
<id>b505d7373d12ee0be7be84dd1c85d999f7c556ba</id>
<content type='text'>
Related: #1555001

(cherry picked from commit b0e3fcae2a609cf4e011c767e57b7128a6cd090d)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related: #1555001

(cherry picked from commit b0e3fcae2a609cf4e011c767e57b7128a6cd090d)</pre>
</div>
</content>
</entry>
<entry>
<title>network: fix set_link_up()</title>
<updated>2020-12-17T07:31:46+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-12-17T07:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=9babd3713c55790ddeb81c1ca8c27cbd594e5508'/>
<id>9babd3713c55790ddeb81c1ca8c27cbd594e5508</id>
<content type='text'>
This patch fixes issue, when interface wasn't
bring up.

Related: #1555001

(cherry picked from commit 17f1519e0dac05bf6b259ef9b7f8dcd6b94013ce)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes issue, when interface wasn't
bring up.

Related: #1555001

(cherry picked from commit 17f1519e0dac05bf6b259ef9b7f8dcd6b94013ce)</pre>
</div>
</content>
</entry>
<entry>
<title>network: add option to keep the link down</title>
<updated>2020-12-15T09:07:50+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-12-15T09:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e0c58b190523421347021029cd4516c7fc5db0bc'/>
<id>e0c58b190523421347021029cd4516c7fc5db0bc</id>
<content type='text'>
Some interfaces like Open vSwitch bridges using the userspace datapath,
needs the link to be kept down to avoid issues.
Add a LINKSTATUS=[down|up] ifcfg parameter to add this functionality.
If not specified, the link will default to up as before.

Patch provided by Matteo Croce mcroce@redhat.com

Resolves: #1555001</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some interfaces like Open vSwitch bridges using the userspace datapath,
needs the link to be kept down to avoid issues.
Add a LINKSTATUS=[down|up] ifcfg parameter to add this functionality.
If not specified, the link will default to up as before.

Patch provided by Matteo Croce mcroce@redhat.com

Resolves: #1555001</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional 'dev' keyword</title>
<updated>2020-07-24T11:46:14+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-07-24T11:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d137d6097a43687f98c642f172c48b94652ba067'/>
<id>d137d6097a43687f98c642f172c48b94652ba067</id>
<content type='text'>
Fix the problem when the device name could be interpreted as an iproute2 keyword.
For example, for a bridge slave named "a" the iproute2 would treat
the name as a prefix of keyword "address" and the network-scripts
would fail to set the bridge master.

Resolves: rhbz #1859785

(cherry picked from commit 100ed46b483b50059b3be796bafaf7b8f2b99220)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the problem when the device name could be interpreted as an iproute2 keyword.
For example, for a bridge slave named "a" the iproute2 would treat
the name as a prefix of keyword "address" and the network-scripts
would fail to set the bridge master.

Resolves: rhbz #1859785

(cherry picked from commit 100ed46b483b50059b3be796bafaf7b8f2b99220)</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: Switch to bc utility, which supports floating point computations.</title>
<updated>2020-06-16T07:22:43+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-06-16T07:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c7560969dd8540fb1ee76b494d5e744ad15c5a3e'/>
<id>c7560969dd8540fb1ee76b494d5e744ad15c5a3e</id>
<content type='text'>
backport of: 0be5319
Resolves:    #1826637</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
backport of: 0be5319
Resolves:    #1826637</pre>
</div>
</content>
</entry>
<entry>
<title>Wait for scope link addresses as well as for scope global addresses</title>
<updated>2020-04-14T14:28:56+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-04-14T14:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=fb773f3543972e6b6898938e2840c26991a10d1c'/>
<id>fb773f3543972e6b6898938e2840c26991a10d1c</id>
<content type='text'>
Fix issue when interface has assigned only local address in tentative
state and DHCPv6 isn't able to assign address to that interface.
With this patch network-scripts will wait until tentative state is gone (wait for DAD)
for all scopes including local one.

Resolves: #1809601</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix issue when interface has assigned only local address in tentative
state and DHCPv6 isn't able to assign address to that interface.
With this patch network-scripts will wait until tentative state is gone (wait for DAD)
for all scopes including local one.

Resolves: #1809601</pre>
</div>
</content>
</entry>
<entry>
<title>network-function: bridges are created by ifup-eth</title>
<updated>2019-10-30T07:35:57+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2019-10-30T07:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=27a0ae9caa874093898e572e7c1d2b3c30abb3f3'/>
<id>27a0ae9caa874093898e572e7c1d2b3c30abb3f3</id>
<content type='text'>
Resolves: rhbz#1762717
(cherry picked from commit 10f09913a177efaf007448c95c8b49dcfdc0a35f)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves: rhbz#1762717
(cherry picked from commit 10f09913a177efaf007448c95c8b49dcfdc0a35f)</pre>
</div>
</content>
</entry>
</feed>
