aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts
Commit message (Collapse)AuthorAgeFilesLines
* fixed SUBCHANNEL grep for s390Harald Hoyer2009-05-041-1/+1
|
* Move the bridge member handling later in the ifdown sequence (#463325, Sean ↵Harald Hoyer2009-05-041-11/+11
| | | | E. Millichamp <sean@bruenor.org>)
* Allow changing of VLAN type even if the module is already loaded. (#495053, ↵Bill Nottingham2009-05-041-6/+6
| | | | <pietro@bertera.it>)
* support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)Bill Nottingham2009-05-041-0/+3
|
* Add vlan support for s390 HSI interfaces. (#490584)Bill Nottingham2009-05-041-1/+2
|
* Remove arp_ip_target on ifdown for bonding devices. (#483711)Bill Nottingham2009-05-041-1/+3
|
* Break deadlock by explicitly handling alias for CTC and IUCV (#475721)Harald Hoyer2009-05-042-0/+4
| | | | in /etc/modprobe.conf as is done in ifup-eth.
* remove empty bridges (#463325)Harald Hoyer2009-05-041-1/+1
|
* fail if HWADDR specified in ifcfg is not present in the system (#487718)Alan Pevec2009-05-041-0/+3
|
* fix ifdown of vlan iface which is a bridge member (#481557)Alan Pevec2009-05-041-1/+0
|
* fixed brigde setup (bug #463014)Harald Hoyer2009-05-041-14/+13
|
* Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)Bill Nottingham2009-05-041-3/+3
|
* Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)Bill Nottingham2009-05-041-18/+55
|
* fixed SUBCHANNEL grep for s390initscripts-8.45.25-1Harald Hoyer2008-11-121-1/+1
|
* fixed SUBCHANNEL grep for s390Harald Hoyer2008-11-121-1/+1
|
* fixed SUBCHANNEL grep for s390Harald Hoyer2008-11-121-1/+1
|
* fixed bug #459044Harald Hoyer2008-11-101-1/+1
| | | | refined the grep statement
* fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood ↵Harald Hoyer2008-11-101-1/+1
| | | | (darcy.sherwood@gmail.com))
* https://bugzilla.redhat.com/show_bug.cgi?id=447928Harald Hoyer2008-09-167-23/+23
| | | | | | | | 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
* don't attempt to re-enslave already-enslaved devices (#440077)Bill Nottingham2008-07-071-3/+4
|
* add support for overriding IKE dh group (#251506, <stijn.tintel@x-tend.be>)Bill Nottingham2008-01-101-3/+4
|
* Handle 'arp_ip_target' bonding option correctly (#288151, modified from ↵Bill Nottingham2008-01-101-1/+10
| | | | <agospoda@redhat.com>)
* - ifup-eth: set 'primary' later for bonding devices (#236897, ↵Bill Nottingham2007-06-221-0/+9
| | | | <agospoda@redhat.com>)
* - fix logic error in install_bonding_driver (#229643)Bill Nottingham2007-06-221-5/+2
|
* - set MACADDR, if specified, before bringing up bonding master/slaves (#218792)Bill Nottingham2007-01-151-6/+7
|
* release bonding slaves properly (#220525)Bill Nottingham2007-01-041-0/+2
|
* back out... save for 5.1Bill Nottingham2006-12-071-10/+10
|
* - set MACADDR, MTU before initializing slave devices (#218792)Bill Nottingham2006-12-071-10/+10
|
* more fixes so modules don't get reloaded (#211474)Bill Nottingham2006-11-221-1/+1
|
* backportBill Nottingham2006-11-061-0/+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
|
* 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
|