Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ifup/ifdown-ipsec: do not killall racoon with full path | Tomas Mraz | 2010-09-13 | 2 | -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 stuff | Bill Nottingham | 2009-05-14 | 1 | -0/+8 |
| | |||||
* | fixed SUBCHANNEL grep for s390 | Harald Hoyer | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | Move the bridge member handling later in the ifdown sequence (#463325, Sean ↵ | Harald Hoyer | 2009-05-04 | 1 | -11/+11 |
| | | | | E. Millichamp <sean@bruenor.org>) | ||||
* | Allow changing of VLAN type even if the module is already loaded. (#495053, ↵ | Bill Nottingham | 2009-05-04 | 1 | -6/+6 |
| | | | | <pietro@bertera.it>) | ||||
* | support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>) | Bill Nottingham | 2009-05-04 | 1 | -0/+3 |
| | |||||
* | Add vlan support for s390 HSI interfaces. (#490584) | Bill Nottingham | 2009-05-04 | 1 | -1/+2 |
| | |||||
* | Remove arp_ip_target on ifdown for bonding devices. (#483711) | Bill Nottingham | 2009-05-04 | 1 | -1/+3 |
| | |||||
* | Break deadlock by explicitly handling alias for CTC and IUCV (#475721) | Harald Hoyer | 2009-05-04 | 2 | -0/+4 |
| | | | | in /etc/modprobe.conf as is done in ifup-eth. | ||||
* | remove empty bridges (#463325) | Harald Hoyer | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | fail if HWADDR specified in ifcfg is not present in the system (#487718) | Alan Pevec | 2009-05-04 | 1 | -0/+3 |
| | |||||
* | fix ifdown of vlan iface which is a bridge member (#481557) | Alan Pevec | 2009-05-04 | 1 | -1/+0 |
| | |||||
* | fixed brigde setup (bug #463014) | Harald Hoyer | 2009-05-04 | 1 | -14/+13 |
| | |||||
* | Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>) | Bill Nottingham | 2009-05-04 | 1 | -3/+3 |
| | |||||
* | Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>) | Bill Nottingham | 2009-05-04 | 1 | -18/+55 |
| | |||||
* | fixed SUBCHANNEL grep for s390initscripts-8.45.25-1 | Harald Hoyer | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | fixed SUBCHANNEL grep for s390 | Harald Hoyer | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | fixed SUBCHANNEL grep for s390 | Harald Hoyer | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | fixed bug #459044 | Harald Hoyer | 2008-11-10 | 1 | -1/+1 |
| | | | | refined the grep statement | ||||
* | fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood ↵ | Harald Hoyer | 2008-11-10 | 1 | -1/+1 |
| | | | | (darcy.sherwood@gmail.com)) | ||||
* | https://bugzilla.redhat.com/show_bug.cgi?id=447928 | Harald Hoyer | 2008-09-16 | 7 | -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 Nottingham | 2008-07-07 | 1 | -3/+4 |
| | |||||
* | add support for overriding IKE dh group (#251506, <stijn.tintel@x-tend.be>) | Bill Nottingham | 2008-01-10 | 1 | -3/+4 |
| | |||||
* | Handle 'arp_ip_target' bonding option correctly (#288151, modified from ↵ | Bill Nottingham | 2008-01-10 | 1 | -1/+10 |
| | | | | <agospoda@redhat.com>) | ||||
* | - ifup-eth: set 'primary' later for bonding devices (#236897, ↵ | Bill Nottingham | 2007-06-22 | 1 | -0/+9 |
| | | | | <agospoda@redhat.com>) | ||||
* | - fix logic error in install_bonding_driver (#229643) | Bill Nottingham | 2007-06-22 | 1 | -5/+2 |
| | |||||
* | add netconsole init script (#223742) | Bill Nottingham | 2007-04-16 | 1 | -0/+20 |
| | |||||
* | - set MACADDR, if specified, before bringing up bonding master/slaves (#218792) | Bill Nottingham | 2007-01-15 | 1 | -6/+7 |
| | |||||
* | release bonding slaves properly (#220525) | Bill Nottingham | 2007-01-04 | 1 | -0/+2 |
| | |||||
* | back out... save for 5.1 | Bill Nottingham | 2006-12-07 | 1 | -10/+10 |
| | |||||
* | - set MACADDR, MTU before initializing slave devices (#218792) | Bill Nottingham | 2006-12-07 | 1 | -10/+10 |
| | |||||
* | more fixes so modules don't get reloaded (#211474) | Bill Nottingham | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | backport | Bill Nottingham | 2006-11-06 | 1 | -0/+1 |
| | |||||
* | just enslave once, seems to work now | Bill Nottingham | 2006-10-19 | 1 | -26/+2 |
| | |||||
* | use sysfs interface for bonding (#202443, <agospoda@redhat.com>) | Bill Nottingham | 2006-10-18 | 3 | -8/+26 |
| | |||||
* | restorecon on moved lease file | Bill Nottingham | 2006-10-07 | 1 | -0/+1 |
| | |||||
* | set keymap correctly in non-UTF8 locale (#167363) | Bill Nottingham | 2006-10-04 | 1 | -0/+3 |
| | | | | | separate tmpfs-usage for stateless from readonly-root (requested by OLPC) | ||||
* | move ccwgroup initialization to a udev rule (#199139, #199655, #169161) | Bill Nottingham | 2006-09-27 | 2 | -33/+6 |
| | |||||
* | sed gone wrong | Bill Nottingham | 2006-09-19 | 1 | -1/+1 |
| | |||||
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 29 | -29/+29 |
| | |||||
* | fix the real issue | Bill Nottingham | 2006-08-23 | 1 | -6/+1 |
| | |||||
* | if they have explicitly defined an address in 169.254, things go really | Bill Nottingham | 2006-08-23 | 1 | -0/+5 |
| | | | | strange if you don't set this route before the default route (#203591) | ||||
* | 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 | 4 | -18/+36 |
| | |||||
* | bring down bonding slaves on ifdown (#199706) | Bill Nottingham | 2006-08-01 | 1 | -0/+12 |
| | |||||
* | make test for bonding device a function | Bill Nottingham | 2006-08-01 | 2 | -5/+10 |
| | |||||
* | support LINKDELAY for dhcp (#191137) | Bill Nottingham | 2006-08-01 | 1 | -1/+3 |
| | |||||
* | Simplify $DEVICE parsing to get VLAN info | Miloslav Trmac | 2006-07-28 | 1 | -12/+8 |
| | |||||
* | Support (ifup vlan1:0) (#193133) | Miloslav Trmac | 2006-07-28 | 2 | -3/+5 |
| |