Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move retcode | Bill Nottingham | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | remove pump, dhcpcd support. | Bill Nottingham | 2005-01-12 | 2 | -34/+17 |
| | |||||
* | fix various fgreps to not catch commented lines (#136531, expanded from ↵ | Bill Nottingham | 2005-01-12 | 3 | -6/+6 |
| | | | | <cww@redhat.com>) | ||||
* | fix ONxxx (#136531, <cww@redhat.com>) | Bill Nottingham | 2005-01-12 | 1 | -2/+2 |
| | |||||
* | set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>) | Bill Nottingham | 2005-01-12 | 1 | -0/+3 |
| | |||||
* | kill dhcp client even if BOOTOPROTO is now static (#127726, others) | Bill Nottingham | 2005-01-12 | 1 | -3/+0 |
| | |||||
* | oops, fix syntax | Bill Nottingham | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | support releasing the DHCP lease | Bill Nottingham | 2005-01-12 | 1 | -1/+5 |
| | |||||
* | clean up whitespace <pb@bieringer.de> | Bill Nottingham | 2005-01-12 | 2 | -20/+20 |
| | |||||
* | replace the use of route/ifconfig with ip, remove support for ipv6calc | Bill Nottingham | 2005-01-11 | 2 | -142/+36 |
| | | | | (<pb@bierenger.de>, <pekkas@netcore.fi>) | ||||
* | release lease on shutdown, clean up dhclient pid file (modified from ↵ | Bill Nottingham | 2005-01-07 | 1 | -0/+2 |
| | | | | <jvdias@redhat.com>) | ||||
* | return the result of the operation, not the result of nscd | Bill Nottingham | 2005-01-07 | 1 | -1/+0 |
| | |||||
* | remove initlog, minilogd | Bill Nottingham | 2004-12-22 | 1 | -1/+1 |
| | |||||
* | change setting of IPv6 default route (#142308, <pb@bieringer.de> | Bill Nottingham | 2004-12-08 | 1 | -7/+4 |
| | |||||
* | - configure the CTC protocol if CTCPROT is set (mainframe)r7-97 | Karsten Hopp | 2004-11-15 | 1 | -0/+3 |
| | |||||
* | fix check_link_down to still check negotiation if link is listed as "up" on ↵ | Bill Nottingham | 2004-11-15 | 1 | -16/+16 |
| | | | | entering (#110164, <dbaron@dbaron.org> | ||||
* | - parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe)r7-96 | Karsten Hopp | 2004-11-11 | 1 | -0/+5 |
| | |||||
* | fix typo (#134787, <bnocera@redhat.com>) | Bill Nottingham | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | revert some stuff | Bill Nottingham | 2004-11-01 | 2 | -2/+4 |
| | |||||
* | - some optims/cleanups, details in initscripts.specr7-94 | Florian La Roche | 2004-10-31 | 4 | -9/+6 |
| | |||||
* | fix typo | Bill Nottingham | 2004-10-18 | 1 | -1/+1 |
| | |||||
* | fix GATEWAYDEV (#133375, <pekkas@netcore.fi>) | Bill Nottingham | 2004-10-18 | 1 | -1/+1 |
| | |||||
* | some cleanups | Bill Nottingham | 2004-10-17 | 3 | -7/+7 |
| | |||||
* | remove rawdevices again | Bill Nottingham | 2004-10-14 | 1 | -8/+0 |
| | |||||
* | return of rawdevices stuff | Bill Nottingham | 2004-10-12 | 1 | -0/+8 |
| | |||||
* | fix key for open vs. restricted (#135235, <dax@gurulabs.com>) | Bill Nottingham | 2004-10-11 | 1 | -1/+1 |
| | |||||
* | - remove check for SYSDIR/portname, this file isn't available withr7-90 | Karsten Hopp | 2004-10-08 | 1 | -1/+1 |
| | | | | LCS devices. | ||||
* | remove rawdevices | Bill Nottingham | 2004-10-08 | 1 | -5/+0 |
| | |||||
* | shell quoting will EAT YOUR BRANE | Bill Nottingham | 2004-09-27 | 2 | -2/+2 |
| | |||||
* | be more liberal in what we accept for link types (#90602, #127984) | Bill Nottingham | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | fix shell quoting | Bill Nottingham | 2004-09-23 | 2 | -2/+2 |
| | |||||
* | fix handling of nonexistent devices (#132839) | Bill Nottingham | 2004-09-17 | 2 | -1/+4 |
| | |||||
* | - same as ctc devices, move loading of sysconfig-network to top and allow ↵ | Karsten Hopp | 2004-09-13 | 1 | -2/+2 |
| | | | | overwriting of GATEWAY in device config | ||||
* | fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>) | Bill Nottingham | 2004-09-10 | 3 | -24/+51 |
| | |||||
* | - CTC uses GATEWAY as pointtopoint partner. This works as long as CTCr7-79 | Karsten Hopp | 2004-09-10 | 1 | -2/+2 |
| | | | | | | is the primary network interface, but fails otherwise. Load /etc/sysconfig/network before ifcfg-ctcX so that GATEWAY can be set in ifcfg-ctcX and doesn't get overwritten. | ||||
* | - qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces, | Karsten Hopp | 2004-09-01 | 1 | -13/+3 |
| | | | | | | too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead | ||||
* | - esconX interfaces are gone, they are now called ctcX and configured the ↵ | Karsten Hopp | 2004-09-01 | 2 | -60/+1 |
| | | | | same as ctc interfaces | ||||
* | LCS devices use portno instead if portnamer7-74 | Karsten Hopp | 2004-08-30 | 1 | -2/+7 |
| | |||||
* | Add support for new DHCPv6 client (new DHCPV6C ifcfg variable)r7-73 | Jason Vas Dias | 2004-08-27 | 2 | -1/+7 |
| | |||||
* | Add support for new DHCPv6 client (new DHCPV6C ifcfg variable) | Jason Vas Dias | 2004-08-27 | 1 | -0/+3 |
| | |||||
* | - ifcfg-iucv/ctc: drop REMIP and use GATEWAY instead | Karsten Hopp | 2004-08-26 | 2 | -8/+9 |
| | |||||
* | support STP bridging (#123324) | Bill Nottingham | 2004-08-25 | 1 | -0/+1 |
| | |||||
* | support multiple keys (#127957) | Bill Nottingham | 2004-08-25 | 1 | -2/+7 |
| | |||||
* | fix firmware loading (#129155, <bnocera@redhat.com>) | Bill Nottingham | 2004-08-25 | 1 | -1/+1 |
| | |||||
* | fix resolv.conf merge if pre-existing resolv.conf nonexistent or emptyr7-67 | Jason Vas Dias | 2004-08-23 | 1 | -2/+6 |
| | |||||
* | remove wackycomment | Bill Nottingham | 2004-08-20 | 1 | -2/+0 |
| | |||||
* | remove unneeded line | Bill Nottingham | 2004-08-20 | 1 | -1/+0 |
| | |||||
* | Allow users to use generic /etc/dhclient.conf if per-device file ↵ | Jason Vas Dias | 2004-08-20 | 1 | -1/+8 |
| | | | | non-existent or empty | ||||
* | Fix for 125712: preserve options in resolv.conf | Jason Vas Dias | 2004-08-20 | 1 | -5/+13 |
| | |||||
* | - allow CBCP with own number (#125710) | Than Ngo | 2004-08-19 | 1 | -1/+12 |
| |