| Commit message (Expand) | Author | Age | Files | Lines |
* | more tweaks | Bill Nottingham | 2003-06-24 | 1 | -3/+2 |
* | support randomly named network devices, part 1 | Bill Nottingham | 2003-06-24 | 1 | -2/+0 |
* | - make usernetctl use the nickname instead of the device name | Bill Nottingham | 2003-05-28 | 1 | -3/+2 |
* | fix nicknames with profiles (#82246) | Bill Nottingham | 2003-02-11 | 1 | -2/+6 |
* | vlan fixes (<tis@foobar.fi>) | Bill Nottingham | 2003-02-04 | 1 | -2/+1 |
* | 802.1Q VLAN support (<tis@foobar.fi>, #82593)r7-05 | Bill Nottingham | 2003-01-31 | 1 | -0/+10 |
* | don't loop on ifdown | Bill Nottingham | 2002-08-27 | 1 | -1/+1 |
* | remove extraneous call (#68706) | Bill Nottingham | 2002-08-14 | 1 | -1/+0 |
* | switch back; we still want to run ifdown-ppp, etc. | Bill Nottingham | 2002-06-27 | 1 | -5/+3 |
* | move device down checking higher up, and clarify. | Preston Brown | 2002-06-27 | 1 | -3/+5 |
* | - change to /etc/init.d/functions | Florian La Roche | 2002-06-26 | 1 | -3/+2 |
* | dhclient support <dsainty@redhat.com> | Bill Nottingham | 2002-06-26 | 1 | -0/+6 |
* | bulletproof it - handle both locationsr6-67 | Bill Nottingham | 2002-04-19 | 1 | -2/+7 |
* | wrong fix (aside from the syntax issue) - the dhcpcd pid file moved, | Bill Nottingham | 2002-04-19 | 1 | -2/+2 |
* | make sure that PID file exists and is readable before trying to read from it. | Preston Brown | 2002-04-17 | 1 | -1/+1 |
* | don't look in profiles; there should be links | Bill Nottingham | 2002-03-14 | 1 | -4/+0 |
* | some more DEVICE -> REALDEVICE changes; flush all addresses on bringing down ... | Bill Nottingham | 2001-09-26 | 1 | -2/+6 |
* | throw away stderr | Bill Nottingham | 2001-09-26 | 1 | -1/+1 |
* | fix ifdown for aliases | Bill Nottingham | 2001-09-26 | 1 | -2/+3 |
* | flush all addresses associated with a device when bringing it down, not just | Preston Brown | 2001-09-25 | 1 | -1/+4 |
* | fix severe alias handling breakage (#52882) | Bill Nottingham | 2001-09-04 | 1 | -2/+5 |
* | Fixed dhcpcd ifdown line | David Sainty | 2001-08-29 | 1 | -1/+1 |
* | - Fix ifdown for multiple interfaces which use dhcpcd | David Sainty | 2001-08-29 | 1 | -1/+1 |
* | - fix call of check_device_down in ifdown | Bill Nottingham | 2001-08-20 | 1 | -1/+1 |
* | still run ifdown for dhcp devices, even if the device isn't there | Bill Nottingham | 2001-08-09 | 1 | -1/+1 |
* | just kill dhcpcd, don't use dhcpcd -k. also, allow setting of additional pump... | Bill Nottingham | 2001-08-09 | 1 | -1/+1 |
* | do the same thing for ifdown too | Bill Nottingham | 2001-08-02 | 1 | -0/+18 |
* | - only bring link down if check_link_down fails | Bill Nottingham | 2001-07-26 | 1 | -2/+1 |
* | do config expansion (NETMASK, PREFIX, etc) in a function, call it from ifdown... | Bill Nottingham | 2001-07-24 | 1 | -0/+2 |
* | 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 | 1 | -1/+1 |
* | remove ip address on ifdown | Bill Nottingham | 2001-07-16 | 1 | -1/+1 |
* | move looking for config files into network-functions (#48741) | Bill Nottingham | 2001-07-11 | 1 | -1/+2 |
* | big ipv6 update from Pekka Savola (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-11 | 1 | -1/+1 |
* | switch order in ifdown too | Bill Nottingham | 2001-06-28 | 1 | -4/+4 |
* | switch from ifconfig to ip command. | Preston Brown | 2001-05-11 | 1 | -4/+4 |
* | add ifdown-pre-local (#10936) | Bill Nottingham | 2001-03-12 | 1 | -0/+4 |
* | source /etc/sysconfig/network (#30595) | Bill Nottingham | 2001-03-05 | 1 | -0/+2 |
* | fix typo in message (#27052) | Bill Nottingham | 2001-02-11 | 1 | -1/+1 |
* | add ipv6 support (#23576) | Bill Nottingham | 2001-01-29 | 1 | -0/+4 |
* | change i18n stuff around; don't call gettext explicitly, just do echo $"some ... | Bill Nottingham | 2001-01-23 | 1 | -4/+4 |
* | Big i18n commit. From Conectiva, originally. | Bill Nottingham | 2001-01-02 | 1 | -3/+5 |
* | retcode wasn't used. initialize it. | Bill Nottingham | 2000-12-26 | 1 | -2/+12 |
* | toss out spurious errors from iwconfig | Bill Nottingham | 2000-12-26 | 1 | -1/+1 |
* | added wireless support | Erik Troan | 2000-12-20 | 1 | -0/+5 |
* | fix syntax error in ifdown | Nalin Dahyabhai | 2000-08-15 | 1 | -1/+1 |
* | support killing dhcpcd as well as starting it | Bill Nottingham | 2000-08-14 | 1 | -1/+2 |
* | typo; wait only 5 seconds, not 50 | Bill Nottingham | 2000-06-01 | 1 | -1/+1 |
* | check that a device is up before bringing it down | Bill Nottingham | 2000-03-08 | 1 | -0/+3 |
* | make ifdown synchronous modulo timeout | Michael K. Johnson | 1999-09-08 | 1 | -11/+17 |