aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/network-functions
Commit message (Expand)AuthorAgeFilesLines
* Update for new nmcli syntax.Bill Nottingham2010-05-051-2/+2
* Redirect error messages to /dev/null to catch if nmcli is not installed. (#57...Bill Nottingham2010-04-091-2/+2
* Only use UUID to bring connections up/down; ensure we have a UUID by asking N...Bill Nottingham2010-04-091-3/+7
* Quote 'name' when passing to get_config_by_name.Bill Nottingham2010-04-091-1/+1
* Fix is_nm_activeBill Nottingham2010-04-091-1/+1
* When bringing devices down, disconnect the device, don't down the connection.Bill Nottingham2010-04-091-0/+5
* Remove quotes from uuid.Bill Nottingham2010-04-091-1/+1
* Use NM if it's running and we have a configuration for the device.Bill Nottingham2010-04-091-0/+4
* Add a function that determines the status of NetworkManager; use it.Bill Nottingham2010-04-091-0/+6
* Add get_config_by_name, use it.Bill Nottingham2010-04-091-0/+12
* Add get_config_by_device, adjust caller.Bill Nottingham2010-04-091-4/+10
* Fix various device checks to not misidentify devices.Bill Nottingham2010-02-121-14/+4
* If HWADDR is set and DEVICE is not, use HWADDR to determine DEVICE. (#545597)Bill Nottingham2010-01-221-6/+7
* Use sysfs rather than iwconfig for wireless checkAdel Gadllah2010-01-041-3/+1
* Silence error. (#516569)Bill Nottingham2009-12-151-1/+1
* Remove CIPE, IPSEC specific interface support.Bill Nottingham2009-12-101-6/+0
* Remove IUCV support. (#507217)Bill Nottingham2009-10-261-3/+0
* Load bonding driver if BONDING_OPTS is defined. (#516569)Bill Nottingham2009-10-201-0/+2
* Use $(( )) for arithmetic statements instead of let or $[ ].Victor Lowther2009-07-301-3/+3
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-19/+19
* Don't use mii-tool for link status; only use ethtool.Bill Nottingham2009-07-021-13/+3
* Explicitly source from the proper directory. (#496233)Bill Nottingham2009-04-211-2/+2
* Handle full paths in need_config/source_config by normalizing them (#483257)Bill Nottingham2009-03-161-2/+3
* Remove support for 'ifcfg-foo-bar' configurations that automatically inherit ...Bill Nottingham2009-03-161-10/+0
* Use a leading path marker when sourcing files. (#482826)Bill Nottingham2009-01-281-4/+4
* fixed typo in get_config_by_subchannel()Harald Hoyer2008-11-251-1/+1
* fixed SUBCHANNEL grep for s390Harald Hoyer2008-11-121-1/+3
* fixed bug #459044Harald Hoyer2008-11-111-1/+1
* Remove reference to rename_device.Bill Nottingham2008-10-031-1/+0
* https://bugzilla.redhat.com/show_bug.cgi?id=447928Harald Hoyer2008-09-161-1/+1
* Use 0.0.0.0/0, not 0/0. (#460580)Bill Nottingham2008-09-031-1/+1
* Don't try to rename devices - udev rules are the way to goBill Nottingham2008-05-231-33/+0
* add sit tunnel type (#441635)Bill Nottingham2008-04-091-0/+3
* restore file context on /etc/resolv.conf (#230776, <dwalsh@redhat.com>)Bill Nottingham2007-04-161-0/+1
* fix logicBill Nottingham2007-02-221-1/+1
* simplify bonding test (#215887, <herbert.xu@redhat.com>)Bill Nottingham2007-01-231-4/+1
* don't run ethtool if there's no device. Prevents reloading the moduleBill Nottingham2006-11-061-0/+1
* use sysfs interface for bonding (#202443, <agospoda@redhat.com>)Bill Nottingham2006-10-181-0/+13
* move ccwgroup initialization to a udev rule (#199139, #199655, #169161)Bill Nottingham2006-09-271-31/+6
* make test for bonding device a functionBill Nottingham2006-08-011-0/+7
* support LINKDELAY for dhcp (#191137)Bill Nottingham2006-08-011-1/+3
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-271-2/+6
* Simplify the regexp a littleMiloslav Trmac2006-07-261-1/+1
* Handle ifcfg files not named ifcfg-$DEVICE (based on a patch byMiloslav Trmac2006-07-261-2/+10
* Avoid an unnecessary cat / sed.Miloslav Trmac2006-07-261-10/+8
* Oops, set $alias like the previous version did. Document this part of theMiloslav Trmac2006-07-261-2/+4
* Use the alias value to lookup an install line.Miloslav Trmac2006-07-261-5/+12
* Allow (:) as a "do-nothing" module install command (patch by Michal JaegermannMiloslav Trmac2006-07-261-1/+2
* GRE and IPIP tunnel support (#168990, based on patches byMiloslav Trmac2006-07-251-2/+4
* Add METRIC= support for default routes (#124045)Miloslav Trmac2006-05-101-8/+14