Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spelling fixes | Ville Skyttä | 2017-10-30 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | ipv6_add_addr_on_device: replace the existing address on NIC | David Kaspar [Dee'Kej] | 2017-02-27 | 1 | -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 occurs | David Kaspar [Dee'Kej] | 2016-11-01 | 1 | -3/+22 |
| | |||||
* | Fix typo'd variable in 6to4 cleanup | Phil Dibowitz | 2016-10-12 | 1 | -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 scripts | Phil Dibowitz | 2016-10-12 | 1 | -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" state | Lukas Nykryn | 2016-06-13 | 1 | -0/+21 |
| | |||||
* | Convert ipv6_log users to net_log. | Bill Nottingham | 2011-03-25 | 1 | -204/+51 |
| | |||||
* | Drop some unnecessary command invocations. | Ville Skyttä | 2011-02-28 | 1 | -6/+6 |
| | |||||
* | Frob device when calling sysctl, in case of vlans. (#665601, #667211, ↵ | Bill Nottingham | 2011-01-04 | 1 | -3/+3 |
| | | | | <ossman@cendio.se>) | ||||
* | Remove ipv6_del_addr_on_device; adjust callers. | Bill Nottingham | 2009-08-21 | 1 | -49/+1 |
| | |||||
* | Remove ipv6_del_route; adjust callers. | Bill Nottingham | 2009-08-21 | 1 | -53/+1 |
| | |||||
* | Delete functions that are not used. | Victor Lowther | 2009-07-31 | 1 | -114/+0 |
| | |||||
* | Remove useless /sbin/ip wrapper function. | Bill Nottingham | 2009-07-31 | 1 | -49/+38 |
| | |||||
* | Remove another unused wrapper. | Bill Nottingham | 2009-07-31 | 1 | -12/+0 |
| | |||||
* | Remove unused ipv6_exec_ifconfig function. | Bill Nottingham | 2009-07-31 | 1 | -15/+0 |
| | |||||
* | Remove useless sysctl wrapper function. | Bill Nottingham | 2009-07-31 | 1 | -24/+11 |
| | | | | /sbin/sysctl doesn't even *have* locale support. | ||||
* | Don't bother checking for /sbin/ip or /sbin/sysctl. | Bill Nottingham | 2009-07-31 | 1 | -10/+0 |
| | | | | They're required by the package for a reason. | ||||
* | Get rid of unused function. <victor.lowther@gmail.com> | Bill Nottingham | 2009-07-31 | 1 | -10/+0 |
| | |||||
* | Use $(( )) for arithmetic statements instead of let or $[ ]. | Victor Lowther | 2009-07-30 | 1 | -3/+3 |
| | |||||
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -28/+28 |
| | | | | Adapted from <victor.lowther@gmail.com>. | ||||
* | ipcalc can handle all our IP checking needs now. | Victor Lowther | 2009-07-28 | 1 | -91/+5 |
| | |||||
* | Set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>) | Bill Nottingham | 2009-01-05 | 1 | -7/+1 |
| | |||||
* | Remove shell header (#225900). | Bill Nottingham | 2008-09-30 | 1 | -2/+0 |
| | |||||
* | https://bugzilla.redhat.com/show_bug.cgi?id=447928 | Harald Hoyer | 2008-09-16 | 1 | -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 Nottingham | 2007-04-17 | 1 | -1/+1 |
| | |||||
* | more fixes for network module unload (#211474) | Bill Nottingham | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | sed gone wrong | Bill Nottingham | 2006-09-19 | 1 | -1/+1 |
| | |||||
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | whitespace cleanups | Bill Nottingham | 2006-08-07 | 1 | -33/+33 |
| | |||||
* | Reapply fix from rev 1.34: | Miloslav Trmac | 2006-08-03 | 1 | -1/+1 |
| | | | | Fix IPv6 address validity check not to consider every string valid. | ||||
* | IPv6 updates (<pb@bieringer.de>, #143452) | Bill Nottingham | 2006-08-02 | 1 | -2/+20 |
| | |||||
* | Fix IPv6 address validity check not to consider every non-empty string valid. | Miloslav Trmac | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Modify IPV6TO4_ROUTING to also add addresses on the interfaces | Miloslav Trmac | 2006-05-14 | 1 | -3/+32 |
| | | | | | Add RFC 3041 (IPv6 privacy) support (patch for both by Peter Bieringer <pb@bieringer.de>) | ||||
* | get rid of excess messages | Bill Nottingham | 2005-04-15 | 1 | -15/+0 |
| | |||||
* | ipv6 cleanups (<pb@bieringer.de>) | Bill Nottingham | 2005-03-03 | 1 | -17/+13 |
| | |||||
* | clean up whitespace <pb@bieringer.de> | Bill Nottingham | 2005-01-12 | 1 | -15/+15 |
| | |||||
* | replace the use of route/ifconfig with ip, remove support for ipv6calc | Bill Nottingham | 2005-01-11 | 1 | -137/+31 |
| | | | | (<pb@bierenger.de>, <pekkas@netcore.fi>) | ||||
* | change setting of IPv6 default route (#142308, <pb@bieringer.de> | Bill Nottingham | 2004-12-08 | 1 | -7/+4 |
| | |||||
* | some cleanups | Bill Nottingham | 2004-10-17 | 1 | -2/+2 |
| | |||||
* | fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>) | Bill Nottingham | 2004-09-10 | 1 | -11/+21 |
| | |||||
* | IPv6 updates (Pekka Savola, <pekkas@netcore.fi>) | Bill Nottingham | 2003-09-03 | 1 | -49/+25 |
| | |||||
* | more IPv6 tweaks (<pekkas@netcore.fi>) | Bill Nottingham | 2003-08-18 | 1 | -9/+9 |
| | | | | sort | uniq -> sort -u | ||||
* | IPv6 updates & tweaks <pekkas@netcore.fi> | Bill Nottingham | 2003-08-15 | 1 | -30/+30 |
| | |||||
* | IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>) | Bill Nottingham | 2002-12-02 | 1 | -1/+8 |
| | |||||
* | IPv6 update <pekkas@netcore.fi>, <pb@bieringer.de> | Bill Nottingham | 2002-11-12 | 1 | -31/+34 |
| | |||||
* | mtu tweak (<pekkas@netcor.fi>) | Bill Nottingham | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | - change some negation usage | Florian La Roche | 2002-06-26 | 1 | -23/+23 |
| | |||||
* | use -e argument to sysctl | Bill Nottingham | 2002-04-12 | 1 | -11/+11 |
| | |||||
* | IPv6 updates. <pekkas@netcore.fi> | Bill Nottingham | 2002-03-21 | 1 | -19/+24 |
| |