Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repository scheme updated to new layout | David Kaspar [Dee'Kej] | 2018-05-30 | 1 | -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 everywhere | Zbigniew JÄdrzejewski-Szmek | 2017-08-03 | 1 | -1/+1 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1471489 | ||||
* | fix typo in IPV6_SET_SYSCTLS | Pavel Šimerda | 2016-11-15 | 1 | -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 scripts | Phil Dibowitz | 2016-10-12 | 1 | -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 sysctls | Phil Dibowitz | 2016-10-10 | 1 | -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 device | Lukas Nykryn | 2014-12-16 | 1 | -0/+1 |
| | |||||
* | Don't explictly disallow IPv6 aliases (#583409, #612877.) | Bill Nottingham | 2011-03-30 | 1 | -2/+1 |
| | |||||
* | Drop some unnecessary command invocations. | Ville Skyttä | 2011-02-28 | 1 | -2/+2 |
| | |||||
* | Frob device when calling sysctl, in case of vlans. (#665601, #667211, ↵ | Bill Nottingham | 2011-01-04 | 1 | -3/+3 |
| | | | | <ossman@cendio.se>) | ||||
* | More ipv6_exec_sysctl removals. | Bill Nottingham | 2009-07-31 | 1 | -3/+3 |
| | |||||
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -5/+5 |
| | | | | Adapted from <victor.lowther@gmail.com>. | ||||
* | remove NETWORKING_IPV6 | Bill Nottingham | 2007-01-17 | 1 | -6/+0 |
| | |||||
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | Modify IPV6TO4_ROUTING to also add addresses on the interfaces | Miloslav Trmac | 2006-05-14 | 1 | -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 Nottingham | 2004-09-10 | 1 | -6/+14 |
| | |||||
* | IPv6 updates & tweaks <pekkas@netcore.fi> | Bill Nottingham | 2003-08-15 | 1 | -3/+3 |
| | |||||
* | IPv6 update <pekkas@netcore.fi>, <pb@bieringer.de> | Bill Nottingham | 2002-11-12 | 1 | -5/+3 |
| | |||||
* | - set PATH also in /etc/sysconfig/network-scripts/network-functions | Florian La Roche | 2002-06-26 | 1 | -3/+1 |
| | |||||
* | fix always trying to shut down 6to4 (#63352, <pekkas@netcore.fi>) | Bill Nottingham | 2002-04-13 | 1 | -4/+9 |
| | |||||
* | *BIG* IPv6 syncup. <pekkas@netcore.fi> | Bill Nottingham | 2002-03-11 | 1 | -72/+66 |
| | |||||
* | ipv6 update (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-24 | 1 | -9/+39 |
| | |||||
* | big ipv6 update from Pekka Savola (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-11 | 1 | -31/+75 |
| | |||||
* | ipv6 updates from Peter Bieringer (#28418) | Bill Nottingham | 2001-02-20 | 1 | -3/+3 |
| | |||||
* | updated ipv6 stuff from Peter Bieringer | Bill Nottingham | 2001-02-07 | 1 | -27/+29 |
| | |||||
* | actually include ipv6 files in the spec file | Bill Nottingham | 2001-02-02 | 1 | -1/+1 |
| | |||||
* | add ipv6 support (#23576) | Bill Nottingham | 2001-01-29 | 1 | -0/+57 |