| Commit message (Expand) | Author | Age | Files | Lines |
* | add zeroconf route (#81738) | Bill Nottingham | 2003-01-14 | 1 | -0/+6 |
* | allow setting of scope (#77082) | Bill Nottingham | 2002-11-12 | 1 | -1/+1 |
* | nuke allmulti/promisc setting at alexey's request | Bill Nottingham | 2002-10-12 | 1 | -4/+2 |
* | fix syntax error | Bill Nottingham | 2002-09-04 | 1 | -1/+1 |
* | switch to -I (#71201) | Bill Nottingham | 2002-08-15 | 1 | -1/+1 |
* | fix iptables invocation (#71201) | Bill Nottingham | 2002-08-12 | 1 | -3/+3 |
* | use -n with iptables -L (#70807) | Bill Nottingham | 2002-08-12 | 1 | -1/+1 |
* | use iptables & our lokkit chain | Bill Nottingham | 2002-07-17 | 1 | -5/+4 |
* | - no need to export FWACTIVE | Florian La Roche | 2002-07-05 | 1 | -3/+1 |
* | make sure we don't match default as anything but a route (instead of, say, so... | Preston Brown | 2002-06-27 | 1 | -1/+1 |
* | handle duplicate default routes better. | Preston Brown | 2002-06-27 | 1 | -0/+10 |
* | avoid ifconfig/route, try to avoid duplicate default routes | Preston Brown | 2002-06-27 | 1 | -5/+7 |
* | fix dhcpcd invocation (#67517) | Bill Nottingham | 2002-06-26 | 1 | -1/+1 |
* | - change to /etc/init.d/functions | Florian La Roche | 2002-06-26 | 1 | -3/+1 |
* | don't add network routes when netmask is 255.255.255.255 | Bill Nottingham | 2002-06-26 | 1 | -1/+1 |
* | dhclient support <dsainty@redhat.com> | Bill Nottingham | 2002-06-26 | 1 | -3/+25 |
* | start checking for link again | Bill Nottingham | 2002-05-29 | 1 | -0/+5 |
* | back out again | Bill Nottingham | 2002-04-19 | 1 | -13/+9 |
* | re-merge change | Bill Nottingham | 2002-04-19 | 1 | -9/+13 |
* | back this out for now... i'm paranoid | Bill Nottingham | 2002-04-19 | 1 | -13/+9 |
* | bring up the device (ip link set <device> up) after initialization is complet... | Preston Brown | 2002-04-17 | 1 | -9/+13 |
* | SRCADDR stuff returns | Bill Nottingham | 2002-03-25 | 1 | -4/+14 |
* | revert LVS-related changes | Bill Nottingham | 2002-03-12 | 1 | -14/+4 |
* | just use nameif instead of mucking with the other config files (<harald@redha... | Bill Nottingham | 2002-03-12 | 1 | -9/+2 |
* | initial support for setting source addresses, for LVS | Bill Nottingham | 2002-03-11 | 1 | -4/+14 |
* | don't blowaway pumpargs/dhcpcdargs if they pass in a hostname (#57927, <Olivi... | Bill Nottingham | 2002-01-25 | 1 | -2/+2 |
* | don't loop on bad HWADDR settings (#52285) | Bill Nottingham | 2002-01-25 | 1 | -2/+2 |
* | revert broken code. | Bill Nottingham | 2002-01-02 | 1 | -2/+15 |
* | set the ethernet number with nameif | Harald Hoyer | 2001-11-19 | 1 | -15/+2 |
* | some more DEVICE -> REALDEVICE changes; flush all addresses on bringing down ... | Bill Nottingham | 2001-09-26 | 1 | -15/+8 |
* | need_hostname now returns true or false, doesn't set NEEDHOSTNAME. Some refo... | Preston Brown | 2001-09-25 | 1 | -4/+1 |
* | fix severe alias handling breakage (#52882) | Bill Nottingham | 2001-09-04 | 1 | -5/+12 |
* | source ifup-wireless, so it actually works (#52135) | Bill Nottingham | 2001-08-23 | 1 | -1/+1 |
* | - fix call of check_device_down in ifdown | Bill Nottingham | 2001-08-20 | 1 | -1/+6 |
* | ipx support returns (#51787)r6-20 | Bill Nottingham | 2001-08-15 | 1 | -0/+4 |
* | add is_available() function for network devices; use it. gets rid of horribly... | Bill Nottingham | 2001-08-15 | 1 | -12/+8 |
* | 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 pump... | Bill Nottingham | 2001-08-09 | 1 | -2/+2 |
* | only allow dest port 1025-65535 for DNS replies (#40833, #44038) | Bill Nottingham | 2001-08-09 | 1 | -3/+3 |
* | switch some more things to /sbin/ip; allow adding back of default route for D... | Bill Nottingham | 2001-08-09 | 1 | -2/+2 |
* | use awk, not grep & other cruft (#49616) | Bill Nottingham | 2001-08-07 | 1 | -4/+8 |
* | don't do anything in ifup if we're running under hotplug and $HOTPLUG is set ... | Bill Nottingham | 2001-08-07 | 1 | -0/+4 |
* | don't worry about profiles just now. look for alternate config files that con... | Bill Nottingham | 2001-08-02 | 1 | -2/+11 |
* | don't check for the link to be down; it's not reliable enough | Bill Nottingham | 2001-07-31 | 1 | -5/+0 |
* | take embedded quotes out - it confuses gettext | Bill Nottingham | 2001-07-30 | 1 | -1/+1 |
* | - only bring link down if check_link_down fails | Bill Nottingham | 2001-07-26 | 1 | -0/+1 |
* | do config expansion (NETMASK, PREFIX, etc) in a function, call it from ifdown... | Bill Nottingham | 2001-07-24 | 1 | -15/+1 |
* | fix ifup/ifdown | Bill Nottingham | 2001-07-17 | 1 | -1/+1 |
* | move looking for config files into network-functions (#48741) | Bill Nottingham | 2001-07-11 | 1 | -6/+1 |
* | big ipv6 update from Pekka Savola (<pekkas@netcore.fi>) | Bill Nottingham | 2001-07-11 | 1 | -2/+5 |