<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig, branch 9.03.61</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>ARPUPDATE introduced</title>
<updated>2017-07-14T15:40:45+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-07-10T16:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=3f7368cf2615978fc4b89b63613ada20bafb6124'/>
<id>3f7368cf2615978fc4b89b63613ada20bafb6124</id>
<content type='text'>
  The ARPUPDATE option has been introduced. It defaults to 'yes'.

  By setting the ARPUPDATE to 'no', administrator can disable
  updating neighbouring computers with ARP information about current
  NIC. This is especially needed when using LVS Load Balancing with
  Direct routing enabled.

  Resolves: RHBZ#1440888
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  The ARPUPDATE option has been introduced. It defaults to 'yes'.

  By setting the ARPUPDATE to 'no', administrator can disable
  updating neighbouring computers with ARP information about current
  NIC. This is especially needed when using LVS Load Balancing with
  Direct routing enabled.

  Resolves: RHBZ#1440888
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-aliases: we want to call the arping</title>
<updated>2017-01-18T11:54:19+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2017-01-17T17:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a8e6d7327e8e481fca3fb38dbe0e32ebc75c63d9'/>
<id>a8e6d7327e8e481fca3fb38dbe0e32ebc75c63d9</id>
<content type='text'>
It looks that during backport $() was replaced with ""
Resolves: RHBZ#1413976
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It looks that during backport $() was replaced with ""
Resolves: RHBZ#1413976
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: remove quote marks</title>
<updated>2017-01-09T18:39:18+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2017-01-06T14:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=590adf623afff95c4b601f6e01ebe0418bedc412'/>
<id>590adf623afff95c4b601f6e01ebe0418bedc412</id>
<content type='text'>
With quote marks all the parameters to dhclient are passed as one
Resolves: #1410429
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With quote marks all the parameters to dhclient are passed as one
Resolves: #1410429
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression in commit ca3cea691b6 - ${LEASEFILE} not specified</title>
<updated>2016-11-21T15:34:07+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-11-21T10:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1bf0abad16066465581f3e535ca1055032e5c6ad'/>
<id>1bf0abad16066465581f3e535ca1055032e5c6ad</id>
<content type='text'>
  Related: RHBZ #1350602
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Related: RHBZ #1350602
</pre>
</div>
</content>
</entry>
<entry>
<title>ipv6_add_addr_on_device: replace the existing address on NIC</title>
<updated>2016-11-16T14:55:27+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-11-14T12:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=a5b36c2165e4e7564bb4e6e5d2a180be3480497c'/>
<id>a5b36c2165e4e7564bb4e6e5d2a180be3480497c</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.

  Resolves: RHBZ #1086388
</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.

  Resolves: RHBZ #1086388
</pre>
</div>
</content>
</entry>
<entry>
<title>sysconfig/network: NO_DHCP_HOSTNAME option introduced</title>
<updated>2016-11-16T14:39: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=85153da13bf9623083095f4405bbb02c9da90767'/>
<id>85153da13bf9623083095f4405bbb02c9da90767</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. Right now, setting 'NO_DHCP_HOSTNAME' to
  'yes', 'true' or '1' in /etc/sysconfig/network will allow them to do so.

  Resolves: RHBZ #1157856
</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. Right now, setting 'NO_DHCP_HOSTNAME' to
  'yes', 'true' or '1' in /etc/sysconfig/network will allow them to do so.

  Resolves: RHBZ #1157856
</pre>
</div>
</content>
</entry>
<entry>
<title>network-functions: do not send hostname via dhclient everytime</title>
<updated>2016-11-15T13:27:07+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=ca3cea691b6be245e43740a8358ecc47add5684f'/>
<id>ca3cea691b6be245e43740a8358ecc47add5684f</id>
<content type='text'>
  Resolves: RHBZ #1350602
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Resolves: RHBZ #1350602
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-aliases: send gratuitous ARPs when adding addresses</title>
<updated>2016-11-15T13:26:30+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2016-10-30T16:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=9faa8ba45dbc4a43eac5723e41bea248057e9a1e'/>
<id>9faa8ba45dbc4a43eac5723e41bea248057e9a1e</id>
<content type='text'>
  Resolves: RHBZ #1320366
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Resolves: RHBZ #1320366
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert of "ifup-aliases: do not fail when only ipv6 addr is specified"</title>
<updated>2016-11-07T12:04:11+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-11-07T11:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b54627306773be535abc110503e96ac0382436f4'/>
<id>b54627306773be535abc110503e96ac0382436f4</id>
<content type='text'>
  This reverts commit 1cd4606a6de43fb9914f7099db2e30e3e2932dc0.
  For more info see:  https://bugzilla.redhat.com/show_bug.cgi?id=1340169#c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This reverts commit 1cd4606a6de43fb9914f7099db2e30e3e2932dc0.
  For more info see:  https://bugzilla.redhat.com/show_bug.cgi?id=1340169#c8
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-aliases: don't return with error when arping fails</title>
<updated>2016-11-01T12:01:41+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2015-04-05T13:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=bab72274889c5a086b51048be54eb821aed8acb9'/>
<id>bab72274889c5a086b51048be54eb821aed8acb9</id>
<content type='text'>
  Resolves: RHBZ #1275550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Resolves: RHBZ #1275550
</pre>
</div>
</content>
</entry>
</feed>
