Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix ifdown for multiple interfaces which use dhcpcd | David Sainty | 2001-08-29 | 1 | -1/+1 |
| | |||||
* | - fix ISDN dial on demand bugr6-32 | Than Ngo | 2001-08-29 | 3 | -7/+16 |
| | | | | - fix typo bug in network-functions | ||||
* | fix message string (#52581) | Bill Nottingham | 2001-08-28 | 1 | -1/+1 |
| | |||||
* | set default loglevel to 3, not 1 | Bill Nottingham | 2001-08-27 | 1 | -1/+1 |
| | |||||
* | - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>r6-28 | Than Ngo | 2001-08-27 | 1 | -5/+5 |
| | |||||
* | source ifup-wireless, so it actually works (#52135) | Bill Nottingham | 2001-08-23 | 1 | -1/+1 |
| | |||||
* | * fix return code of isdnctrlr6-25 | Than Ngo | 2001-08-22 | 1 | -4/+9 |
| | |||||
* | - fix return code of isdnctrl (bug #52225) | Than Ngo | 2001-08-22 | 1 | -1/+1 |
| | |||||
* | * fix Bringing up isdn device again. It works now correctr6-24 | Than Ngo | 2001-08-21 | 1 | -4/+4 |
| | |||||
* | - fix shutdown/Bringing up isdn devicer6-23 | Than Ngo | 2001-08-21 | 2 | -4/+12 |
| | |||||
* | added ifup file for S/390 ESCON interfaces. No need to rebuild on non-S390 ↵r6-21 | Karsten Hopp | 2001-08-20 | 1 | -0/+54 |
| | | | | right now | ||||
* | - fix call of check_device_down in ifdown | Bill Nottingham | 2001-08-20 | 2 | -2/+7 |
| | | | | | - make loopback addresses have scope 'host', not scope 'global'. This apparently fixes pump. | ||||
* | ipx support returns (#51787)r6-20 | Bill Nottingham | 2001-08-15 | 2 | -0/+48 |
| | |||||
* | add is_available() function for network devices; use it. gets rid of ↵ | Bill Nottingham | 2001-08-15 | 2 | -12/+24 |
| | | | | horribly ugly modprobe messages | ||||
* | S390 fixes | Bernhard Rosenkraenzer | 2001-08-15 | 1 | -1/+13 |
| | |||||
* | * fix channel bundlingr6-14 | Than Ngo | 2001-08-10 | 2 | -6/+5 |
| | |||||
* | - don't set MSN if it' empty (it's now optional) | Than Ngo | 2001-08-10 | 2 | -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 Ngo | 2001-08-10 | 1 | -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 there | Bill Nottingham | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | behave sanely if ifup is called with dhcpcd already running (#49392, #51038) | Bill Nottingham | 2001-08-09 | 1 | -2/+2 |
| | |||||
* | just kill dhcpcd, don't use dhcpcd -k. also, allow setting of additional ↵ | Bill Nottingham | 2001-08-09 | 2 | -3/+3 |
| | | | | pump & dhcpcd arguments (#46942) | ||||
* | allow shell characters in ppp names (#43719) | Bill Nottingham | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | only allow dest port 1025-65535 for DNS replies (#40833, #44038) | Bill Nottingham | 2001-08-09 | 2 | -4/+4 |
| | |||||
* | save resolv.conf for restoration by ifdown-post (#50759) | Bill Nottingham | 2001-08-09 | 1 | -0/+1 |
| | |||||
* | switch some more things to /sbin/ip; allow adding back of default route for ↵ | Bill Nottingham | 2001-08-09 | 3 | -4/+11 |
| | | | | DHCP devices (#48994) | ||||
* | use awk, not grep & other cruft (#49616) | Bill Nottingham | 2001-08-07 | 1 | -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 Nottingham | 2001-08-07 | 1 | -0/+4 |
| | | | | to 'no' | ||||
* | do the same thing for ifdown too | Bill Nottingham | 2001-08-02 | 1 | -0/+18 |
| | |||||
* | don't worry about profiles just now. look for alternate config files that ↵ | Bill Nottingham | 2001-08-02 | 2 | -16/+13 |
| | | | | contain the correct MAC address for the adapter | ||||
* | don't check for the link to be down; it's not reliable enough | Bill Nottingham | 2001-07-31 | 1 | -5/+0 |
| | |||||
* | clarify message (#50365) | Bill Nottingham | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | fix typo (#50363) | Bill Nottingham | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | take embedded quotes out - it confuses gettext | Bill Nottingham | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | return link up in check_link_down for EINVAL too; in fact, return link up if ↵ | Bill Nottingham | 2001-07-28 | 1 | -0/+3 |
| | | | | mii-tool fails for any reason | ||||
* | - only bring link down if check_link_down fails | Bill Nottingham | 2001-07-26 | 3 | -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 Nottingham | 2001-07-25 | 1 | -0/+2 |
| | |||||
* | do config expansion (NETMASK, PREFIX, etc) in a function, call it from ↵ | Bill Nottingham | 2001-07-24 | 3 | -15/+22 |
| | | | | ifdown (fixes #49777, #49783) | ||||
* | ipv6 update (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-24 | 6 | -164/+167 |
| | |||||
* | - Final profile support with correct reflection of directories and names. | Phil Knirsch | 2001-07-24 | 1 | -9/+0 |
| | |||||
* | remove broken compatibility hack for gateway which results in having two ↵ | Karsten Hopp | 2001-07-19 | 2 | -12/+0 |
| | | | | default gateways | ||||
* | only remove the IP address for the !DHCP case | Bill Nottingham | 2001-07-17 | 1 | -1/+2 |
| | |||||
* | fix ifup/ifdown | Bill Nottingham | 2001-07-17 | 2 | -2/+2 |
| | |||||
* | * fixed country_code | Than Ngo | 2001-07-17 | 1 | -1/+7 |
| | |||||
* | fix do_netreport to work for the non-root case | Bill Nottingham | 2001-07-16 | 1 | -1/+6 |
| | |||||
* | remove ip address on ifdown | Bill Nottingham | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | added a small howto to the head of the S390 files | Karsten Hopp | 2001-07-16 | 2 | -4/+26 |
| | |||||
* | better check for MII. | Preston Brown | 2001-07-13 | 1 | -2/+6 |
| | |||||
* | move looking for config files into network-functions (#48741) | Bill Nottingham | 2001-07-11 | 3 | -7/+13 |
| | |||||
* | big ipv6 update from Pekka Savola (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-11 | 8 | -376/+1263 |
| | |||||
* | fix typo | Bill Nottingham | 2001-07-08 | 1 | -1/+1 |
| |