aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup
Commit message (Collapse)AuthorAgeFilesLines
* oh wait, not on -HEADBill Nottingham2004-01-281-1/+1
|
* add another catch for bonding devicesBill Nottingham2004-01-281-1/+1
|
* get rid of error messageBill Nottingham2003-11-071-1/+1
|
* bridging updates (#104421, <dwmw2@redhat.com>)Bill Nottingham2003-10-101-5/+20
|
* always call 'ip link set *dev* ${DEVICE}', to avoid confusion withBill Nottingham2003-09-111-10/+10
| | | | other ip parameters (#104187)
* bridging support (<dwmw2@redhat.com>)Bill Nottingham2003-09-091-0/+17
|
* fix bonding+dhcp (#91399); bring bonding device links up, then bring up ↵Bill Nottingham2003-09-051-0/+8
| | | | slaves, then bring up bonding interface fully
* fix use of localBill Nottingham2003-08-201-1/+1
|
* fix ethernet device renaming deadlock (yay recursion!) (#101566)Bill Nottingham2003-08-081-1/+2
|
* fix short-circuit (#101445)Bill Nottingham2003-08-011-1/+1
|
* allow default window size for routes to be set with WINDOW=... (#98112)Bill Nottingham2003-06-271-3/+3
|
* support setting device options with ethtool optsBill Nottingham2003-06-271-0/+8
|
* more tweaksBill Nottingham2003-06-241-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 messageBill Nottingham2003-06-241-1/+1
|
* support randomly named network devices, part 1Bill Nottingham2003-06-241-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 nameBill Nottingham2003-05-281-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 cleanupsBill Nottingham2003-05-021-6/+6
|
* kill one extraneous grep (#90001, <samuel@bcgreen.com>)Bill Nottingham2003-05-021-2/+1
|
* revert. chain name change was reverted.Bill Nottingham2003-03-131-4/+4
|
* handle changed chain nameBill Nottingham2003-02-241-4/+4
|
* We were hardcoding zeroconf routes to eth0. OOOOPS.Bill Nottingham2003-02-191-1/+1
|
* fix nicknames with profiles (#82246)Bill Nottingham2003-02-111-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 Nottingham2003-02-041-11/+14
|
* 802.1Q VLAN support (<tis@foobar.fi>, #82593)r7-05Bill Nottingham2003-01-311-0/+59
|
* tweak wordingBill Nottingham2003-01-151-1/+1
|
* clean up iptables module (#74518)Bill Nottingham2003-01-141-0/+2
|
* add zeroconf route (#81738)Bill Nottingham2003-01-141-0/+6
|
* allow setting of scope (#77082)Bill Nottingham2002-11-121-1/+1
|
* nuke allmulti/promisc setting at alexey's requestBill Nottingham2002-10-121-4/+2
|
* fix syntax errorBill Nottingham2002-09-041-1/+1
|
* switch to -I (#71201)Bill Nottingham2002-08-151-1/+1
|
* fix iptables invocation (#71201)Bill Nottingham2002-08-121-3/+3
|
* use -n with iptables -L (#70807)Bill Nottingham2002-08-121-1/+1
|
* use iptables & our lokkit chainBill Nottingham2002-07-171-5/+4
|
* - no need to export FWACTIVEFlorian La Roche2002-07-051-3/+1
|
* make sure we don't match default as anything but a route (instead of, say, ↵Preston Brown2002-06-271-1/+1
| | | | someone's device name
* handle duplicate default routes better.Preston Brown2002-06-271-0/+10
|
* avoid ifconfig/route, try to avoid duplicate default routesPreston Brown2002-06-271-5/+7
|
* fix dhcpcd invocation (#67517)Bill Nottingham2002-06-261-1/+1
|
* - change to /etc/init.d/functionsFlorian La Roche2002-06-261-3/+1
| | | | | - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings
* don't add network routes when netmask is 255.255.255.255Bill Nottingham2002-06-261-1/+1
|
* dhclient support <dsainty@redhat.com>Bill Nottingham2002-06-261-3/+25
|
* start checking for link againBill Nottingham2002-05-291-0/+5
|
* back out againBill Nottingham2002-04-191-13/+9
|
* re-merge changeBill Nottingham2002-04-191-9/+13
|
* back this out for now... i'm paranoidBill Nottingham2002-04-191-13/+9
|
* bring up the device (ip link set <device> up) after initialization is ↵Preston Brown2002-04-171-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 returnsBill Nottingham2002-03-251-4/+14
|
* revert LVS-related changesBill Nottingham2002-03-121-14/+4
|
* just use nameif instead of mucking with the other config files ↵Bill Nottingham2002-03-121-9/+2
| | | | (<harald@redhat.com>)