aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* fix logicBill Nottingham2007-02-221-1/+1
|
* simplify bonding test (#215887, <herbert.xu@redhat.com>)Bill Nottingham2007-01-231-4/+1
|
* remove NETWORKING_IPV6Bill Nottingham2007-01-179-48/+14
|
* fix logic thinko that can trip up when lookup fails (#220318)Bill Nottingham2007-01-171-4/+3
| | | | also, clean up ifconfig usage
* release bonding slaves properly (#220525)Bill Nottingham2007-01-041-0/+2
|
* set MACADDR, MTU before initializing bonding slaves, etc (#218792)Bill Nottingham2006-12-071-10/+10
|
* more fixes for network module unload (#211474)Bill Nottingham2006-11-221-1/+1
|
* Add a way to manually manage racoon.conf, e.g. to handle separate tunnels withMiloslav Trmac2006-11-152-5/+7
| | | | a shared peer endpoint (#159343)
* don't run ethtool if there's no device. Prevents reloading the moduleBill Nottingham2006-11-061-0/+1
| | | | on ifdown called by udev on device unregistration.
* more statetab updates (#211839, <markmc@redhat.com>)Bill Nottingham2006-10-271-1/+1
|
* just enslave once. seems to work nowBill Nottingham2006-10-191-26/+2
|
* use sysfs interface for bonding (#202443, <agospoda@redhat.com>)Bill Nottingham2006-10-183-8/+26
|
* restorecon on moved lease fileBill Nottingham2006-10-071-0/+1
|
* set keymap correctly in non-UTF8 locale (#167363)Bill Nottingham2006-10-041-0/+3
| | | | | separate tmpfs-usage for stateless from readonly-root (requested by OLPC)
* move ccwgroup initialization to a udev rule (#199139, #199655, #169161)Bill Nottingham2006-09-272-33/+6
|
* sed gone wrongBill Nottingham2006-09-191-1/+1
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-1129-29/+29
|
* fix the real issueBill Nottingham2006-08-231-6/+1
|
* if they have explicitly defined an address in 169.254, things go reallyBill Nottingham2006-08-231-0/+5
| | | | strange if you don't set this route before the default route (#203591)
* 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-024-18/+36
|
* bring down bonding slaves on ifdown (#199706)Bill Nottingham2006-08-011-0/+12
|
* make test for bonding device a functionBill Nottingham2006-08-012-5/+10
|
* support LINKDELAY for dhcp (#191137)Bill Nottingham2006-08-011-1/+3
|
* Simplify $DEVICE parsing to get VLAN infoMiloslav Trmac2006-07-281-12/+8
|
* Support (ifup vlan1:0) (#193133)Miloslav Trmac2006-07-282-3/+5
|
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-273-10/+18
|
* Simplify the regexp a littleMiloslav Trmac2006-07-261-1/+1
|
* Handle ifcfg files not named ifcfg-$DEVICE (based on a patch byMiloslav Trmac2006-07-261-2/+10
| | | | | Michal Jaegermann <michal@harddata.com>) Return only the basename of the ifcfg file, even if looked up by HWADDR.
* Avoid an unnecessary cat / sed.Miloslav Trmac2006-07-261-10/+8
|
* Oops, set $alias like the previous version did. Document this part of theMiloslav Trmac2006-07-261-2/+4
| | | | interface.
* Use the alias value to lookup an install line.Miloslav Trmac2006-07-261-5/+12
| | | | | Use string comparisons instead of regexp matches in the awk conditions, speeding up the awk program several times.
* Allow (:) as a "do-nothing" module install command (patch by Michal JaegermannMiloslav Trmac2006-07-261-1/+2
| | | | <michal@harddata.com>)
* GRE and IPIP tunnel support (#168990, based on patches byMiloslav Trmac2006-07-253-2/+116
| | | | | | | Razvan Corneliu C.R. Vilt <razvan.vilt@linux360.ro>, Aaron Hope <aaron.hope@unh.edu> and Sean Millichamp <sean@enertronllc.com>) check_device_down: Handle tunnel_device@NONE: <...>
* don't add routes directly to alias devices (#199825, #195656)Bill Nottingham2006-07-241-1/+1
|
* Fix swapping stuff; make swapon of arbitrary swap devices optionalBill Nottingham2006-07-211-0/+2
| | | | (and off by default) (#198695, #196179, #196208)
* force-move the lease file (<markmc@redhat.com>)Bill Nottingham2006-07-191-1/+1
|
* copy any lease obtained by the initrd (#198601, <markmc@redhat.com>)Bill Nottingham2006-07-131-0/+4
|
* Add support for rule-$device (#132252)Miloslav Trmac2006-07-103-0/+53
|
* - Add ESP authentication support (last part of #168972, based on a patch byMiloslav Trmac2006-07-091-26/+28
| | | | | Aleksandar Milivojevic <alex@milivojevic.org>) - Beautify up handle_keys() a bit.
* Don't use an obsolete peers_certfile syntax (part of #168972, patch byMiloslav Trmac2006-07-081-1/+1
| | | | Aleksandar Milivojevic <alex@milivojevic.org>)
* - Allow disabling AH or ESP with authomatic keying (part of #168972, based onMiloslav Trmac2006-07-081-33/+9
| | | | | | a patch by Aleksandar Milivojevic <alex@milivojevic.org>). - Merge updated documentation in ifup-ipsec to sysconfig.txt, remove the non-canonical copy in ifup-ipsec.
* Eliminate as much duplicated code as possible (part of #168972, based on aMiloslav Trmac2006-07-082-122/+64
| | | | | patch by Aleksandar Milivojevic <alex@milivojevic.org>) Avoid unnecessary differences between ifup-ipsec and ifdown-ipsec
* Move $SRC initialization before first useMiloslav Trmac2006-07-082-9/+8
|
* Prevent IPsec tunelling of local traffic when tunnel subnets overlap (#150862)Miloslav Trmac2006-07-082-10/+29
|
* add check for IKE_METHOD (#197576, <john_smyth@mail.ru>)Bill Nottingham2006-07-051-0/+1
|
* readonly root enhancments (modified from <law@redhat.com>, #193164)Bill Nottingham2006-06-121-0/+6
|
* Remove unused ifdown-aliases.Miloslav Trmac2006-05-172-53/+0
|
* * ifup-ipsec:Miloslav Trmac2006-05-162-13/+17
| | | | | | | | - Fix key handling when AH or ESP is not used (#166257, patch by Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>) - Allow manual tunnel mode without using AH or ESP * ifdown-ipsec: - Fix syntax errors in manual mode when AH or ESP is not used