Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network_function: return immediately when device is present | Lukas Nykryn | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | network-functions: grep->fgrep in bonding masters matching | Lukas Nykryn | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | is_available_wait: properly propage return value from is_available | Lukas Nykryn | 2014-09-17 | 1 | -1/+4 |
| | |||||
* | network-functions: improve bonding_masters grep | Lukas Nykryn | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | kudos to john.haxby@oracle.com Conflicts: sysconfig/network-scripts/network-functions | ||||
* | ifup: if we were unable to determine DEVICE always call nmcli up | Lukas Nykryn | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | ifup-tunnel: call ifup-ipv6 in the end | Lukas Nykryn | 2014-09-16 | 1 | -0/+3 |
| | |||||
* | ifup: also set multicast_snooping after the bridge is up | Lukas Nykryn | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | ifup-eth: some options for bridge can be applied after the bridge is up | Lukas Nykryn | 2014-09-16 | 1 | -0/+10 |
| | | | | | Conflicts: sysconfig/network-scripts/ifup-eth | ||||
* | custom naming for VLAN devices | Lukas Nykryn | 2014-09-16 | 1 | -15/+22 |
| | |||||
* | ifup-wireless: add support for wowlan (second part) | Eduardo Minguez | 2014-09-16 | 1 | -0/+5 |
| | |||||
* | ifup-wireless: add support for wowlan | Eduardo Minguez | 2014-09-16 | 1 | -0/+5 |
| | | | | | Conflicts: sysconfig/network-scripts/ifup-wireless | ||||
* | network-functions: ETHTOOL_DELAY introduction patch | Lukas Nykryn | 2014-09-09 | 1 | -0/+1 |
| | |||||
* | ifup-aliases: improve duplicate address detection | Lukas Nykryn | 2014-07-24 | 1 | -6/+8 |
| | | | | | Conflicts: sysconfig/network-scripts/ifup-aliases | ||||
* | network-functions: handle BONDING_OPTS better | Jirka Klimes | 2014-07-24 | 1 | -3/+29 |
| | |||||
* | bridging: add possibility to set prio and ageing | Lukas Nykryn | 2014-07-24 | 1 | -0/+2 |
| | |||||
* | network: add support for team devices | Jiri Pirko | 2014-07-24 | 2 | -0/+20 |
| | | | | | | | | | | | | | | | | | | Currently, team masters and slaves are supported via ifup-Team* and ifdown-Team* scripts shipped in teamd package. It uses somehow ugly workaround where user have to specify DEVIVETYPE to "Team" or "TeamPort". This turned out to be non-optimal solution as this is confusing users. Also it does not work when TYPE is set. So fix this by adding the team support hooks directly into initscripts. Now for team port, user needs only to set: TEAM_MASTER="teamx" and for team master, user needs only to set: TEAM_CONFIG="...whatever..." Signed-off-by: Jiri Pirko <jiri@resnulli.us> | ||||
* | add configurable DEVTIMEOUT | Lukas Nykryn | 2014-04-02 | 3 | -2/+19 |
| | |||||
* | is_nm_handling: fix RE | Lukas Nykryn | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | network: try to not compete with NM during boot | Lukas Nykryn | 2014-03-11 | 2 | -0/+6 |
| | |||||
* | update ifup/ifdown NetworkManager interaction once more(#1036701, #1061810) | Lukas Nykryn | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | update ifup/ifdown NetworkManager interaction (#1036701, #1061810) | Lukas Nykryn | 2014-02-12 | 2 | -3/+4 |
| | |||||
* | Delete IPX support. | Bill Nottingham | 2014-01-15 | 2 | -45/+0 |
| | | | | | | | Conflicts: rc.d/init.d/network sysconfig.txt sysconfig/network-scripts/ifup-ipx | ||||
* | use iw instead of iwconfig and friends (#915343) | Lukas Nykryn | 2013-12-04 | 1 | -79/+21 |
| | |||||
* | ifdown: fix typo in nmcli call (#1006222) | Lukas Nykryn | 2013-09-10 | 1 | -2/+2 |
| | |||||
* | update functions who call nmcli (#1002958) | Lukas Nykryn | 2013-08-30 | 2 | -3/+3 |
| | |||||
* | install_bonding_driver: drop check for existing device (#991335) | Lukas Nykryn | 2013-08-19 | 1 | -1/+0 |
| | | | | | Install_bonding_driver is now doing more that loading kernel driver, so that check is not correct. | ||||
* | consider IPV6INIT undefined as YES | Lukas Nykryn | 2013-08-19 | 5 | -9/+9 |
| | |||||
* | ifup-eth: print error only if arping is really called (#974603) | Václav Pavlín | 2013-06-17 | 1 | -5/+6 |
| | |||||
* | Tweak ifup/ifdown usage and man page to more clearly state that they refer ↵ | Bill Nottingham | 2013-05-24 | 2 | -4/+4 |
| | | | | to configurations, not devices. | ||||
* | network-functions: to determine state of nscd check socket not lock (#960779) | Lukas Nykryn | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | try dhcpv6 after v4 failed | Lukas Nykryn | 2013-04-12 | 1 | -2/+20 |
| | |||||
* | Reload sysctl settings for vlans on ifup | Václav Pavlín | 2013-04-09 | 1 | -0/+2 |
| | |||||
* | replace tunctl with ip tuntap (#947875) | Lukas Nykryn | 2013-04-09 | 2 | -8/+8 |
| | |||||
* | ifup-eth: ignore arping errors (#928379) | Lukas Nykryn | 2013-04-08 | 1 | -1/+2 |
| | |||||
* | call flush addresses with scope global | Lukas Nykryn | 2013-04-03 | 1 | -2/+2 |
| | |||||
* | ifdown: don't call nmcli on interface that is alread down | Lukas Nykryn | 2013-04-02 | 1 | -2/+5 |
| | |||||
* | set net.ipv6.conf..autoconf in ifup-ipv6 | Lukas Nykryn | 2013-04-02 | 1 | -0/+1 |
| | |||||
* | bonding: set master up before slaves | Lukas Nykryn | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | add ipip6 tunneling support (#928232, raorn@raorn.name) | Lukas Nykryn | 2013-03-27 | 3 | -4/+11 |
| | |||||
* | skip nmcli for wireless device (#863707) | Lukas Nykryn | 2013-03-14 | 1 | -0/+3 |
| | | | | | When NetworkMangaer is running and Wireless connection is handled by it, skip calling nmcli for this connection on boot. | ||||
* | Fix greps to correctly handle comments and quotation | Lukas Nykryn | 2013-02-26 | 3 | -3/+3 |
| | |||||
* | 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 | 2 | -28/+37 |
| | |||||
* | check an IP address for existence in ifup-alias (#852005) | Lukas Nykryn | 2013-01-21 | 1 | -0/+9 |
| | |||||
* | Sync FSF address with GPL 2 text. | Ville Skyttä | 2013-01-20 | 6 | -6/+6 |
| | |||||
* | Readd missing shebang. (#885821) | Bill Nottingham | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Also do firewall zone poking before ifup-ipv6, for DHCPv6 (#802415, modified ↵ | Bill Nottingham | 2012-12-07 | 1 | -0/+5 |
| | | | | from <jpopelka@redhat.com>) | ||||
* | 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. | ||||
* | Fix calling of firewall-cmd in ifup-post/ifdown-post. | Jiri Popelka | 2012-10-08 | 2 | -2/+2 |
| | | | | firewall-cmd has been using combined longopts since 0.2.6 | ||||
* | Be less strict about VLAN name (#505314) | Václav Pavlín | 2012-09-05 | 1 | -4/+1 |
| |