Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | Undefine $WINDOW to avoid conflict with screen(1) (#174336) | Miloslav Trmac | 2006-03-19 | 1 | -0/+2 |
| | |||||
* | split out ifup/ifdown general case to ifup/ifdown-eth; add ifup/ifdown-bnep ↵ | Bill Nottingham | 2005-01-19 | 1 | -97/+3 |
| | | | | (<dwmw2@redhat.com>) | ||||
* | move retcode | Bill Nottingham | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | remove pump, dhcpcd support. | Bill Nottingham | 2005-01-12 | 1 | -30/+17 |
| | |||||
* | fix various fgreps to not catch commented lines (#136531, expanded from ↵ | Bill Nottingham | 2005-01-12 | 1 | -1/+1 |
| | | | | <cww@redhat.com>) | ||||
* | kill dhcp client even if BOOTOPROTO is now static (#127726, others) | Bill Nottingham | 2005-01-12 | 1 | -3/+0 |
| | |||||
* | oops, fix syntax | Bill Nottingham | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | support releasing the DHCP lease | Bill Nottingham | 2005-01-12 | 1 | -1/+5 |
| | |||||
* | release lease on shutdown, clean up dhclient pid file (modified from ↵ | Bill Nottingham | 2005-01-07 | 1 | -0/+2 |
| | | | | <jvdias@redhat.com>) | ||||
* | Add support for new DHCPv6 client (new DHCPV6C ifcfg variable)r7-73 | Jason Vas Dias | 2004-08-27 | 1 | -1/+5 |
| | |||||
* | vlan fixes (#107504, <hrunting@texas.net>) | Bill Nottingham | 2004-06-07 | 1 | -1/+1 |
| | |||||
* | document MACADDR. fix one of the bizarre interactions with HWADDR. | Bill Nottingham | 2004-03-17 | 1 | -1/+1 |
| | | | | note that you shouldn't try this at home. (#110427) | ||||
* | bridging updates (#104421, <dwmw2@redhat.com>) | Bill Nottingham | 2003-10-10 | 1 | -0/+3 |
| | |||||
* | always call 'ip link set *dev* ${DEVICE}', to avoid confusion with | Bill Nottingham | 2003-09-11 | 1 | -2/+2 |
| | | | | other ip parameters (#104187) | ||||
* | bridging support (<dwmw2@redhat.com>) | Bill Nottingham | 2003-09-09 | 1 | -0/+10 |
| | |||||
* | more tweaks | Bill Nottingham | 2003-06-24 | 1 | -3/+2 |
| | | | | | | | - encapsulate grabing the hw addr into its own function - normalize case of all hwaddrs - if we are passed a device with no config, see if there's a config for that hwaddr | ||||
* | support randomly named network devices, part 1 | Bill Nottingham | 2003-06-24 | 1 | -2/+0 |
| | | | | | | | - use nameif - determine device type from file first, and from device name as a fallback - ditto for aliases | ||||
* | - make usernetctl use the nickname instead of the device name | Bill Nottingham | 2003-05-28 | 1 | -3/+2 |
| | | | | | | | - don't look in /etc/sysconfig/networking - fix calling of nameif before the device was loaded - clean up route handling (<harald@redhat.com>) | ||||
* | fix nicknames with profiles (#82246) | Bill Nottingham | 2003-02-11 | 1 | -2/+6 |
| | | | | | | - source 'network' file in ifdown, so we get the current profile - change need_config to look in the various profile directories - pass device to usernetctl, as that's what's linked where usernetctl looks | ||||
* | 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 |
| | | | | | - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings | ||||
* | 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 |
| | | | | just deal with the new location | ||||
* | make sure that PID file exists and is readable before trying to read from it. | Preston Brown | 2002-04-17 | 1 | -1/+1 |
| | | | | CVS ---------------------------------------------------------------------- | ||||
* | 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 |
| | | | | main device | ||||
* | 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 |
| | | | | | | 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. | ||||
* | 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 |
| | | | | | - make loopback addresses have scope 'host', not scope 'global'. This apparently fixes pump. | ||||
* | 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 ↵ | Bill Nottingham | 2001-08-09 | 1 | -1/+1 |
| | | | | pump & dhcpcd arguments (#46942) | ||||
* | 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 |
| | | | | | - add a sleep in check_link_down; some cards take time to negotiate - only expand_config for the static IP case in ifdown | ||||
* | do config expansion (NETMASK, PREFIX, etc) in a function, call it from ↵ | Bill Nottingham | 2001-07-24 | 1 | -0/+2 |
| | | | | ifdown (fixes #49777, #49783) | ||||
* | 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 |
| |