aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup
Commit message (Collapse)AuthorAgeFilesLines
* 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>)
* initial support for setting source addresses, for LVSBill Nottingham2002-03-111-4/+14
|
* don't blowaway pumpargs/dhcpcdargs if they pass in a hostname (#57927, ↵Bill Nottingham2002-01-251-2/+2
| | | | <Olivier.Baudron@ens.fr>)
* don't loop on bad HWADDR settings (#52285)Bill Nottingham2002-01-251-2/+2
|
* revert broken code.Bill Nottingham2002-01-021-2/+15
| | | | | To set HW address, use MACADDR, not HWADDR. HWADDR is used to tie a configuration to a particular card, even if its device name changes.
* set the ethernet number with nameifHarald Hoyer2001-11-191-15/+2
|
* some more DEVICE -> REALDEVICE changes; flush all addresses on bringing down ↵Bill Nottingham2001-09-261-15/+8
| | | | main device
* need_hostname now returns true or false, doesn't set NEEDHOSTNAME. Some ↵Preston Brown2001-09-251-4/+1
| | | | reformatting fixes.
* fix severe alias handling breakage (#52882)Bill Nottingham2001-09-041-5/+12
|
* source ifup-wireless, so it actually works (#52135)Bill Nottingham2001-08-231-1/+1
|
* - fix call of check_device_down in ifdownBill Nottingham2001-08-201-1/+6
| | | | | - make loopback addresses have scope 'host', not scope 'global'. This apparently fixes pump.
* ipx support returns (#51787)r6-20Bill Nottingham2001-08-151-0/+4
|
* add is_available() function for network devices; use it. gets rid of ↵Bill Nottingham2001-08-151-12/+8
| | | | horribly ugly modprobe messages
* behave sanely if ifup is called with dhcpcd already running (#49392, #51038)Bill Nottingham2001-08-091-2/+2
|
* just kill dhcpcd, don't use dhcpcd -k. also, allow setting of additional ↵Bill Nottingham2001-08-091-2/+2
| | | | pump & dhcpcd arguments (#46942)
* only allow dest port 1025-65535 for DNS replies (#40833, #44038)Bill Nottingham2001-08-091-3/+3
|
* switch some more things to /sbin/ip; allow adding back of default route for ↵Bill Nottingham2001-08-091-2/+2
| | | | DHCP devices (#48994)
* use awk, not grep & other cruft (#49616)Bill Nottingham2001-08-071-4/+8
| | | | | exit happily if ifup is called on a device that doesn't exist and has no alias (fixes all those nasty PCMCIA onboot complaints)
* don't do anything in ifup if we're running under hotplug and $HOTPLUG is set ↵Bill Nottingham2001-08-071-0/+4
| | | | to 'no'
* don't worry about profiles just now. look for alternate config files that ↵Bill Nottingham2001-08-021-2/+11
| | | | contain the correct MAC address for the adapter
* don't check for the link to be down; it's not reliable enoughBill Nottingham2001-07-311-5/+0
|
* take embedded quotes out - it confuses gettextBill Nottingham2001-07-301-1/+1
|