<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/network-scripts, branch 9.76</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>ifup-eth: wait for STP to complete setup on bridge if $DELAY is not set</title>
<updated>2017-08-07T11:23:56+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=73304ce69feed9ee801c8c93bc6dc42aa2b6c1a3'/>
<id>73304ce69feed9ee801c8c93bc6dc42aa2b6c1a3</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>init.d/functions: convert2sec() function added</title>
<updated>2017-08-07T11:23:56+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-07-21T09:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=3bd816fb3a30e085cfac69d14f61243920472f65'/>
<id>3bd816fb3a30e085cfac69d14f61243920472f65</id>
<content type='text'>
  And network-scripts/network-functions was patched to use convert2sec().

  This function can be used to convert the value of its first parameter
  to a number of seconds - based on the time unit (specified as the
  second parameter).

  This is mostly useful for converting values for use with the sleep(1).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  And network-scripts/network-functions was patched to use convert2sec().

  This function can be used to convert the value of its first parameter
  to a number of seconds - based on the time unit (specified as the
  second parameter).

  This is mostly useful for converting values for use with the sleep(1).
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace /var/run with /run everywhere</title>
<updated>2017-08-03T11:47:59+00:00</updated>
<author>
<name>Zbigniew JÄdrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-08-02T13:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=bf00a00483cfa675ea665d6a0dd40d5629bc928a'/>
<id>bf00a00483cfa675ea665d6a0dd40d5629bc928a</id>
<content type='text'>
https://bugzilla.redhat.com/show_bug.cgi?id=1471489
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.redhat.com/show_bug.cgi?id=1471489
</pre>
</div>
</content>
</entry>
<entry>
<title>ARPUPDATE introduced</title>
<updated>2017-07-14T15:22:22+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=a5361886ac6d7b0b72ea5765b175a96a4521dc2a'/>
<id>a5361886ac6d7b0b72ea5765b175a96a4521dc2a</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>Replace usleep(1) calls with sleep(1) calls</title>
<updated>2017-05-25T12:10:20+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-05-25T11:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=1d039be1e7ed54bca38a2ba290bb4b6a027dd3d5'/>
<id>1d039be1e7ed54bca38a2ba290bb4b6a027dd3d5</id>
<content type='text'>
  The time units had to be manually converted from microseconds to
  seconds. Hopefully this was done right.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  The time units had to be manually converted from microseconds to
  seconds. Hopefully this was done right.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP_FQDN and DHCP_SEND_HOSTNAME introduced</title>
<updated>2017-05-03T08:59:51+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=cb7a84e8106398cd021237f41e7dd1e1e503c286'/>
<id>cb7a84e8106398cd021237f41e7dd1e1e503c286</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>re-add missing $HOSTNAME initialization</title>
<updated>2017-04-26T11:25:17+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2017-04-24T12:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=4f8720706228d316e57ed95c3676e3478eb380fc'/>
<id>4f8720706228d316e57ed95c3676e3478eb380fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup: add support for VLAN_EGRESS_PRIORITY_MAP</title>
<updated>2017-04-11T14:07:55+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2017-03-29T13:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=582fc4d608f8054e14790b3bd644035e2d03a688'/>
<id>582fc4d608f8054e14790b3bd644035e2d03a688</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifdown-eth: we need to flush global scope as well</title>
<updated>2017-03-28T10:26:54+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2016-06-30T05:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5b048aea7192678e37bf2806a4b025f51f67165e'/>
<id>5b048aea7192678e37bf2806a4b025f51f67165e</id>
<content type='text'>
  ... but it is stuck some time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ... but it is stuck some time
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-eth: remove quote marks</title>
<updated>2017-03-22T16:12:55+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=9a5185bf94c7012acf6c63488449760de3abab4b'/>
<id>9a5185bf94c7012acf6c63488449760de3abab4b</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>
</feed>
