Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) ↵ | Bill Nottingham | 2010-12-06 | 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. | ||||
* | Fix ifdown calling nmcli for NM-managed devices; others are handled by ↵ | Jiří Klimeš | 2010-12-06 | 1 | -0/+5 |
| | | | | ifdown-${DEVICETYPE} (#612934). | ||||
* | Add infiniband mapping (#648524, <monis@voltaire.com>) | Bill Nottingham | 2010-12-06 | 1 | -0/+3 |
| | |||||
* | 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. | Bill Nottingham | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | Redirect error messages to /dev/null to catch if nmcli is not installed. ↵ | Bill Nottingham | 2010-04-09 | 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-04-09 | 1 | -3/+7 |
| | | | | NM for it. | ||||
* | Quote 'name' when passing to get_config_by_name. | Bill Nottingham | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Fix is_nm_active | Bill Nottingham | 2010-04-09 | 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-04-09 | 1 | -0/+5 |
| | |||||
* | Remove quotes from uuid. | Bill Nottingham | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Use NM if it's running and we have a configuration for the device. | Bill Nottingham | 2010-04-09 | 1 | -0/+4 |
| | |||||
* | Add a function that determines the status of NetworkManager; use it. | Bill Nottingham | 2010-04-09 | 1 | -0/+6 |
| | |||||
* | Add get_config_by_name, use it. | Bill Nottingham | 2010-04-09 | 1 | -0/+12 |
| | |||||
* | Add get_config_by_device, adjust caller. | Bill Nottingham | 2010-04-09 | 1 | -4/+10 |
| | |||||
* | 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 |
| | |||||
* | 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 CIPE, IPSEC specific interface support. | Bill Nottingham | 2009-12-10 | 1 | -6/+0 |
| | |||||
* | Remove IUCV support. (#507217) | Bill Nottingham | 2009-10-26 | 1 | -3/+0 |
| | |||||
* | Load bonding driver if BONDING_OPTS is defined. (#516569) | Bill Nottingham | 2009-10-20 | 1 | -0/+2 |
| | |||||
* | Use $(( )) for arithmetic statements instead of let or $[ ]. | Victor Lowther | 2009-07-30 | 1 | -3/+3 |
| | |||||
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -19/+19 |
| | | | | Adapted from <victor.lowther@gmail.com>. | ||||
* | Don't use mii-tool for link status; only use ethtool. | Bill Nottingham | 2009-07-02 | 1 | -13/+3 |
| | | | | Essentially a consequence of bug #491358. | ||||
* | Explicitly source from the proper directory. (#496233) | Bill Nottingham | 2009-04-21 | 1 | -2/+2 |
| | |||||
* | Handle full paths in need_config/source_config by normalizing them (#483257) | Bill Nottingham | 2009-03-16 | 1 | -2/+3 |
| | | | | | | This broke when we fixed the source commands for bash 4. It's not as having configurations outside of /etc/sysconfig/network-scripts was supported, so just normalize any full path passed in to look there. | ||||
* | Remove support for 'ifcfg-foo-bar' configurations that automatically inherit ↵ | Bill Nottingham | 2009-03-16 | 1 | -10/+0 |
| | | | | | | | | from 'ifcfg-foo'. 1) I'm not sure of anything at all that ever supported this except for manual configuration. 2) '-' is a valid character in ethernet device names. So you can't have 'ifcfg-eth0-2' files that work. 3) Having it work for every '-' separated combination, except those that end in 'g' is just strange. | ||||
* | Use a leading path marker when sourcing files. (#482826) | Bill Nottingham | 2009-01-28 | 1 | -4/+4 |
| | | | | bash 4 breaks the prior code. | ||||
* | fixed typo in get_config_by_subchannel() | Harald Hoyer | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | fixed SUBCHANNEL grep for s390 | Harald Hoyer | 2008-11-12 | 1 | -1/+3 |
| | |||||
* | fixed bug #459044 | Harald Hoyer | 2008-11-11 | 1 | -1/+1 |
| | | | | refined the grep statement | ||||
* | Remove reference to rename_device. | Bill Nottingham | 2008-10-03 | 1 | -1/+0 |
| | | | | rename_device no longer exists. | ||||
* | https://bugzilla.redhat.com/show_bug.cgi?id=447928 | Harald Hoyer | 2008-09-16 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Use 0.0.0.0/0, not 0/0. (#460580) | Bill Nottingham | 2008-09-03 | 1 | -1/+1 |
| | | | | Updated iproute doesn't like the old syntax. | ||||
* | Don't try to rename devices - udev rules are the way to go | Bill Nottingham | 2008-05-23 | 1 | -33/+0 |
| | |||||
* | add sit tunnel type (#441635) | Bill Nottingham | 2008-04-09 | 1 | -0/+3 |
| | |||||
* | restore file context on /etc/resolv.conf (#230776, <dwalsh@redhat.com>) | Bill Nottingham | 2007-04-16 | 1 | -0/+1 |
| | |||||
* | fix logic | Bill Nottingham | 2007-02-22 | 1 | -1/+1 |
| | |||||
* | simplify bonding test (#215887, <herbert.xu@redhat.com>) | Bill Nottingham | 2007-01-23 | 1 | -4/+1 |
| | |||||
* | don't run ethtool if there's no device. Prevents reloading the module | Bill Nottingham | 2006-11-06 | 1 | -0/+1 |
| | | | | on ifdown called by udev on device unregistration. | ||||
* | use sysfs interface for bonding (#202443, <agospoda@redhat.com>) | Bill Nottingham | 2006-10-18 | 1 | -0/+13 |
| | |||||
* | move ccwgroup initialization to a udev rule (#199139, #199655, #169161) | Bill Nottingham | 2006-09-27 | 1 | -31/+6 |
| | |||||
* | make test for bonding device a function | Bill Nottingham | 2006-08-01 | 1 | -0/+7 |
| | |||||
* | support LINKDELAY for dhcp (#191137) | Bill Nottingham | 2006-08-01 | 1 | -1/+3 |
| | |||||
* | Consistently exclude backup files when globbing | Miloslav Trmac | 2006-07-27 | 1 | -2/+6 |
| | |||||
* | Simplify the regexp a little | Miloslav Trmac | 2006-07-26 | 1 | -1/+1 |
| |