<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/network-scripts, branch 10.08</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: fix condition in set_link_up()</title>
<updated>2021-02-04T13:33:23+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-02-04T13:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b1626389507a3d9e4d7e7805939c3a589954bb46'/>
<id>b1626389507a3d9e4d7e7805939c3a589954bb46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>network: fix set_link_up()</title>
<updated>2020-12-17T07:31:14+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-12-17T07:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=4c3b3af678e353b54fa270663d7fc2fbe5681b48'/>
<id>4c3b3af678e353b54fa270663d7fc2fbe5681b48</id>
<content type='text'>
This patch fixes issue, when interface wasn't
bring up.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes issue, when interface wasn't
bring up.</pre>
</div>
</content>
</entry>
<entry>
<title>network: add option to keep the link down</title>
<updated>2020-12-03T13:33:07+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-12-03T13:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0ac0949b03cdfc2c06ba997e9b3b890a5ca17b1f'/>
<id>0ac0949b03cdfc2c06ba997e9b3b890a5ca17b1f</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 &lt;mcroce@redhat.com&gt;</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 &lt;mcroce@redhat.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>network-scripts: Use net_log() instead of logger</title>
<updated>2020-11-05T13:51:33+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-11-05T13:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=7d876f7ac28151d754aafbe5d008c9a4b574e211'/>
<id>7d876f7ac28151d754aafbe5d008c9a4b574e211</id>
<content type='text'>
Use internal network-scripts function net_log() instead of
/usr/bin/logger if possible to make code more consistent and cleaner.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use internal network-scripts function net_log() instead of
/usr/bin/logger if possible to make code more consistent and cleaner.</pre>
</div>
</content>
</entry>
<entry>
<title>Add warning to warn user when ETHTOOL_OPTS is set and ethtool binary is missing - Olav Vitters</title>
<updated>2020-08-12T11:51:22+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-08-12T11:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1ec2149386beca68792496b600a5cf71f4a36709'/>
<id>1ec2149386beca68792496b600a5cf71f4a36709</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional 'dev' keyword</title>
<updated>2020-07-24T11:44:37+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-07-24T11:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=299efd663b4614f4698cf2bc9b9ba8e72df9387e'/>
<id>299efd663b4614f4698cf2bc9b9ba8e72df9387e</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.

Related: rhbz #1859785</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.

Related: rhbz #1859785</pre>
</div>
</content>
</entry>
<entry>
<title>Maintain permisision to set umask</title>
<updated>2020-07-14T13:43:15+00:00</updated>
<author>
<name>zhangnaru0605</name>
<email>67086371+zhangnaru0605@users.noreply.github.com</email>
</author>
<published>2020-07-14T13:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=905497da1838e5d7b35d6a0daf6c241c47d59323'/>
<id>905497da1838e5d7b35d6a0daf6c241c47d59323</id>
<content type='text'>
set umask in case resolv.conf doesn't exist</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set umask in case resolv.conf doesn't exist</pre>
</div>
</content>
</entry>
<entry>
<title>Correct spelling, IP, …</title>
<updated>2020-07-14T13:42:32+00:00</updated>
<author>
<name>Allan Nordhøy</name>
<email>epost@anotheragency.no</email>
</author>
<published>2020-07-14T13:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=365fa8c3730c53e81a9bada5b780937750ccb567'/>
<id>365fa8c3730c53e81a9bada5b780937750ccb567</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling, for more info</title>
<updated>2020-07-14T13:42:09+00:00</updated>
<author>
<name>Allan Nordhøy</name>
<email>epost@anotheragency.no</email>
</author>
<published>2020-07-14T13:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f4d69c8d3f9854a933d8d957d7f4046a8289509a'/>
<id>f4d69c8d3f9854a933d8d957d7f4046a8289509a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wait for scope link addresses as well as for scope global addresses</title>
<updated>2020-03-24T10:47:43+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2020-01-29T11:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=4e2400798397ae2567a8cfd824c14ccd41983b08'/>
<id>4e2400798397ae2567a8cfd824c14ccd41983b08</id>
<content type='text'>
Resolves: rhbz#1773798
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves: rhbz#1773798
</pre>
</div>
</content>
</entry>
</feed>
