<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig, branch 9.70</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>ipv6_add_addr_on_device: replace the existing address on NIC</title>
<updated>2017-02-27T14:53:07+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-11-24T17:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=bd251de0d123f0937cb03dabf6b9cb6148dc2177'/>
<id>bd251de0d123f0937cb03dabf6b9cb6148dc2177</id>
<content type='text'>
  Instead of adding the IPv6 address when ifup is called, we replace the
  address, because it might have been auto-assigned before by RA.

  This is to assure that static NIC configuration will take effect if
  the NIC was already dynamically configured by RA.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Instead of adding the IPv6 address when ifup is called, we replace the
  address, because it might have been auto-assigned before by RA.

  This is to assure that static NIC configuration will take effect if
  the NIC was already dynamically configured by RA.
</pre>
</div>
</content>
</entry>
<entry>
<title>network: load NetworkManager connection via dbus</title>
<updated>2017-02-14T17:57:12+00:00</updated>
<author>
<name>Petr Horáček</name>
<email>phoracek@redhat.com</email>
</author>
<published>2017-01-30T17:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=edcc7e730a0370f41cd4961f632e7590cbaa084f'/>
<id>edcc7e730a0370f41cd4961f632e7590cbaa084f</id>
<content type='text'>
Use dbus to refresh configuration files for NetworkManager in order
to make ifup and ifdown faster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use dbus to refresh configuration files for NetworkManager in order
to make ifup and ifdown faster.
</pre>
</div>
</content>
</entry>
<entry>
<title>network: check for running NetworkManager via dbus</title>
<updated>2017-02-14T17:57:12+00:00</updated>
<author>
<name>Petr Horáček</name>
<email>phoracek@redhat.com</email>
</author>
<published>2017-01-30T17:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0c48e8d8a32c6db7f5c5c2a20355d0f3d76deda9'/>
<id>0c48e8d8a32c6db7f5c5c2a20355d0f3d76deda9</id>
<content type='text'>
Use dbus instead of nmcli to make ifup command faster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use dbus instead of nmcli to make ifup command faster.
</pre>
</div>
</content>
</entry>
<entry>
<title>sysconfig/network: NO_DHCP_HOSTNAME option introduced</title>
<updated>2016-11-16T11:17:54+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-11-15T16:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2ea1dcf2d22606f4b30ae16a14a736d0d9dddf24'/>
<id>2ea1dcf2d22606f4b30ae16a14a736d0d9dddf24</id>
<content type='text'>
  Previously, some administrators were unable to force initscripts to
  not obtatin hostname from DHCP, even though they were using static
  configuration of network. Righ now, setting 'NO_DHCP_HOSTNAME' to
  'yes', 'true' or '1' in /etc/sysconfig/network will allow them to do so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Previously, some administrators were unable to force initscripts to
  not obtatin hostname from DHCP, even though they were using static
  configuration of network. Righ now, setting 'NO_DHCP_HOSTNAME' to
  'yes', 'true' or '1' in /etc/sysconfig/network will allow them to do so.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in IPV6_SET_SYSCTLS</title>
<updated>2016-11-15T11:08:05+00:00</updated>
<author>
<name>Pavel Šimerda</name>
<email>pavlix@pavlix.net</email>
</author>
<published>2016-11-14T21:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=02760563d7ea60bf767812aa0cf5cd97d20a2217'/>
<id>02760563d7ea60bf767812aa0cf5cd97d20a2217</id>
<content type='text'>
Typo introduced in commit 432951d.

Related: https://github.com/fedora-sysv/initscripts/pull/2
Signed-off-by: Pavel Šimerda &lt;pavlix@pavlix.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typo introduced in commit 432951d.

Related: https://github.com/fedora-sysv/initscripts/pull/2
Signed-off-by: Pavel Šimerda &lt;pavlix@pavlix.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>network-functions: do not send hostname via dhclient everytime</title>
<updated>2016-11-10T15:38:18+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-11-10T11:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e20a9baff26986d2bbb8201615dd39c9748b7141'/>
<id>e20a9baff26986d2bbb8201615dd39c9748b7141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ipv6_wait_tentative(): exit immediately when dadfailed occurs</title>
<updated>2016-11-01T15:15:18+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-11-01T09:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=eb1a9ae171f8be0137c146b9dfb3906f90d5a8be'/>
<id>eb1a9ae171f8be0137c146b9dfb3906f90d5a8be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: if arping fails, output responding MAC</title>
<updated>2016-10-31T14:50:38+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2016-01-05T12:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b6a3a1dd5d783229a2bb6e42993fe6b09e0583d2'/>
<id>b6a3a1dd5d783229a2bb6e42993fe6b09e0583d2</id>
<content type='text'>
Resolves: #1099026
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves: #1099026
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-post: introduce new configuration option NOROUTESET</title>
<updated>2016-10-31T14:35:50+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-10-29T12:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b4bc3909d253b3211b01bee3a70c43cab3c58861'/>
<id>b4bc3909d253b3211b01bee3a70c43cab3c58861</id>
<content type='text'>
  This has patch has been suggested in RHBZ #950453, by Konrad Moson.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This has patch has been suggested in RHBZ #950453, by Konrad Moson.
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-post: use is_false() function instead of checking for "no" string</title>
<updated>2016-10-31T14:35:50+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-10-29T12:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=43ebe1cf2ba3296ee0c9a4b353f548be30801909'/>
<id>43ebe1cf2ba3296ee0c9a4b353f548be30801909</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
