aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-164/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* ifup: add support for VLAN_EGRESS_PRIORITY_MAPLukas Nykryn2017-04-111-0/+2
|
* [3/3] Remove tabs and fix spacing: ifup/ifdown scriptsPhil Dibowitz2016-10-121-48/+46
|
* ifup: don't call nmcli on any lo deviceLukas Nykryn2016-06-161-1/+1
| | | | Resolves: #1336869
* ifup: don't call NM for loopbackLukas Nykryn2015-05-061-1/+1
|
* ifup: add missing quotesLukas Nykryn2015-04-241-1/+1
|
* ifup: fix typoLukas Nykryn2014-12-161-1/+1
|
* ifup,vlan: fix typoLukas Nykryn2014-10-241-1/+1
|
* add configurable DEVTIMEOUTLukas Nykryn2014-10-071-1/+1
|
* ifup: if we were unable to determine DEVICE always call nmcli upLukas Nykryn2014-09-161-1/+1
|
* custom naming for VLAN devicesLukas Nykryn2014-09-091-15/+22
|
* network: try to not compete with NM during bootLukas Nykryn2014-03-111-0/+1
|
* Tweak ifup/ifdown usage and man page to more clearly state that they refer ↵Bill Nottingham2013-05-241-2/+2
| | | | to configurations, not devices.
* Reload sysctl settings for vlans on ifupVáclav Pavlín2013-04-091-0/+2
|
* skip nmcli for wireless device (#863707)Lukas Nykryn2013-03-141-0/+3
| | | | | When NetworkMangaer is running and Wireless connection is handled by it, skip calling nmcli for this connection on boot.
* Sync FSF address with GPL 2 text.Ville Skyttä2013-01-201-1/+1
|
* Rename internal tracking variable USE_NM to _use_nm, to more clearly state ↵Bill Nottingham2012-04-301-1/+1
| | | | it's not for configuration use.
* Fix typo. (#802055, <lubek@users.sourceforge.net>)Bill Nottingham2012-03-121-1/+1
|
* Allow for ifup-$TYPE/ifdown-$TYPE as well.Bill Nottingham2012-02-011-0/+4
| | | | This allows extending scripts without having to modifiy the case statement in network-functions each time.
* Use net_log where appropriate.Bill Nottingham2011-03-251-4/+4
|
* Add GVRP support (#597598, <tomek@jot23.org>)Bill Nottingham2011-02-281-1/+5
|
* remove network device naming requirement from VLAN devicesMatt Domsch2011-02-251-2/+2
|
* 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
|