aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* start checking for link againBill Nottingham2002-05-291-0/+5
|
* handle aliases that don't have DEVICE set. Apparently linuxconf supported ↵Bill Nottingham2002-04-221-0/+2
| | | | this (#63861)
* bulletproof it - handle both locationsr6-67Bill Nottingham2002-04-191-2/+7
|
* back out againBill Nottingham2002-04-191-13/+9
|
* wrong fix (aside from the syntax issue) - the dhcpcd pid file moved,Bill Nottingham2002-04-191-2/+2
| | | | just deal with the new location
* re-merge changeBill Nottingham2002-04-191-9/+13
|
* back this out for now... i'm paranoidBill Nottingham2002-04-191-13/+9
|
* bring up the device (ip link set <device> up) after initialization is ↵Preston Brown2002-04-171-9/+13
| | | | completed, but before addresses are assigned or DHCP/BOOTP is attempted. This is necessary for some commands (like iwconfig) to work properly.
* make sure that PID file exists and is readable before trying to read from it.Preston Brown2002-04-171-1/+1
| | | | CVS ----------------------------------------------------------------------
* make sure chatdbg is set before using it (#63448)Bill Nottingham2002-04-151-2/+5
|
* fix always trying to shut down 6to4 (#63352, <pekkas@netcore.fi>)Bill Nottingham2002-04-131-4/+9
|
* use -e argument to sysctlBill Nottingham2002-04-121-11/+11
|
* don't process backup files (#60248, <dharris@drh.net>, <agrino@porsiempre.cl>)Bill Nottingham2002-04-121-2/+2
|
* use full path to /sbin/ifconfig (#59457)Bill Nottingham2002-04-101-2/+2
|
* SRCADDR stuff returnsBill Nottingham2002-03-251-4/+14
|
* IPv6 updates. <pekkas@netcore.fi>Bill Nottingham2002-03-212-20/+25
|
* don't look in profiles; there should be linksBill Nottingham2002-03-141-4/+0
|
* revert LVS-related changesBill Nottingham2002-03-121-14/+4
|
* just use nameif instead of mucking with the other config files ↵Bill Nottingham2002-03-121-9/+2
| | | | (<harald@redhat.com>)
* *BIG* IPv6 syncup. <pekkas@netcore.fi>Bill Nottingham2002-03-118-746/+1416
|
* initial support for setting source addresses, for LVSBill Nottingham2002-03-111-4/+14
|
* fix invocation of need_hostname (#58946)Bill Nottingham2002-02-071-6/+7
|
* don't blowaway pumpargs/dhcpcdargs if they pass in a hostname (#57927, ↵Bill Nottingham2002-01-251-2/+2
| | | | <Olivier.Baudron@ens.fr>)
* modprobe interface name, not alias name (#55380)Bill Nottingham2002-01-251-1/+1
|
* make sure su calls bash (#55288)Bill Nottingham2002-01-251-1/+1
|
* don't loop on bad HWADDR settings (#52285)Bill Nottingham2002-01-251-2/+2
|
* allow tabs as delimiters, as well (#53964)Bill Nottingham2002-01-251-2/+2
|
* revert broken code.Bill Nottingham2002-01-021-2/+15
| | | | | To set HW address, use MACADDR, not HWADDR. HWADDR is used to tie a configuration to a particular card, even if its device name changes.
* added \ on the end of the multiline ifHarald Hoyer2001-11-192-6/+6
|
* better nickname handlingHarald Hoyer2001-11-192-3/+4
|
* set the ethernet number with nameifHarald Hoyer2001-11-191-15/+2
|
* - fix bug in setting netmask on s390/s390x (bug #55421)Than Ngo2001-11-073-6/+6
| | | | nmbd daemon works now ;-)
* fixed typo bug ifup-ipppThan Ngo2001-11-021-1/+2
|
* - fix bug in channel bundling if MSN is missedThan Ngo2001-10-291-5/+0
| | | | - support DEBUG option
* missing parameter (S/390)Karsten Hopp2001-10-232-2/+2
|
* don't run logger if /usr isn't mountedBill Nottingham2001-10-161-1/+1
|
* some more DEVICE -> REALDEVICE changes; flush all addresses on bringing down ↵Bill Nottingham2001-09-262-17/+14
| | | | main device
* throw away stderrBill Nottingham2001-09-261-1/+1
|
* fix ifdown for aliasesBill Nottingham2001-09-261-2/+3
|
* need_hostname now returns true or false, doesn't set NEEDHOSTNAME. Some ↵Preston Brown2001-09-254-10/+15
| | | | reformatting fixes.
* flush all addresses associated with a device when bringing it down, not justPreston Brown2001-09-251-1/+4
| | | | | | the configured address. The configured address may have changed after the device was brought up, leaving around a stale address associated with the downed device.
* expunge more linuxconf supportBill Nottingham2001-09-211-30/+1
|
* * don't show user name by DSL connectionThan Ngo2001-09-192-12/+14
|
* fix severe alias handling breakage (#52882)Bill Nottingham2001-09-042-7/+17
|
* * don't start pppbind if encapsulation is rawip (bug #52491)r6-36Than Ngo2001-09-031-1/+3
|
* * fix typo bug in IPADRR and GATEWAYr6-35Than Ngo2001-09-031-5/+5
|
* - add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)Than Ngo2001-09-022-19/+56
| | | | - fix handling of ISDN LSZ Compresssion
* Fixed dhcpcd ifdown lineDavid Sainty2001-08-291-1/+1
|
* - Fix ifdown for multiple interfaces which use dhcpcdDavid Sainty2001-08-291-1/+1
|
* - fix ISDN dial on demand bugr6-32Than Ngo2001-08-293-7/+16
| | | | - fix typo bug in network-functions