Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix greps to correctly handle comments and quotation | Lukas Nykryn | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | Correctly detect Open vSwitch device types | Thomas Graf | 2013-01-25 | 1 | -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 up | Lukas Nykryn | 2013-01-22 | 1 | -1/+33 |
| | |||||
* | Revert "Use sysfs rather than iwconfig for wireless check" | Bill Nottingham | 2012-11-12 | 1 | -1/+3 |
| | | | | | This reverts commit af401fb40f6dd5139e8468dfe1bd3dafe40e8e93. upstream removed sysfs wireless. How nice. | ||||
* | Allow duplicate address dectection to be disabled | Benjamin Coddington | 2012-08-07 | 1 | -0/+7 |
| | |||||
* | Handle (improper) quoted HWADDR (#835372) | Bill Nottingham | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | check_device_down: Don't bother calling ip to check link state if the device ↵ | Bill Nottingham | 2012-05-02 | 1 | -0/+1 |
| | | | | doesn't exist. | ||||
* | Rename internal tracking variable USE_NM to _use_nm, to more clearly state ↵ | Bill Nottingham | 2012-04-30 | 1 | -2/+2 |
| | | | | it's not for configuration use. | ||||
* | Allow dhclient configuration files for DHCPv6 as well. (#815676) | Bill Nottingham | 2012-04-24 | 1 | -0/+11 |
| | |||||
* | Use NetworkManager-compatible lease file names by default. | Bill Nottingham | 2012-03-09 | 1 | -0/+9 |
| | |||||
* | Allow non-'-s' options in ETHTOOL_OPTS, and allow multiple option types. ↵ | Bill Nottingham | 2011-06-28 | 1 | -1/+15 |
| | | | | (#692410, #693583) | ||||
* | Ensure DHCP_HOSTNAME is a short hostname, seed it from HOSTNAME if needed. ↵ | Bill Nottingham | 2011-05-31 | 1 | -0/+2 |
| | | | | (#697877) | ||||
* | Override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>) | Bill Nottingham | 2011-05-18 | 1 | -0/+5 |
| | |||||
* | Fix index handling for expanded configs <jklimes@redhat.com> | Bill Nottingham | 2011-04-12 | 1 | -1/+1 |
| | |||||
* | Switch the default logging value to error. | Bill Nottingham | 2011-03-25 | 1 | -2/+2 |
| | | | | It's what's used the most. | ||||
* | Make net_log()'s output similar to that of the ipv6 logger. | Bill Nottingham | 2011-03-25 | 1 | -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 Nottingham | 2011-03-25 | 1 | -0/+23 |
| | |||||
* | Fix check for unmanaged devices so it does the right thing with devices NM ↵ | Bill Nottingham | 2011-03-10 | 1 | -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-28 | 1 | -3/+2 |
| | |||||
* | Frob device when calling sysctl, in case of vlans. (#665601, #667211, ↵ | Bill Nottingham | 2011-01-04 | 1 | -0/+1 |
| | | | | <ossman@cendio.se>) | ||||
* | Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) ↵ | Bill Nottingham | 2010-11-30 | 1 | -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 Nottingham | 2010-11-01 | 1 | -0/+3 |
| | |||||
* | Fix ifdown calling nmcli for NM-managed devices; others are handled by ↵ | Jiří Klimeš | 2010-11-01 | 1 | -0/+5 |
| | | | | ifdown-${DEVICETYPE} (#612934). | ||||
* | Cleanup. | Bill Nottingham | 2010-06-24 | 1 | -2/+2 |
| | |||||
* | Handle quoted SUBCHANNELS (#607481) | Bill Nottingham | 2010-06-24 | 1 | -2/+2 |
| | |||||
* | Check NM_CONTROLLED before deciding to use NM for a connection. (#599707, ↵ | Bill Nottingham | 2010-06-04 | 1 | -1/+1 |
| | | | | probably others.) | ||||
* | Behave sanely if we're not passed a device at all. (#589521, #592108) | Bill Nottingham | 2010-05-13 | 1 | -0/+2 |
| | |||||
* | Get rid of a silly error message for loopback devices. | Bill Nottingham | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Update for new nmcli syntax.initscripts-9.12-1 | Bill Nottingham | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | Redirect error messages to /dev/null to catch if nmcli is not installed. ↵ | Bill Nottingham | 2010-03-05 | 1 | -2/+2 |
| | | | | (#570828, <zing@fastmail.fm>) | ||||
* | Only use UUID to bring connections up/down; ensure we have a UUID by asking ↵ | Bill Nottingham | 2010-03-01 | 1 | -3/+7 |
| | | | | NM for it. | ||||
* | Quote 'name' when passing to get_config_by_name. | Bill Nottingham | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | Fix is_nm_active | Bill Nottingham | 2010-03-01 | 1 | -1/+1 |
| | | | | Some versions of nmcli have trailing whitespace. | ||||
* | When bringing devices down, disconnect the device, don't down the connection. | Bill Nottingham | 2010-03-01 | 1 | -0/+5 |
| | |||||
* | Remove quotes from uuid. | Bill Nottingham | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | Use NM if it's running and we have a configuration for the device. | Bill Nottingham | 2010-03-01 | 1 | -0/+4 |
| | |||||
* | Add a function that determines the status of NetworkManager; use it. | Bill Nottingham | 2010-03-01 | 1 | -0/+6 |
| | |||||
* | Add get_config_by_name, use it. | Bill Nottingham | 2010-03-01 | 1 | -0/+12 |
| | |||||
* | Add get_config_by_device, adjust caller. | Bill Nottingham | 2010-03-01 | 1 | -3/+9 |
| | |||||
* | Make sure we default to 'ok' if link checking fails. | Bill Nottingham | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | Don't use ethtool to check for device w/bonding driver; just check that the ↵ | Bill Nottingham | 2010-02-15 | 1 | -1/+1 |
| | | | | | | | passed device exists. If they have a device that already exists but isn't a bond, the later add will fail anyway. | ||||
* | Don't use ethtool to check link ; operate on the carrier sysfs attribute. | Bill Nottingham | 2010-02-15 | 1 | -20/+1 |
| | |||||
* | Fix various device checks to not misidentify devices. | Bill Nottingham | 2010-02-12 | 1 | -14/+4 |
| | | | | | Also, don't use ifconfig for checking link state on alias devices; /sbin/ip does fine with that. | ||||
* | If HWADDR is set and DEVICE is not, use HWADDR to determine DEVICE. (#545597) | Bill Nottingham | 2010-01-22 | 1 | -6/+7 |
| | |||||
* | Eliminate bunch of unnecessary stat calls and command invocations. | Ville Skyttä | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Get rid of uses of deprecated egrep and fgrep. | Ville Skyttä | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Fix some bashisms. | Ville Skyttä | 2010-01-07 | 1 | -4/+4 |
| | |||||
* | Use sysfs rather than iwconfig for wireless check | Adel Gadllah | 2010-01-04 | 1 | -3/+1 |
| | |||||
* | Silence error. (#516569) | Bill Nottingham | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | Remove IUCV support. (#507217) | Bill Nottingham | 2009-10-26 | 1 | -3/+0 |
| |