aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup
Commit message (Collapse)AuthorAgeFilesLines
* Allow 0 as a vlan tag. (#624704, #635360)Bill Nottingham2010-11-291-1/+1
|
* Remove 'BOOTP' config option. It was considered 'old' in 1997. (Seriously.)Bill Nottingham2010-06-041-5/+0
|
* Clean up some leftover VLAN code; clarify documentation.Bill Nottingham2010-05-131-2/+0
|
* use ip command for vlan instead of vconfigPetr Lautrbach2010-05-131-22/+6
|
* Only use UUID to bring connections up/down; ensure we have a UUID by asking ↵Bill Nottingham2010-03-011-6/+2
| | | | NM for it.
* Quote need_config; needed when identifying configuration by NM's 'name'.Bill Nottingham2010-03-011-1/+1
|
* Use NM if it's running and we have a configuration for the device.Bill Nottingham2010-03-011-0/+9
|
* Eliminate bunch of unnecessary stat calls and command invocations.Ville Skyttä2010-01-121-1/+1
|
* License cleanup.Bill Nottingham2010-01-051-1/+1
|
* Allow changing of VLAN type even if the module is already loaded. (#495053, ↵Bill Nottingham2009-04-091-6/+6
| | | | <pietro@bertera.it>)
* Add vlan support for s390 HSI interfaces. (#490584)Bill Nottingham2009-03-171-1/+1
|
* https://bugzilla.redhat.com/show_bug.cgi?id=447928Harald Hoyer2008-09-161-3/+3
| | | | | | | | All networking scripts from /etc/sysconfig/network-scripts call logger without full path. This can prevent system from booting if let's say dcc is installed when compiled with wrong parameters and installs /usr/sbin/logger (see bellow) It's not really a bug but this can be easily prevented. All /etc/init.d scripts use full path for logger network-scripts should use it also
* work around bash changes (#220887, modified from <nvigier@mandriva.com>)Bill Nottingham2007-09-251-2/+4
|
* license cleanupBill Nottingham2007-08-031-4/+10
|
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* Simplify $DEVICE parsing to get VLAN infoMiloslav Trmac2006-07-281-12/+8
|
* Support (ifup vlan1:0) (#193133)Miloslav Trmac2006-07-281-2/+2
|
* Undefine $WINDOW to avoid conflict with screen(1) (#174336)Miloslav Trmac2006-03-191-0/+2
|
* handle alternate VLAN naming schemes (#115001)Bill Nottingham2005-03-301-8/+20
|
* woopsBill Nottingham2005-03-031-0/+9
|
* ipv6 cleanups (<pb@bieringer.de>)Bill Nottingham2005-03-031-9/+0
|
* split out ifup/ifdown general case to ifup/ifdown-eth; add ifup/ifdown-bnep ↵Bill Nottingham2005-01-191-304/+3
| | | | (<dwmw2@redhat.com>)
* remove pump, dhcpcd support.Bill Nottingham2005-01-121-4/+0
|
* fix various fgreps to not catch commented lines (#136531, expanded from ↵Bill Nottingham2005-01-121-3/+3
| | | | <cww@redhat.com>)
* fix ONxxx (#136531, <cww@redhat.com>)Bill Nottingham2005-01-121-2/+2
|
* set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)Bill Nottingham2005-01-121-0/+3
|
* fix typo (#134787, <bnocera@redhat.com>)Bill Nottingham2004-11-091-1/+1
|
* fix typoBill Nottingham2004-10-181-1/+1
|
* fix GATEWAYDEV (#133375, <pekkas@netcore.fi>)Bill Nottingham2004-10-181-1/+1
|
* shell quoting will EAT YOUR BRANEBill Nottingham2004-09-271-1/+1
|
* fix shell quotingBill Nottingham2004-09-231-1/+1
|
* fix handling of nonexistent devices (#132839)Bill Nottingham2004-09-171-1/+1
|
* Add support for new DHCPv6 client (new DHCPV6C ifcfg variable)r7-73Jason Vas Dias2004-08-271-0/+2
|
* Add support for new DHCPv6 client (new DHCPV6C ifcfg variable)Jason Vas Dias2004-08-271-0/+3
|
* support STP bridging (#123324)Bill Nottingham2004-08-251-0/+1
|
* Allow users to use generic /etc/dhclient.conf if per-device file ↵Jason Vas Dias2004-08-201-1/+8
| | | | non-existent or empty
* spelling :)r7-61-1Bill Nottingham2004-08-111-1/+1
|
* fixed bug #120093: added PERSISTANT_DHCLIENT option to ifcfg filesJason Vas Dias2004-08-111-1/+6
|
* fix bonding + no IP (#127285)Bill Nottingham2004-07-141-0/+7
|
* cleanupBill Nottingham2004-06-081-10/+4
|
* clean up errorsBill Nottingham2004-06-081-1/+1
|
* bonding fixesBill Nottingham2004-06-081-3/+27
| | | | | | - don't enslave before setting the address for static case. - for DHCP, minimize the erorrs (they won't all go away), and make it more robust
* vlan fixes (#107504, <hrunting@texas.net>)Bill Nottingham2004-06-071-3/+3
|
* remove duplicate setting of network routes (#125450)Bill Nottingham2004-06-071-5/+0
|
* support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>)Bill Nottingham2004-05-041-0/+4
|
* 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)