<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/network-scripts/network-functions-ipv6, branch 9.78</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>Spelling fixes</title>
<updated>2017-10-30T16:06:33+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-10-23T20:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=ee33104d73ae642b1507957a424226b03ea43da6'/>
<id>ee33104d73ae642b1507957a424226b03ea43da6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>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>Fix typo'd variable in 6to4 cleanup</title>
<updated>2016-10-12T20:04:12+00:00</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2016-10-12T00:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=14cf7c177935c04bf785677a2946ea0a0c0df491'/>
<id>14cf7c177935c04bf785677a2946ea0a0c0df491</id>
<content type='text'>
Thanks to shellcheck. :)

This is ontop of the whitespace PRs, those should go in first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to shellcheck. :)

This is ontop of the whitespace PRs, those should go in first.
</pre>
</div>
</content>
</entry>
<entry>
<title>[1/3] Remove tabs and fix spacing: ipv6 scripts</title>
<updated>2016-10-12T12:29:30+00:00</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2016-10-05T12:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=13d11726c76577353e8b77d33d4f24555539f810'/>
<id>13d11726c76577353e8b77d33d4f24555539f810</id>
<content type='text'>
The network-scripts are a mix of tabs and spaces (!!) as well as
completely inconsistent indentation (some 2, some 4).

This is a series of 3 patches to move the entire of network-scripts to
2-space indentation for consistency so I can develop on the codebase
without my brain bleeding. I don't feel strongly about 2 vs 4... 2 was
just most common in the first file I picked, so I used that.

This set is in 3 sets for easier reviewing and easier reverting if
necessary:

* 1/3 - ipv6 files
* 2/3 - network-functions - it needed it's own
* 3/3 - ifup/ifdown files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The network-scripts are a mix of tabs and spaces (!!) as well as
completely inconsistent indentation (some 2, some 4).

This is a series of 3 patches to move the entire of network-scripts to
2-space indentation for consistency so I can develop on the codebase
without my brain bleeding. I don't feel strongly about 2 vs 4... 2 was
just most common in the first file I picked, so I used that.

This set is in 3 sets for easier reviewing and easier reverting if
necessary:

* 1/3 - ipv6 files
* 2/3 - network-functions - it needed it's own
* 3/3 - ifup/ifdown files
</pre>
</div>
</content>
</entry>
<entry>
<title>ipv6: wait for all global IPv6 addresses to leave the "tentative" state</title>
<updated>2016-06-13T14:35:33+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2016-06-13T14:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c1880449e4a518ca649120e5589e409d26a82550'/>
<id>c1880449e4a518ca649120e5589e409d26a82550</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert ipv6_log users to net_log.</title>
<updated>2011-03-25T20:27:42+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-03-25T20:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5bb9c661652d0836f47ac47fcac15248ada1ab05'/>
<id>5bb9c661652d0836f47ac47fcac15248ada1ab05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop some unnecessary command invocations.</title>
<updated>2011-02-28T20:31:44+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2010-02-21T19:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=5212d0a596d67bbd2f5effdd3686c123f778078f'/>
<id>5212d0a596d67bbd2f5effdd3686c123f778078f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Frob device when calling sysctl, in case of vlans. (#665601, #667211, &lt;ossman@cendio.se&gt;)</title>
<updated>2011-01-04T21:00:38+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-01-04T21:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=db18c076d609498aeca61e15b612c48351cc1c01'/>
<id>db18c076d609498aeca61e15b612c48351cc1c01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
