Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repository scheme updated to new layout | David Kaspar [Dee'Kej] | 2018-05-30 | 1 | -381/+0 |
| | | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this. | ||||
* | ARPUPDATE introduced | David Kaspar [Dee'Kej] | 2017-07-14 | 1 | -1/+3 |
| | | | | | | | | | The ARPUPDATE option has been introduced. It defaults to 'yes'. By setting the ARPUPDATE to 'no', administrator can disable updating neighbouring computers with ARP information about current NIC. This is especially needed when using LVS Load Balancing with Direct routing enabled. | ||||
* | ifup-eth: if arping fails, output responding MAC | Lukas Nykryn | 2016-10-31 | 1 | -2/+3 |
| | | | | Resolves: #1099026 | ||||
* | ifup-aliases: send gratuitous ARPs when adding addresses | Lukas Nykryn | 2016-10-31 | 1 | -0/+6 |
| | |||||
* | Use the is_true() and is_false() functions where possible | David Kaspar [Dee'Kej] | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | [3/3] Remove tabs and fix spacing: ifup/ifdown scripts | Phil Dibowitz | 2016-10-12 | 1 | -242/+246 |
| | |||||
* | ifup-aliases: don't return with error when arping fails | Lukas Nykryn | 2015-04-05 | 1 | -1/+2 |
| | |||||
* | ifup-aliases: inherit ARPCHECK from parent device | Lukas Nykryn | 2015-02-27 | 1 | -1/+2 |
| | |||||
* | ifup-aliases: do not fail when only ipv6 addr is specified | Lukas Nykryn | 2015-01-15 | 1 | -0/+5 |
| | |||||
* | ifup-aliases: do not bring up ipv6 for range files | Lukas Nykryn | 2014-08-08 | 1 | -0/+1 |
| | |||||
* | ifup-aliases: improve duplicate address detection | Lukas Nykryn | 2014-07-24 | 1 | -6/+8 |
| | |||||
* | ifup: add possibility to specify value for -w parameter of arping | Lukas Nykryn | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | consider IPV6INIT undefined as YES | Lukas Nykryn | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | check an IP address for existence in ifup-alias (#852005) | Lukas Nykryn | 2013-01-21 | 1 | -0/+9 |
| | |||||
* | Remove some more uses of /sbin/route ; replace with /sbin/ip. (#682308) | Bill Nottingham | 2012-04-20 | 1 | -5/+3 |
| | |||||
* | Fix IFS usage mangling device names (#802119) | Bill Nottingham | 2012-03-12 | 1 | -9/+1 |
| | |||||
* | Eviscerate ifconfig uses from ip-aliases, because it's deprecated, slow ↵ | Bill Nottingham | 2012-01-06 | 1 | -77/+51 |
| | | | | | | (#721010), and doesn't work on infiniband (#588993) Based on a patch from Travis Gummels (<tgummels@redhat.com>). | ||||
* | If IPv6 is configured on the alias, configure it. (#583409) | Bill Nottingham | 2011-06-06 | 1 | -0/+2 |
| | |||||
* | Use net_log where appropriate. | Bill Nottingham | 2011-03-25 | 1 | -9/+9 |
| | |||||
* | Fix syntax error from earlier cleanups. (#515612, <jik@kamens.brookline.ma.us>) | Bill Nottingham | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Use $(( )) for arithmetic statements instead of let or $[ ]. | Victor Lowther | 2009-07-30 | 1 | -2/+2 |
| | |||||
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -3/+3 |
| | | | | Adapted from <victor.lowther@gmail.com>. | ||||
* | Use a leading path marker when sourcing files. (#482826) | Bill Nottingham | 2009-01-28 | 1 | -3/+3 |
| | | | | bash 4 breaks the prior code. | ||||
* | work around bash changes (#220887, modified from <nvigier@mandriva.com>) | Bill Nottingham | 2007-09-25 | 1 | -1/+2 |
| | |||||
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | Consistently exclude backup files when globbing | Miloslav Trmac | 2006-07-27 | 1 | -3/+4 |
| | |||||
* | Remove unused ifdown-aliases. | Miloslav Trmac | 2006-05-17 | 1 | -1/+0 |
| | |||||
* | Add METRIC= support for default routes (#124045) | Miloslav Trmac | 2006-05-10 | 1 | -1/+2 |
| | | | | | | | | | * ifup-ppp, network-functions: Save all default routes, lose no data. * network-functions: - (find_gateway_dev): Fix - it should find the device while $GATEWAY is not the default route - (add_default_route): Don't use configuration for the device that is being brought down; document function purpose and bugs. | ||||
* | ifup-aliases: | Miloslav Trmac | 2006-02-10 | 1 | -9/+33 |
| | | | | | | | | - Revert the previous commit - Reformat the eval of doom, add comments - Add support for non-numeric IP aliases ifdown-aliases: - Copy the updated eval of doom | ||||
* | - don't restrict alias names unnecessarily, but do check that the filename is | Peter Jones | 2006-02-09 | 1 | -6/+1 |
| | | | | the same as any DEVICE line contained inside. | ||||
* | - Support additional per-alias default routes (#149941) | Miloslav Trmac | 2006-02-03 | 1 | -21/+34 |
| | | | | | | - Skip files with invalid alias names (#83126) - Continue creating aliases if one of the files contains invalid configuration (#83126) | ||||
* | remove bogus route setting (#120908) | Bill Nottingham | 2004-06-07 | 1 | -5/+0 |
| | |||||
* | unset ONPARENT this way | Bill Nottingham | 2003-09-04 | 1 | -1/+1 |
| | |||||
* | unset ONPARENT after use (#101384) | Bill Nottingham | 2003-09-04 | 1 | -0/+1 |
| | |||||
* | redhat-config-network writes $NAME.route, not $DEVICE.route. Handle | Bill Nottingham | 2003-02-20 | 1 | -1/+1 |
| | | | | that. (#84193) | ||||
* | fix typo | Bill Nottingham | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | get the other case too | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | recalculate BROADCAST if one wasn't specified (#78052) | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | if 'ONPARENT=no' set, don't automatically bring up interfaces when | Bill Nottingham | 2003-01-14 | 1 | -1/+1 |
| | | | | their parent interface is set up (#78992) | ||||
* | just use ifup-routes for aliases | Bill Nottingham | 2002-11-12 | 1 | -7/+2 |
| | |||||
* | - further smaller cleanups, TEXTDOMAIN* is never exported | Florian La Roche | 2002-06-26 | 1 | -1/+2 |
| | |||||
* | handle aliases that don't have DEVICE set. Apparently linuxconf supported ↵ | Bill Nottingham | 2002-04-22 | 1 | -0/+2 |
| | | | | this (#63861) | ||||
* | don't process backup files (#60248, <dharris@drh.net>, <agrino@porsiempre.cl>) | Bill Nottingham | 2002-04-12 | 1 | -2/+2 |
| | |||||
* | use full path to /sbin/ifconfig (#59457) | Bill Nottingham | 2002-04-10 | 1 | -2/+2 |
| | |||||
* | better nickname handling | Harald Hoyer | 2001-11-19 | 1 | -2/+3 |
| | |||||
* | expunge more linuxconf support | Bill Nottingham | 2001-09-21 | 1 | -30/+1 |
| | |||||
* | run more stuff with C locale, mark some more strings for translation | Bill Nottingham | 2001-06-29 | 1 | -1/+1 |
| | |||||
* | fix static routes (#29500) | Bill Nottingham | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | fix more typos | Bill Nottingham | 2001-01-24 | 1 | -2/+2 |
| | |||||
* | fix typo | Bill Nottingham | 2001-01-24 | 1 | -1/+1 |
| |