<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/network-scripts/network-functions, branch 9.71</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>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>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>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>[2/3] Remove tabs and fix spacing: network-functions</title>
<updated>2016-10-12T12:29:58+00:00</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2016-10-05T13:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c282b9ebefae10e5b39c404a16a4d2af39d956bf'/>
<id>c282b9ebefae10e5b39c404a16a4d2af39d956bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup: don't call nmcli on any lo device</title>
<updated>2016-06-16T11:58:15+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2016-06-16T11:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f8eca61d5af878ddffb584a77158a21e13024e6d'/>
<id>f8eca61d5af878ddffb584a77158a21e13024e6d</id>
<content type='text'>
Resolves: #1336869
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves: #1336869
</pre>
</div>
</content>
</entry>
<entry>
<title>source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=no</title>
<updated>2016-06-13T14:41:16+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2016-06-13T14:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=61fb1cb4efd62120ffbc021d7fdee1cd25059c08'/>
<id>61fb1cb4efd62120ffbc021d7fdee1cd25059c08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>network-scripts: DEVICE and HWADRR could be quoted by apostrophe</title>
<updated>2015-10-27T09:12:19+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2015-10-27T09:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=6b3a75f3e5da0a23fc0dcd5facd81b7b8f2f687e'/>
<id>6b3a75f3e5da0a23fc0dcd5facd81b7b8f2f687e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
