aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* cd to the proper dir first (#161170)Bill Nottingham2005-06-211-0/+1
|
* fix grep to always match the full hwaddr, as opposed to matching '0'Bill Nottingham2005-06-092-3/+8
| | | | | | against '00:AA:BB:CC:DD:EE'. Take into account lines that end with spaces, or with "# this is a comment", too. Also, put the grep in only one place instead of 3. Fixes #157252, #153669.
* backport fixBill Nottingham2005-04-181-1/+1
|
* typoBill Nottingham2005-04-151-1/+1
|
* cleanup (#154353, <link@pobox.com>)Bill Nottingham2005-04-131-1/+1
|
* make sure commented lines are handled correctly (#154353, #114548)Bill Nottingham2005-04-111-2/+4
|
* handle alternate vlan naming schemes (#115001)Bill Nottingham2005-03-302-9/+22
|
* add proper ipsec route (#146169, #140654)Bill Nottingham2005-03-282-4/+7
|
* handle being called on down devices betterBill Nottingham2005-02-071-3/+3
|
* don't flush addresses for dhcp - preserve old behaviorBill Nottingham2005-01-131-0/+2
|
* fix various fgreps to not catch commented lines (#136531, expanded from ↵Bill Nottingham2005-01-123-6/+6
| | | | <cww@redhat.com>)
* fix ONxxx (#136531, <cww@redhat.com>)Bill Nottingham2005-01-121-2/+2
|
* set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)Bill Nottingham2005-01-121-0/+3
|
* kill dhcp client even if BOOTOPROTO is now static (#127726, others)Bill Nottingham2005-01-121-3/+0
|
* return the result of the operation, not the result of nscdBill Nottingham2005-01-071-1/+0
|
* change setting of IPv6 default route (#142308, <pb@bieringer.de>Bill Nottingham2004-12-081-7/+4
|
* - configure the CTC protocol if CTCPROT is set (mainframe)r7-93-10-ELKarsten Hopp2004-11-151-0/+3
|
* fix check_link_down to still check negotiation if link is listed as "up" on ↵Bill Nottingham2004-11-151-16/+16
| | | | entering (#110164, <dbaron@dbaron.org>
* - parse OPTIONS for QETH, CTC and LCS (#136256, mainframe)r7-93-9-ELKarsten Hopp2004-11-111-0/+5
|
* fix typo (#134787, <bnocera@redhat.com>)Bill Nottingham2004-11-091-1/+1
|
* add rawdevices stuff backBill Nottingham2004-10-181-0/+8
|
* fix typoBill Nottingham2004-10-181-1/+1
|
* fix GATEWAYDEV (#133375, <pekkas@netcore.fi>)Bill Nottingham2004-10-181-1/+1
|
* some cleanupsBill Nottingham2004-10-173-7/+7
|
* remove rawdevices againBill Nottingham2004-10-141-8/+0
|
* return of rawdevices stuffBill Nottingham2004-10-121-0/+8
|
* fix key for open vs. restricted (#135235, <dax@gurulabs.com>)Bill Nottingham2004-10-111-1/+1
|
* - remove check for SYSDIR/portname, this file isn't available withr7-90Karsten Hopp2004-10-081-1/+1
| | | | LCS devices.
* remove rawdevicesBill Nottingham2004-10-081-5/+0
|
* shell quoting will EAT YOUR BRANEBill Nottingham2004-09-272-2/+2
|
* be more liberal in what we accept for link types (#90602, #127984)Bill Nottingham2004-09-271-1/+1
|
* fix shell quotingBill Nottingham2004-09-232-2/+2
|
* fix handling of nonexistent devices (#132839)Bill Nottingham2004-09-172-1/+4
|
* - same as ctc devices, move loading of sysconfig-network to top and allow ↵Karsten Hopp2004-09-131-2/+2
| | | | overwriting of GATEWAY in device config
* fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)Bill Nottingham2004-09-103-24/+51
|
* - CTC uses GATEWAY as pointtopoint partner. This works as long as CTCr7-79Karsten Hopp2004-09-101-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 Hopp2004-09-011-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 Hopp2004-09-012-60/+1
| | | | same as ctc interfaces
* LCS devices use portno instead if portnamer7-74Karsten Hopp2004-08-301-2/+7
|
* Add support for new DHCPv6 client (new DHCPV6C ifcfg variable)r7-73Jason Vas Dias2004-08-272-1/+7
|
* Add support for new DHCPv6 client (new DHCPV6C ifcfg variable)Jason Vas Dias2004-08-271-0/+3
|
* - ifcfg-iucv/ctc: drop REMIP and use GATEWAY insteadKarsten Hopp2004-08-262-8/+9
|
* support STP bridging (#123324)Bill Nottingham2004-08-251-0/+1
|
* support multiple keys (#127957)Bill Nottingham2004-08-251-2/+7
|
* fix firmware loading (#129155, <bnocera@redhat.com>)Bill Nottingham2004-08-251-1/+1
|
* fix resolv.conf merge if pre-existing resolv.conf nonexistent or emptyr7-67Jason Vas Dias2004-08-231-2/+6
|
* remove wackycommentBill Nottingham2004-08-201-2/+0
|
* remove unneeded lineBill Nottingham2004-08-201-1/+0
|
* Allow users to use generic /etc/dhclient.conf if per-device file ↵Jason Vas Dias2004-08-201-1/+8
| | | | non-existent or empty
* Fix for 125712: preserve options in resolv.confJason Vas Dias2004-08-201-5/+13
|