<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts/sysconfig/network-scripts/ifup-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>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>Use the is_true() and is_false() functions where possible</title>
<updated>2016-10-12T20:00:19+00:00</updated>
<author>
<name>David Kaspar [Dee'Kej]</name>
<email>dkaspar@redhat.com</email>
</author>
<published>2016-10-11T15:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=92520debcad27eca08507fe47486ae7ee9df484b'/>
<id>92520debcad27eca08507fe47486ae7ee9df484b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Allow someone to keep accept_ra on while using static addresses.</title>
<updated>2016-10-10T12:10:50+00:00</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2016-10-07T14:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=28745ca8101b47b8a33213cfc524a4ada742721b'/>
<id>28745ca8101b47b8a33213cfc524a4ada742721b</id>
<content type='text'>
It's reasonable (and common) to assign static addresses while still
wanting to get your default gw from your router. The assumption that not
wanting SLAAC means not wanting RA is flawed, but I don't want to break
backwards compatability, so I'm adding an additional option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's reasonable (and common) to assign static addresses while still
wanting to get your default gw from your router. The assumption that not
wanting SLAAC means not wanting RA is flawed, but I don't want to break
backwards compatability, so I'm adding an additional option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a mechanism to prevent network-scripts from messing with sysctls</title>
<updated>2016-10-10T11:54:54+00:00</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2016-10-05T10:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=432951de1f7f94317ed8c9c713ee4aa8d40d04c3'/>
<id>432951de1f7f94317ed8c9c713ee4aa8d40d04c3</id>
<content type='text'>
network-scripts makes odd assumptions, like if I don't want SLAAC (i.e.
if I turn off AUTOCONF) that I also don't want RA. This is not true,
it's common to have a static local address, but to get my gateway
through RA.

This is one solution. I will also be sending a more specific solution to
enable the above directly, but having a way to tell network-scripts
to not mess with systctls seems generally useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
network-scripts makes odd assumptions, like if I don't want SLAAC (i.e.
if I turn off AUTOCONF) that I also don't want RA. This is not true,
it's common to have a static local address, but to get my gateway
through RA.

This is one solution. I will also be sending a more specific solution to
enable the above directly, but having a way to tell network-scripts
to not mess with systctls seems generally useful.
</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>ifup-ipv6: set accept_ra to 2 when IPV6FORWARDING=yes and IPV6_AUTOCONF=yes</title>
<updated>2015-01-19T09:26:03+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2015-01-19T09:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2804c73b12cecfedb545115f356f08742033dfc0'/>
<id>2804c73b12cecfedb545115f356f08742033dfc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>consider IPV6INIT undefined as YES</title>
<updated>2013-07-29T13:17:48+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2013-07-29T13:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0721d2cefd672da45402d6d558384e52a4ed8376'/>
<id>0721d2cefd672da45402d6d558384e52a4ed8376</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set net.ipv6.conf..autoconf in ifup-ipv6</title>
<updated>2013-04-02T15:09:55+00:00</updated>
<author>
<name>Lukas Nykryn</name>
<email>lnykryn@redhat.com</email>
</author>
<published>2013-04-02T15:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=16a93c9d652a360d0805f885e730f8a5c6f2fee1'/>
<id>16a93c9d652a360d0805f885e730f8a5c6f2fee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't explictly disallow IPv6 aliases (#583409, #612877.)</title>
<updated>2011-03-30T19:02:59+00:00</updated>
<author>
<name>Bill Nottingham</name>
<email>notting@redhat.com</email>
</author>
<published>2011-03-30T19:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=d36934846ae17b0362a65b87ab51525b76619ae7'/>
<id>d36934846ae17b0362a65b87ab51525b76619ae7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
