aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* don't check for the link to be down; it's not reliable enoughBill Nottingham2001-07-311-5/+0
|
* clarify message (#50365)Bill Nottingham2001-07-301-1/+1
|
* fix typo (#50363)Bill Nottingham2001-07-301-1/+1
|
* take embedded quotes out - it confuses gettextBill Nottingham2001-07-301-1/+1
|
* return link up in check_link_down for EINVAL too; in fact, return link up if ↵Bill Nottingham2001-07-281-0/+3
| | | | mii-tool fails for any reason
* - only bring link down if check_link_down failsBill Nottingham2001-07-263-4/+4
| | | | | - add a sleep in check_link_down; some cards take time to negotiate - only expand_config for the static IP case in ifdown
* set link up before checking with mii-tool (#49949)Bill Nottingham2001-07-251-0/+2
|
* do config expansion (NETMASK, PREFIX, etc) in a function, call it from ↵Bill Nottingham2001-07-243-15/+22
| | | | ifdown (fixes #49777, #49783)
* ipv6 update (<pekkas@netcore.fi>)Bill Nottingham2001-07-246-164/+167
|
* - Final profile support with correct reflection of directories and names.Phil Knirsch2001-07-241-9/+0
|
* remove broken compatibility hack for gateway which results in having two ↵Karsten Hopp2001-07-192-12/+0
| | | | default gateways
* only remove the IP address for the !DHCP caseBill Nottingham2001-07-171-1/+2
|
* fix ifup/ifdownBill Nottingham2001-07-172-2/+2
|
* * fixed country_codeThan Ngo2001-07-171-1/+7
|
* fix do_netreport to work for the non-root caseBill Nottingham2001-07-161-1/+6
|
* remove ip address on ifdownBill Nottingham2001-07-161-1/+1
|
* added a small howto to the head of the S390 filesKarsten Hopp2001-07-162-4/+26
|
* better check for MII.Preston Brown2001-07-131-2/+6
|
* move looking for config files into network-functions (#48741)Bill Nottingham2001-07-113-7/+13
|
* big ipv6 update from Pekka Savola (<pekkas@netcore.fi>)Bill Nottingham2001-07-118-376/+1263
|
* fix typoBill Nottingham2001-07-081-1/+1
|
* fix the non-xDSL case (#47263)Bill Nottingham2001-07-061-1/+1
|
* Reenable pump, but make dhcpcd is the default. This makes updates of systemsr5-97Trond Eivind Glomsrod2001-07-021-0/+6
| | | | without dhcpcd installed easier.
* run more stuff with C locale, mark some more strings for translationBill Nottingham2001-06-294-14/+14
|
* Remove pump usager5-96Trond Eivind Glomsrod2001-06-281-6/+0
|
* switch order in ifdown tooBill Nottingham2001-06-281-4/+4
|
* Use dhcpcd first, pump secondTrond Eivind Glomsrod2001-06-281-2/+2
|
* - fix pap/chap authentication for syncpppThan Ngo2001-06-271-2/+7
| | | | - support ippp options
* don't set multicast routesBill Nottingham2001-06-261-6/+0
|
* fix is_wireless, againr5-93Bill Nottingham2001-06-251-4/+2
|
* fix setting of MTU and other random variablesBill Nottingham2001-06-221-3/+8
|
* remove broadcast unreachable route; breaks DHCP clientsBill Nottingham2001-06-221-2/+1
|
* * add support xDSLr5-92Than Ngo2001-06-222-3/+19
|
* fix iwconfig return code return, and switch check_link_down returns to make ↵Bill Nottingham2001-06-211-5/+5
| | | | ifup work (#45364)
* - add support isdnThan Ngo2001-06-212-0/+316
|
* - fix testing for link so that modules will actually get loadedBill Nottingham2001-06-203-10/+22
| | | | | | | | | - don't use $MACADDR for testing device's MAC address when it's a configuration parameter to change it; use $HWADDR instead. - fix broken ipcalc --prefix calls - re-add ifcfg-lo - fix check_default_route - fix up some of the stdout/stderr redirections