aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* Use net_log where appropriate.Bill Nottingham2011-06-0110-44/+44
| | | | | | | | | | Conflicts: rc.d/init.d/network sysconfig/network-scripts/ifup-aliases sysconfig/network-scripts/ifup-eth [Harald Hoyer <harald@redhat.com>: resolved conflicts]
* Switch the default logging value to error.Bill Nottingham2011-06-011-2/+2
| | | | It's what's used the most.
* Add a net_log() function. (#507515, #689525)Bill Nottingham2011-06-011-0/+23
|
* disable link checking when PERSISTENT_DHCLIENT is set (#234075)Bill Nottingham2011-04-191-1/+1
|
* Don't exit out on IPv4 address-free interfaces; just follow the normal exit ↵Bill Nottingham2011-04-191-6/+2
| | | | | | | | path. (#486507) [Harald Hoyer <harald@redhat.com>: backport of eb389d6] For example, this allows DHCPv6 to run.
* Handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)Bill Nottingham2011-04-192-2/+2
| | | | [Harald Hoyer <harald@redhat.com>: backport]
* Make sure NEWCONFIG exists before grepping for it (#390271, continued)Bill Nottingham2011-04-191-1/+6
|
* don't endlessly loop on ifdown if devices are inconsistent (#390271)Bill Nottingham2011-04-191-1/+2
| | | | [Bill Nottingham <notting@redhat.com>: squashed typo]
* fix sysctl calls with VLAN (mostly breaking IPv6)Pierre Ossman2011-04-195-13/+14
| | | | | | | | | | | | | | | [Bill Nottingham <notting@redhat.com>: updated patch] sysctl uses "." as the path delimiter. VLAN uses "." as the id delimiter. initscripts does absolutely nothing to resolve this conflict. The end result is that all sysctl calls on VLAN if:s will just fail (silently for extra bonus as the scripts pipe to /dev/null). With legacy IP this isn't a big deal as the sysctl use is very sparse. For IPv6 however, the shit really hits the fan as you can't even disable address autoconfiguration without sysctl. https://bugzilla.redhat.com/show_bug.cgi?id=665601
* Add infiniband mapping (#648524, <monis@voltaire.com>)Bill Nottingham2011-04-191-0/+6
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=648524
* Don't explictly disallow IPv6 aliases (#583409, #612877.)Bill Nottingham2011-04-192-6/+4
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=612877
* remove network device naming requirement from VLAN devicesMatt Domsch2011-04-191-3/+4
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=462095
* ifup/ifdown-eth: properly add and remove arp_ip_target'sHarald Hoyer2011-04-122-4/+29
| | | | | | | | | Only add arp_ip_target, if not yet present. Only remove arp_ip_target, if present in BONDING_OPTS, to prevent clash with module options. https://bugzilla.redhat.com/show_bug.cgi?id=604669
* remove deprecation comments for raw devices and fix pathHarald Hoyer2010-09-131-3/+0
|
* Silence error. (#516569)Bill Nottingham2010-09-131-1/+1
|
* Load bonding driver if BONDING_OPTS is defined. (#516569)Bill Nottingham2010-09-131-0/+2
|
* Fix various device checks to not misidentify devices.Bill Nottingham2010-09-131-14/+4
| | | | | | | Also, don't use ifconfig for checking link state on alias devices; /sbin/ip does fine with that. https://bugzilla.redhat.com/show_bug.cgi?id=538863
* ifup/ifdown-ipsec: do not killall racoon with full pathTomas Mraz2010-09-132-2/+2
| | | | | | | killall tries to read /proc/<pid>/exe, if called with the full path, which is not working for selinux in enforcing MLS. https://bugzilla.redhat.com/show_bug.cgi?id=567295
* return of rawdevices stuffBill Nottingham2009-05-141-0/+8
|
* 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
|
* add netconsole init script (#223742)Bill Nottingham2007-04-161-0/+20
|
* - 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
|