aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifdown-ipv6
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-139/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* Replace /var/run with /run everywhereZbigniew Jędrzejewski-Szmek2017-08-031-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1471489
* fix typo in IPV6_SET_SYSCTLSPavel Šimerda2016-11-151-1/+1
| | | | | | | Typo introduced in commit 432951d. Related: https://github.com/fedora-sysv/initscripts/pull/2 Signed-off-by: Pavel Šimerda <pavlix@pavlix.net>
* [1/3] Remove tabs and fix spacing: ipv6 scriptsPhil Dibowitz2016-10-121-61/+62
| | | | | | | | | | | | | | | | | 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
* Provide a mechanism to prevent network-scripts from messing with sysctlsPhil Dibowitz2016-10-101-4/+6
| | | | | | | | | | | 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.
* ifdown-ipv6: reset addrgenmode to eui64 for deviceLukas Nykryn2014-12-161-0/+1
|
* Don't explictly disallow IPv6 aliases (#583409, #612877.)Bill Nottingham2011-03-301-2/+1
|
* Drop some unnecessary command invocations.Ville Skyttä2011-02-281-2/+2
|
* Frob device when calling sysctl, in case of vlans. (#665601, #667211, ↵Bill Nottingham2011-01-041-3/+3
| | | | <ossman@cendio.se>)
* More ipv6_exec_sysctl removals.Bill Nottingham2009-07-311-3/+3
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-5/+5
| | | | Adapted from <victor.lowther@gmail.com>.
* remove NETWORKING_IPV6Bill Nottingham2007-01-171-6/+0
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* Modify IPV6TO4_ROUTING to also add addresses on the interfacesMiloslav Trmac2006-05-141-39/+45
| | | | | Add RFC 3041 (IPv6 privacy) support (patch for both by Peter Bieringer <pb@bieringer.de>)
* fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)Bill Nottingham2004-09-101-6/+14
|
* IPv6 updates & tweaks <pekkas@netcore.fi>Bill Nottingham2003-08-151-3/+3
|
* IPv6 update <pekkas@netcore.fi>, <pb@bieringer.de>Bill Nottingham2002-11-121-5/+3
|
* - set PATH also in /etc/sysconfig/network-scripts/network-functionsFlorian La Roche2002-06-261-3/+1
|
* fix always trying to shut down 6to4 (#63352, <pekkas@netcore.fi>)Bill Nottingham2002-04-131-4/+9
|
* *BIG* IPv6 syncup. <pekkas@netcore.fi>Bill Nottingham2002-03-111-72/+66
|
* ipv6 update (<pekkas@netcore.fi>)Bill Nottingham2001-07-241-9/+39
|
* big ipv6 update from Pekka Savola (<pekkas@netcore.fi>)Bill Nottingham2001-07-111-31/+75
|
* ipv6 updates from Peter Bieringer (#28418)Bill Nottingham2001-02-201-3/+3
|
* updated ipv6 stuff from Peter BieringerBill Nottingham2001-02-071-27/+29
|
* actually include ipv6 files in the spec fileBill Nottingham2001-02-021-1/+1
|
* add ipv6 support (#23576)Bill Nottingham2001-01-291-0/+57