aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/network-functions
Commit message (Collapse)AuthorAgeFilesLines
* 9.70-sync: sysconfig/network-scripts/* updated - part 2David Kaspar [Dee'Kej]2017-03-221-287/+323
| | | | | This commit contains a lot of whitespace changes. Use 'git diff --ignore-all-space' to display the relevant changes.
* network: load NetworkManager connection via dbusPetr Horáček2017-02-141-1/+9
| | | | | Use dbus to refresh configuration files for NetworkManager in order to make ifup and ifdown faster.
* network: check for running NetworkManager via dbusPetr Horáček2017-02-141-1/+5
| | | | Use dbus instead of nmcli to make ifup command faster.
* ifup: don't call nmcli on any lo deviceLukas Nykryn2016-06-161-1/+1
| | | | Resolves: #1336869
* source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=noThomas Haller2016-06-131-4/+6
| | | | | Cherry-picked from: 61fb1cb Resolves: #1345919
* network-functions: is_available_wait should wait even in the case that ↵Lukas Nykryn2016-05-261-4/+2
| | | | | | | is_available returns 2 Cherry-picked from: 1f230a3d2e2733e30577c91645005801ab2c0f40 Resolves: #1339648
* network-functions: fix wireless detectionLukas Nykryn2015-08-071-1/+1
|
* network-functions: reeplace iwconfig with iwValdis Kletnieks2015-07-011-2/+2
|
* network-functions: fix check in install_bonding_driverLukas Nykryn2015-05-061-1/+1
|
* network-functions: fix change_resolv_conf after grep updateLukas Nykryn2015-05-061-4/+4
|
* network_function: return immediately when device is presentLukas Nykryn2014-09-231-1/+1
|
* network-functions: grep->fgrep in bonding masters matchingLukas Nykryn2014-09-191-1/+1
|
* is_available_wait: properly propage return value from is_availableLukas Nykryn2014-09-171-1/+4
|
* network-functions: improve bonding_masters grepLukas Nykryn2014-09-161-1/+1
| | | | | | | kudos to john.haxby@oracle.com Conflicts: sysconfig/network-scripts/network-functions
* ifup-wireless: add support for wowlan (second part)Eduardo Minguez2014-09-161-0/+5
|
* network-functions: ETHTOOL_DELAY introduction patchLukas Nykryn2014-09-091-0/+1
|
* network-functions: handle BONDING_OPTS betterJirka Klimes2014-07-241-3/+29
|
* add configurable DEVTIMEOUTLukas Nykryn2014-04-021-0/+17
|
* is_nm_handling: fix RELukas Nykryn2014-04-011-1/+1
|
* network: try to not compete with NM during bootLukas Nykryn2014-03-111-0/+5
|
* update ifup/ifdown NetworkManager interaction (#1036701, #1061810)Lukas Nykryn2014-02-121-2/+3
|
* update functions who call nmcli (#1002958)Lukas Nykryn2013-08-301-2/+2
|
* install_bonding_driver: drop check for existing device (#991335)Lukas Nykryn2013-08-191-1/+0
| | | | | Install_bonding_driver is now doing more that loading kernel driver, so that check is not correct.
* network-functions: to determine state of nscd check socket not lock (#960779)Lukas Nykryn2013-05-221-1/+1
|
* add ipip6 tunneling support (#928232, raorn@raorn.name)Lukas Nykryn2013-03-271-1/+1
|
* Fix greps to correctly handle comments and quotationLukas Nykryn2013-02-261-1/+1
|
* Correctly detect Open vSwitch device typesThomas Graf2013-01-251-0/+3
| | | | | | | | | | | | | ifup-ovs in the openvswitch package uses the types: - OVSBridge - OVSPort - OVSIntPort - OVSBond to configure the various Open vSwitch device types. Automatically detecting these avoids the need to pass in DEVICETYPE=ovs or to name all bridge "ovsN".
* Sets BONDING_OPTS before interface is brougth upLukas Nykryn2013-01-221-1/+33
|
* Revert "Use sysfs rather than iwconfig for wireless check"Bill Nottingham2012-11-121-1/+3
| | | | | This reverts commit af401fb40f6dd5139e8468dfe1bd3dafe40e8e93. upstream removed sysfs wireless. How nice.
* Allow duplicate address dectection to be disabledBenjamin Coddington2012-08-071-0/+7
|
* Handle (improper) quoted HWADDR (#835372)Bill Nottingham2012-06-261-1/+1
|
* check_device_down: Don't bother calling ip to check link state if the device ↵Bill Nottingham2012-05-021-0/+1
| | | | doesn't exist.
* Rename internal tracking variable USE_NM to _use_nm, to more clearly state ↵Bill Nottingham2012-04-301-2/+2
| | | | it's not for configuration use.
* Allow dhclient configuration files for DHCPv6 as well. (#815676)Bill Nottingham2012-04-241-0/+11
|
* Use NetworkManager-compatible lease file names by default.Bill Nottingham2012-03-091-0/+9
|
* Allow non-'-s' options in ETHTOOL_OPTS, and allow multiple option types. ↵Bill Nottingham2011-06-281-1/+15
| | | | (#692410, #693583)
* Ensure DHCP_HOSTNAME is a short hostname, seed it from HOSTNAME if needed. ↵Bill Nottingham2011-05-311-0/+2
| | | | (#697877)
* Override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>)Bill Nottingham2011-05-181-0/+5
|
* Fix index handling for expanded configs <jklimes@redhat.com>Bill Nottingham2011-04-121-1/+1
|
* Switch the default logging value to error.Bill Nottingham2011-03-251-2/+2
| | | | It's what's used the most.
* Make net_log()'s output similar to that of the ipv6 logger.Bill Nottingham2011-03-251-1/+16
| | | | This will cause output strings to change, of course, so it's not really appropriate for earlier releases.
* Add a net_log() function. (#507515, #689525)Bill Nottingham2011-03-251-0/+23
|
* Fix check for unmanaged devices so it does the right thing with devices NM ↵Bill Nottingham2011-03-101-1/+1
| | | | | | doesn't know about at all. (#670154) It was returning nonexistent devices, or devies NM knew nothing about (bridges), as being managed.
* Drop some unnecessary command invocations.Ville Skyttä2011-02-281-3/+2
|
* Frob device when calling sysctl, in case of vlans. (#665601, #667211, ↵Bill Nottingham2011-01-041-0/+1
| | | | <ossman@cendio.se>)
* Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) ↵Bill Nottingham2010-11-301-10/+26
| | | | | | | | Adapted from <jklimes@redhat.com> In addition to legacy IP aliases, this commit adds a support for configuring mupliple IPs via single ifcfg file. It uses the same syntax and behaviour as NetworkManager.
* Add infiniband mapping (#648524, <monis@voltaire.com>)Bill Nottingham2010-11-011-0/+3
|
* Fix ifdown calling nmcli for NM-managed devices; others are handled by ↵Jiří Klimeš2010-11-011-0/+5
| | | | ifdown-${DEVICETYPE} (#612934).
* Cleanup.Bill Nottingham2010-06-241-2/+2
|
* Handle quoted SUBCHANNELS (#607481)Bill Nottingham2010-06-241-2/+2
|