aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/init.ipv6-global
Commit message (Collapse)AuthorAgeFilesLines
* [1/3] Remove tabs and fix spacing: ipv6 scriptsPhil Dibowitz2016-10-121-120/+117
| | | | | | | | | | | | | | | | | 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-21/+23
| | | | | | | | | | | 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.
* Catch these uses of sysctl too.Bill Nottingham2011-01-041-6/+8
|
* Don't accidentally cause sit module to be loaded on shutdown. (#654098, ↵Bill Nottingham2010-11-161-1/+3
| | | | <ejsheldrake@gmail.com>)
* Don't call a function that doesn't actually do anything.Bill Nottingham2009-08-211-4/+0
|
* Remove unused (and broken) functions.Bill Nottingham2009-08-211-18/+0
|
* Remove useless /sbin/ip wrapper function.Bill Nottingham2009-07-311-10/+10
|
* More ipv6_exec_sysctl removals.Bill Nottingham2009-07-311-6/+6
|
* cleanup & optimize sysctl usage (#217595)Bill Nottingham2007-04-161-4/+7
|
* remove NETWORKING_IPV6Bill Nottingham2007-01-171-4/+0
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* IPv6 updates (<pb@bieringer.de>, #143452)Bill Nottingham2006-08-021-3/+3
|
* clean up whitespace <pb@bieringer.de>Bill Nottingham2005-01-121-5/+5
|
* replace the use of route/ifconfig with ip, remove support for ipv6calcBill Nottingham2005-01-111-5/+5
| | | | (<pb@bierenger.de>, <pekkas@netcore.fi>)
* more IPv6 tweaks (<pekkas@netcore.fi>)Bill Nottingham2003-08-181-3/+3
| | | | sort | uniq -> sort -u
* IPv6 updates & tweaks <pekkas@netcore.fi>Bill Nottingham2003-08-151-7/+6
|
* IPv6 update <pekkas@netcore.fi>, <pb@bieringer.de>Bill Nottingham2002-11-121-3/+1
|
* - change some negation usageFlorian La Roche2002-06-261-8/+3
|
* *BIG* IPv6 syncup. <pekkas@netcore.fi>Bill Nottingham2002-03-111-52/+58
|
* ipv6 update (<pekkas@netcore.fi>)Bill Nottingham2001-07-241-5/+3
|
* big ipv6 update from Pekka Savola (<pekkas@netcore.fi>)Bill Nottingham2001-07-111-0/+188