aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* fix message string (#52581)Bill Nottingham2001-08-281-1/+1
|
* set default loglevel to 3, not 1Bill Nottingham2001-08-271-1/+1
|
* - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>r6-28Than Ngo2001-08-271-5/+5
|
* source ifup-wireless, so it actually works (#52135)Bill Nottingham2001-08-231-1/+1
|
* * fix return code of isdnctrlr6-25Than Ngo2001-08-221-4/+9
|
* - fix return code of isdnctrl (bug #52225)Than Ngo2001-08-221-1/+1
|
* * fix Bringing up isdn device again. It works now correctr6-24Than Ngo2001-08-211-4/+4
|
* - fix shutdown/Bringing up isdn devicer6-23Than Ngo2001-08-212-4/+12
|
* added ifup file for S/390 ESCON interfaces. No need to rebuild on non-S390 ↵r6-21Karsten Hopp2001-08-201-0/+54
| | | | right now
* - fix call of check_device_down in ifdownBill Nottingham2001-08-202-2/+7
| | | | | - make loopback addresses have scope 'host', not scope 'global'. This apparently fixes pump.
* ipx support returns (#51787)r6-20Bill Nottingham2001-08-152-0/+48
|
* add is_available() function for network devices; use it. gets rid of ↵Bill Nottingham2001-08-152-12/+24
| | | | horribly ugly modprobe messages
* S390 fixesBernhard Rosenkraenzer2001-08-151-1/+13
|
* * fix channel bundlingr6-14Than Ngo2001-08-102-6/+5
|
* - don't set MSN if it' empty (it's now optional)Than Ngo2001-08-102-18/+35
| | | | | - don't give login name as a cmdline-option (Bug #23066) - remove peer device file if ppp connection is down
* - don't set MSN if it' empty (it's now optional)Than Ngo2001-08-101-12/+16
| | | | - don't give login name as a cmdline-option (Bug #23066)
* still run ifdown for dhcp devices, even if the device isn't thereBill Nottingham2001-08-091-1/+1
|
* behave sanely if ifup is called with dhcpcd already running (#49392, #51038)Bill Nottingham2001-08-091-2/+2
|
* just kill dhcpcd, don't use dhcpcd -k. also, allow setting of additional ↵Bill Nottingham2001-08-092-3/+3
| | | | pump & dhcpcd arguments (#46942)
* allow shell characters in ppp names (#43719)Bill Nottingham2001-08-091-1/+1
|
* only allow dest port 1025-65535 for DNS replies (#40833, #44038)Bill Nottingham2001-08-092-4/+4
|
* save resolv.conf for restoration by ifdown-post (#50759)Bill Nottingham2001-08-091-0/+1
|
* switch some more things to /sbin/ip; allow adding back of default route for ↵Bill Nottingham2001-08-093-4/+11
| | | | DHCP devices (#48994)
* use awk, not grep & other cruft (#49616)Bill Nottingham2001-08-071-4/+8
| | | | | exit happily if ifup is called on a device that doesn't exist and has no alias (fixes all those nasty PCMCIA onboot complaints)
* don't do anything in ifup if we're running under hotplug and $HOTPLUG is set ↵Bill Nottingham2001-08-071-0/+4
| | | | to 'no'
* do the same thing for ifdown tooBill Nottingham2001-08-021-0/+18
|
* don't worry about profiles just now. look for alternate config files that ↵Bill Nottingham2001-08-022-16/+13
| | | | contain the correct MAC address for the adapter