Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of error message | Bill Nottingham | 2003-11-07 | 1 | -1/+1 |
| | |||||
* | bridging updates (#104421, <dwmw2@redhat.com>) | Bill Nottingham | 2003-10-10 | 1 | -5/+20 |
| | |||||
* | always call 'ip link set *dev* ${DEVICE}', to avoid confusion with | Bill Nottingham | 2003-09-11 | 1 | -10/+10 |
| | | | | other ip parameters (#104187) | ||||
* | bridging support (<dwmw2@redhat.com>) | Bill Nottingham | 2003-09-09 | 1 | -0/+17 |
| | |||||
* | fix bonding+dhcp (#91399); bring bonding device links up, then bring up ↵ | Bill Nottingham | 2003-09-05 | 1 | -0/+8 |
| | | | | slaves, then bring up bonding interface fully | ||||
* | fix use of local | Bill Nottingham | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | fix ethernet device renaming deadlock (yay recursion!) (#101566) | Bill Nottingham | 2003-08-08 | 1 | -1/+2 |
| | |||||
* | fix short-circuit (#101445) | Bill Nottingham | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | allow default window size for routes to be set with WINDOW=... (#98112) | Bill Nottingham | 2003-06-27 | 1 | -3/+3 |
| | |||||
* | support setting device options with ethtool opts | Bill Nottingham | 2003-06-27 | 1 | -0/+8 |
| | |||||
* | more tweaks | Bill Nottingham | 2003-06-24 | 1 | -2/+1 |
| | | | | | | | - 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 | ||||
* | get rid of an extraneous error message | Bill Nottingham | 2003-06-24 | 1 | -1/+1 |
| | |||||
* | support randomly named network devices, part 1 | Bill Nottingham | 2003-06-24 | 1 | -9/+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 | -14/+21 |
| | | | | | | | - don't look in /etc/sysconfig/networking - fix calling of nameif before the device was loaded - clean up route handling (<harald@redhat.com>) | ||||
* | some minor cleanups | Bill Nottingham | 2003-05-02 | 1 | -6/+6 |
| | |||||
* | kill one extraneous grep (#90001, <samuel@bcgreen.com>) | Bill Nottingham | 2003-05-02 | 1 | -2/+1 |
| | |||||
* | revert. chain name change was reverted. | Bill Nottingham | 2003-03-13 | 1 | -4/+4 |
| | |||||
* | handle changed chain name | Bill Nottingham | 2003-02-24 | 1 | -4/+4 |
| | |||||
* | We were hardcoding zeroconf routes to eth0. OOOOPS. | Bill Nottingham | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | fix nicknames with profiles (#82246) | Bill Nottingham | 2003-02-11 | 1 | -2/+3 |
| | | | | | | - 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 | -11/+14 |
| | |||||
* | 802.1Q VLAN support (<tis@foobar.fi>, #82593)r7-05 | Bill Nottingham | 2003-01-31 | 1 | -0/+59 |
| | |||||
* | tweak wording | Bill Nottingham | 2003-01-15 | 1 | -1/+1 |
| | |||||
* | clean up iptables module (#74518) | Bill Nottingham | 2003-01-14 | 1 | -0/+2 |
| | |||||
* | 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, ↵ | Preston Brown | 2002-06-27 | 1 | -1/+1 |
| | | | | someone's device name | ||||
* | 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 |
| | | | | | - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings | ||||
* | 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 ↵ | Preston Brown | 2002-04-17 | 1 | -9/+13 |
| | | | | completed, but before addresses are assigned or DHCP/BOOTP is attempted. This is necessary for some commands (like iwconfig) to work properly. | ||||
* | 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 ↵ | Bill Nottingham | 2002-03-12 | 1 | -9/+2 |
| | | | | (<harald@redhat.com>) | ||||
* | 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, ↵ | Bill Nottingham | 2002-01-25 | 1 | -2/+2 |
| | | | | <Olivier.Baudron@ens.fr>) |