aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/network-functions-ipv6
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-1084/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* Spelling fixesVille Skyttä2017-10-301-2/+2
|
* Replace /var/run with /run everywhereZbigniew Jędrzejewski-Szmek2017-08-031-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1471489
* ipv6_add_addr_on_device: replace the existing address on NICDavid Kaspar [Dee'Kej]2017-02-271-1/+1
| | | | | | | | Instead of adding the IPv6 address when ifup is called, we replace the address, because it might have been auto-assigned before by RA. This is to assure that static NIC configuration will take effect if the NIC was already dynamically configured by RA.
* ipv6_wait_tentative(): exit immediately when dadfailed occursDavid Kaspar [Dee'Kej]2016-11-011-3/+22
|
* Fix typo'd variable in 6to4 cleanupPhil Dibowitz2016-10-121-2/+2
| | | | | | Thanks to shellcheck. :) This is ontop of the whitespace PRs, those should go in first.
* [1/3] Remove tabs and fix spacing: ipv6 scriptsPhil Dibowitz2016-10-121-781/+781
| | | | | | | | | | | | | | | | | 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
* ipv6: wait for all global IPv6 addresses to leave the "tentative" stateLukas Nykryn2016-06-131-0/+21
|
* Convert ipv6_log users to net_log.Bill Nottingham2011-03-251-204/+51
|
* Drop some unnecessary command invocations.Ville Skyttä2011-02-281-6/+6
|
* Frob device when calling sysctl, in case of vlans. (#665601, #667211, ↵Bill Nottingham2011-01-041-3/+3
| | | | <ossman@cendio.se>)
* Remove ipv6_del_addr_on_device; adjust callers.Bill Nottingham2009-08-211-49/+1
|
* Remove ipv6_del_route; adjust callers.Bill Nottingham2009-08-211-53/+1
|
* Delete functions that are not used.Victor Lowther2009-07-311-114/+0
|
* Remove useless /sbin/ip wrapper function.Bill Nottingham2009-07-311-49/+38
|
* Remove another unused wrapper.Bill Nottingham2009-07-311-12/+0
|
* Remove unused ipv6_exec_ifconfig function.Bill Nottingham2009-07-311-15/+0
|
* Remove useless sysctl wrapper function.Bill Nottingham2009-07-311-24/+11
| | | | /sbin/sysctl doesn't even *have* locale support.
* Don't bother checking for /sbin/ip or /sbin/sysctl.Bill Nottingham2009-07-311-10/+0
| | | | They're required by the package for a reason.
* Get rid of unused function. <victor.lowther@gmail.com>Bill Nottingham2009-07-311-10/+0
|
* Use $(( )) for arithmetic statements instead of let or $[ ].Victor Lowther2009-07-301-3/+3
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-28/+28
| | | | Adapted from <victor.lowther@gmail.com>.
* ipcalc can handle all our IP checking needs now.Victor Lowther2009-07-281-91/+5
|
* Set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>)Bill Nottingham2009-01-051-7/+1
|
* Remove shell header (#225900).Bill Nottingham2008-09-301-2/+0
|
* https://bugzilla.redhat.com/show_bug.cgi?id=447928Harald Hoyer2008-09-161-3/+3
| | | | | | | | All networking scripts from /etc/sysconfig/network-scripts call logger without full path. This can prevent system from booting if let's say dcc is installed when compiled with wrong parameters and installs /usr/sbin/logger (see bellow) It's not really a bug but this can be easily prevented. All /etc/init.d scripts use full path for logger network-scripts should use it also
* as we don't use NETWORKING_IPV6, silence errors (#195845)Bill Nottingham2007-04-171-1/+1
|
* more fixes for network module unload (#211474)Bill Nottingham2006-11-221-1/+1
|
* sed gone wrongBill Nottingham2006-09-191-1/+1
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* whitespace cleanupsBill Nottingham2006-08-071-33/+33
|
* Reapply fix from rev 1.34:Miloslav Trmac2006-08-031-1/+1
| | | | Fix IPv6 address validity check not to consider every string valid.
* IPv6 updates (<pb@bieringer.de>, #143452)Bill Nottingham2006-08-021-2/+20
|
* Fix IPv6 address validity check not to consider every non-empty string valid.Miloslav Trmac2006-05-161-1/+1
|
* Modify IPV6TO4_ROUTING to also add addresses on the interfacesMiloslav Trmac2006-05-141-3/+32
| | | | | Add RFC 3041 (IPv6 privacy) support (patch for both by Peter Bieringer <pb@bieringer.de>)
* get rid of excess messagesBill Nottingham2005-04-151-15/+0
|
* ipv6 cleanups (<pb@bieringer.de>)Bill Nottingham2005-03-031-17/+13
|
* clean up whitespace <pb@bieringer.de>Bill Nottingham2005-01-121-15/+15
|
* replace the use of route/ifconfig with ip, remove support for ipv6calcBill Nottingham2005-01-111-137/+31
| | | | (<pb@bierenger.de>, <pekkas@netcore.fi>)
* change setting of IPv6 default route (#142308, <pb@bieringer.de>Bill Nottingham2004-12-081-7/+4
|
* some cleanupsBill Nottingham2004-10-171-2/+2
|
* fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)Bill Nottingham2004-09-101-11/+21
|
* IPv6 updates (Pekka Savola, <pekkas@netcore.fi>)Bill Nottingham2003-09-031-49/+25
|
* more IPv6 tweaks (<pekkas@netcore.fi>)Bill Nottingham2003-08-181-9/+9
| | | | sort | uniq -> sort -u
* IPv6 updates & tweaks <pekkas@netcore.fi>Bill Nottingham2003-08-151-30/+30
|
* IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)Bill Nottingham2002-12-021-1/+8
|
* IPv6 update <pekkas@netcore.fi>, <pb@bieringer.de>Bill Nottingham2002-11-121-31/+34
|
* mtu tweak (<pekkas@netcor.fi>)Bill Nottingham2002-09-021-1/+1
|
* - change some negation usageFlorian La Roche2002-06-261-23/+23
|
* use -e argument to sysctlBill Nottingham2002-04-121-11/+11
|