Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repository scheme updated to new layout | David Kaspar [Dee'Kej] | 2018-05-30 | 1 | -164/+0 |
| | | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this. | ||||
* | use proper shebang | Matteo Croce | 2018-05-17 | 1 | -1/+1 |
| | | | | | | | | $" is a BASH extension to translate text. Replace the shebang with /bin/bash to avoid parsing errors, as even BASH has a POSIX compliant mode when run as sh. Signed-off-by: Matteo Croce <mcroce@redhat.com> | ||||
* | [1/3] Remove tabs and fix spacing: ipv6 scripts | Phil Dibowitz | 2016-10-12 | 1 | -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 sysctls | Phil Dibowitz | 2016-10-10 | 1 | -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 Nottingham | 2011-01-04 | 1 | -6/+8 |
| | |||||
* | Don't accidentally cause sit module to be loaded on shutdown. (#654098, ↵ | Bill Nottingham | 2010-11-16 | 1 | -1/+3 |
| | | | | <ejsheldrake@gmail.com>) | ||||
* | Don't call a function that doesn't actually do anything. | Bill Nottingham | 2009-08-21 | 1 | -4/+0 |
| | |||||
* | Remove unused (and broken) functions. | Bill Nottingham | 2009-08-21 | 1 | -18/+0 |
| | |||||
* | Remove useless /sbin/ip wrapper function. | Bill Nottingham | 2009-07-31 | 1 | -10/+10 |
| | |||||
* | More ipv6_exec_sysctl removals. | Bill Nottingham | 2009-07-31 | 1 | -6/+6 |
| | |||||
* | cleanup & optimize sysctl usage (#217595) | Bill Nottingham | 2007-04-16 | 1 | -4/+7 |
| | |||||
* | remove NETWORKING_IPV6 | Bill Nottingham | 2007-01-17 | 1 | -4/+0 |
| | |||||
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | IPv6 updates (<pb@bieringer.de>, #143452) | Bill Nottingham | 2006-08-02 | 1 | -3/+3 |
| | |||||
* | clean up whitespace <pb@bieringer.de> | Bill Nottingham | 2005-01-12 | 1 | -5/+5 |
| | |||||
* | replace the use of route/ifconfig with ip, remove support for ipv6calc | Bill Nottingham | 2005-01-11 | 1 | -5/+5 |
| | | | | (<pb@bierenger.de>, <pekkas@netcore.fi>) | ||||
* | more IPv6 tweaks (<pekkas@netcore.fi>) | Bill Nottingham | 2003-08-18 | 1 | -3/+3 |
| | | | | sort | uniq -> sort -u | ||||
* | IPv6 updates & tweaks <pekkas@netcore.fi> | Bill Nottingham | 2003-08-15 | 1 | -7/+6 |
| | |||||
* | IPv6 update <pekkas@netcore.fi>, <pb@bieringer.de> | Bill Nottingham | 2002-11-12 | 1 | -3/+1 |
| | |||||
* | - change some negation usage | Florian La Roche | 2002-06-26 | 1 | -8/+3 |
| | |||||
* | *BIG* IPv6 syncup. <pekkas@netcore.fi> | Bill Nottingham | 2002-03-11 | 1 | -52/+58 |
| | |||||
* | ipv6 update (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-24 | 1 | -5/+3 |
| | |||||
* | big ipv6 update from Pekka Savola (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-11 | 1 | -0/+188 |