<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/network-scripts/ifup-eth, branch 9.49.41</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-functions: use POSIX forwarding instead of bash-ism</title>
<updated>2017-11-09T13:58:51+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-11-08T16:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=cfa035c7c3aeacea60d4e12bebde7ce8e1ecc54b'/>
<id>cfa035c7c3aeacea60d4e12bebde7ce8e1ecc54b</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: wait for STP to complete setup on bridge if $DELAY is not set</title>
<updated>2017-10-31T11:36:19+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-07-21T10:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=75bf420df0f31cc79d1603c2b5a184ccdb151813'/>
<id>75bf420df0f31cc79d1603c2b5a184ccdb151813</id>
<content type='text'>
  Otherwise obtaining IP from DHCP might fail. Based on patch from:
   * Rich Alloway &lt;richard.alloway@roguewave.com&gt; | CentOS BZ #0011138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Otherwise obtaining IP from DHCP might fail. Based on patch from:
   * Rich Alloway &lt;richard.alloway@roguewave.com&gt; | CentOS BZ #0011138
</pre>
</div>
</content>
</entry>
<entry>
<title>network-scripts: firewall-cmd replaced with DBus calls</title>
<updated>2017-10-31T11:27:31+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-10-10T15:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=e30b3c095221ebec965e9c78a78f694b6a7a3aa4'/>
<id>e30b3c095221ebec965e9c78a78f694b6a7a3aa4</id>
<content type='text'>
  To speed things up. Based on patch &amp; comments from:
  https://bugzilla.redhat.com/show_bug.cgi?id=1497759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  To speed things up. Based on patch &amp; comments from:
  https://bugzilla.redhat.com/show_bug.cgi?id=1497759
</pre>
</div>
</content>
</entry>
<entry>
<title>ARPUPDATE introduced</title>
<updated>2017-10-16T17:06:33+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=a81b5e8ec984ca2a8ee7167eb87f6fc9db737843'/>
<id>a81b5e8ec984ca2a8ee7167eb87f6fc9db737843</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.
</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.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP_FQDN and DHCP_SEND_HOSTNAME introduced</title>
<updated>2017-05-03T09:53:09+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-02T21:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c087ea1d7d0e21865a763b0d7e0bc8d3557d1830'/>
<id>c087ea1d7d0e21865a763b0d7e0bc8d3557d1830</id>
<content type='text'>
  The way DHCP_HOSTNAME is being sent to DHCP server has been completely
  reworked...

  DHCP_FQDN now allows user to specify fully qualified domain name to be
  sent to DHCP server instead of just using simple hostname. This option
  takes precedence before DHCP_HOSTNAME variable.

  DHCP_SEND_HOSTNAME can be used to tell initscripts to not send either
  DHCP_HOSTNAME or DHCP_FQDN to DHCP server.

  Both of these options should behave same as they do in NetworkManager.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  The way DHCP_HOSTNAME is being sent to DHCP server has been completely
  reworked...

  DHCP_FQDN now allows user to specify fully qualified domain name to be
  sent to DHCP server instead of just using simple hostname. This option
  takes precedence before DHCP_HOSTNAME variable.

  DHCP_SEND_HOSTNAME can be used to tell initscripts to not send either
  DHCP_HOSTNAME or DHCP_FQDN to DHCP server.

  Both of these options should behave same as they do in NetworkManager.
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: remove quote marks</title>
<updated>2017-03-22T16:20:51+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=046d118e7927feaf75f44b064394edbc0ef26a26'/>
<id>046d118e7927feaf75f44b064394edbc0ef26a26</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>9.70-sync: sysconfig/network-scripts/* updated - part 2</title>
<updated>2017-03-22T13:42:25+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-03-21T16:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c5917b856db1e32a863fa78b54d5a7533c99577a'/>
<id>c5917b856db1e32a863fa78b54d5a7533c99577a</id>
<content type='text'>
  This commit contains a lot of whitespace changes.
  Use 'git diff --ignore-all-space' to display the relevant changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This commit contains a lot of whitespace changes.
  Use 'git diff --ignore-all-space' to display the relevant changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: fix setting preferred_lft and valid_lft</title>
<updated>2016-06-23T14:26:53+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2016-06-23T14:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0e6bd01fbb95b218af8970b6a95a70ab69a0baaf'/>
<id>0e6bd01fbb95b218af8970b6a95a70ab69a0baaf</id>
<content type='text'>
Cherry-picked from: 1087a2776ab6d27c65233918db7cffecd326dec0
Resolves: #1240775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cherry-picked from: 1087a2776ab6d27c65233918db7cffecd326dec0
Resolves: #1240775
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: fix typo in error message (#1038776)</title>
<updated>2016-06-09T12:55:29+00:00</updated>
<author>
<name>Václav Pavlín</name>
<email>vpavlin@redhat.com</email>
</author>
<published>2013-12-06T08:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=10657155b09570319f671fd0c99c57e28e07683d'/>
<id>10657155b09570319f671fd0c99c57e28e07683d</id>
<content type='text'>
Cherry-picked from: 9a55596dbdc402348e56c3f519e6218e8708a5e2
Resolves: #1257544
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cherry-picked from: 9a55596dbdc402348e56c3f519e6218e8708a5e2
Resolves: #1257544
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup: set valid_lft and preferred_lft to forever for static ip</title>
<updated>2016-05-30T10:58:33+00:00</updated>
<author>
<name>Blake Caldwell</name>
<email>blakec@ornl.gov</email>
</author>
<published>2016-05-30T10:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=eacf0e68acd1f0da0ff1c789da411bb815e1c032'/>
<id>eacf0e68acd1f0da0ff1c789da411bb815e1c032</id>
<content type='text'>
Cherry-picked from: 1a4607f
Resolves: #1240775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cherry-picked from: 1a4607f
Resolves: #1240775
</pre>
</div>
</content>
</entry>
</feed>
