aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-ipv6
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-316/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* use proper shebangMatteo Croce2018-05-171-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>
* Replace /var/run with /run everywhereZbigniew Jędrzejewski-Szmek2017-08-031-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1471489
* Use the is_true() and is_false() functions where possibleDavid Kaspar [Dee'Kej]2016-10-121-1/+1
|
* [1/3] Remove tabs and fix spacing: ipv6 scriptsPhil Dibowitz2016-10-121-189/+189
| | | | | | | | | | | | | | | | | 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
* Allow someone to keep accept_ra on while using static addresses.Phil Dibowitz2016-10-101-1/+3
| | | | | | | 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.
* Provide a mechanism to prevent network-scripts from messing with sysctlsPhil Dibowitz2016-10-101-8/+13
| | | | | | | | | | | 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.
* ipv6: wait for all global IPv6 addresses to leave the "tentative" stateLukas Nykryn2016-06-131-0/+2
|
* ifup-ipv6: set accept_ra to 2 when IPV6FORWARDING=yes and IPV6_AUTOCONF=yesLukas Nykryn2015-01-191-1/+5
|
* consider IPV6INIT undefined as YESLukas Nykryn2013-07-291-2/+2
|
* set net.ipv6.conf..autoconf in ifup-ipv6Lukas Nykryn2013-04-021-0/+1
|
* Don't explictly disallow IPv6 aliases (#583409, #612877.)Bill Nottingham2011-03-301-2/+1
|
* Use net_log where appropriate.Bill Nottingham2011-03-251-14/+14
|
* Support ipv6 routing rules by merging IPv4/IPv6, and route/rule code. ↵Bill Nottingham2011-03-111-7/+0
| | | | (#680872, <tobiasoed@hotmail.com>)
* Drop some unnecessary command invocations.Ville Skyttä2011-02-281-5/+5
|
* Frob device when calling sysctl, in case of vlans. (#665601, #667211, ↵Bill Nottingham2011-01-041-4/+4
| | | | <ossman@cendio.se>)
* Remove ipv6_del_addr_on_device; adjust callers.Bill Nottingham2009-08-211-1/+1
|
* Remove ipv6_del_route; adjust callers.Bill Nottingham2009-08-211-1/+1
|
* Remove useless /sbin/ip wrapper function.Bill Nottingham2009-07-311-3/+3
|
* More ipv6_exec_sysctl removals.Bill Nottingham2009-07-311-5/+5
|
* Use $(( )) for arithmetic statements instead of let or $[ ].Victor Lowther2009-07-301-1/+1
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-9/+9
| | | | Adapted from <victor.lowther@gmail.com>.
* 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-8/+8
|
* Modify IPV6TO4_ROUTING to also add addresses on the interfacesMiloslav Trmac2006-05-141-11/+21
| | | | | Add RFC 3041 (IPv6 privacy) support (patch for both by Peter Bieringer <pb@bieringer.de>)
* some cleanupsBill Nottingham2004-10-171-4/+4
|
* fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)Bill Nottingham2004-09-101-7/+16
|
* fix typo (#107493)Bill Nottingham2003-10-201-1/+1
|
* IPv6 updates & tweaks <pekkas@netcore.fi>Bill Nottingham2003-08-151-3/+3
|
* IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>Bill Nottingham2003-01-071-1/+22
|
* IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)Bill Nottingham2002-12-021-3/+19
|
* IPv6 update <pekkas@netcore.fi>, <pb@bieringer.de>Bill Nottingham2002-11-121-26/+22
|
* IPv6 updates. <pekkas@netcore.fi>Bill Nottingham2002-03-211-1/+1
|
* *BIG* IPv6 syncup. <pekkas@netcore.fi>Bill Nottingham2002-03-111-76/+109
|
* ipv6 update (<pekkas@netcore.fi>)Bill Nottingham2001-07-241-35/+40
|
* big ipv6 update from Pekka Savola (<pekkas@netcore.fi>)Bill Nottingham2001-07-111-33/+188
|
* make sure ipv6 is loaded if neededBill Nottingham2001-03-131-1/+4
|
* ipv6 updates from Peter Bieringer (#28418)Bill Nottingham2001-02-201-3/+3
|
* updated ipv6 stuff from Peter BieringerBill Nottingham2001-02-071-17/+27
|
* actually include ipv6 files in the spec fileBill Nottingham2001-02-021-2/+2
|
* add ipv6 support (#23576)Bill Nottingham2001-01-291-0/+56