<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/network-scripts, branch 10.00.15</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>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>
<entry>
<title>Add ip6gre tunnel option</title>
<updated>2019-10-30T07:33:45+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2019-10-30T07:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=98af69a625d583eb0caf1f9b26f698e852e0eab9'/>
<id>98af69a625d583eb0caf1f9b26f698e852e0eab9</id>
<content type='text'>
Resolve: rhbz#1743251</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve: rhbz#1743251</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: Check that device name is set</title>
<updated>2019-10-30T07:32:24+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2019-10-30T07:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d93f8f6f0a57305231a702c9ddd50fc409144e5e'/>
<id>d93f8f6f0a57305231a702c9ddd50fc409144e5e</id>
<content type='text'>
Resolve rhbz#1743249</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve rhbz#1743249</pre>
</div>
</content>
</entry>
</feed>
