aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* ifup-eth: some options for bridge can be applied after the bridge is upLukas Nykryn2014-04-291-0/+10
| | | | | Conflicts: sysconfig/network-scripts/ifup-eth
* move ppp support to ppp packageLukas Nykryn2014-04-242-208/+0
|
* is_nm_handling: fix RELukas Nykryn2014-04-011-1/+1
|
* bonding: match whole name of interfaceLuke Bigum2014-03-311-1/+1
|
* network: add support for team devicesJiri Pirko2014-03-312-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>
* ifup-wireless: fix syntax errorkc8hfi@gmail.com2014-03-311-1/+1
|
* bridging: add possibility to set prio and ageingLukas Nykryn2014-03-191-0/+2
|
* ifup: add possibility to specify value for -w parameter of arpingLukas Nykryn2014-03-192-2/+2
|
* network: try to not compete with NM during bootLukas Nykryn2014-03-112-0/+6
|
* update ifup/ifdown NetworkManager interaction once more(#1036701, #1061810)Lukas Nykryn2014-03-031-1/+1
|
* network: modify ifup-wireless so it doesn't call exitPavel Šimerda2014-02-191-11/+14
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1057635
* update ifup/ifdown NetworkManager interaction (#1036701, #1061810)Lukas Nykryn2014-02-132-3/+4
|
* Delete IPX support.Bill Nottingham2014-01-152-45/+0
| | | | | | | Conflicts: rc.d/init.d/network sysconfig.txt sysconfig/network-scripts/ifup-ipx
* ifdown: fix typo in nmcli call (#1006222)Lukas Nykryn2014-01-141-2/+2
|
* update functions who call nmcli (#1002958)Lukas Nykryn2014-01-142-3/+3
|
* use iw instead of iwconfig and friends (#915343)Lukas Nykryn2013-12-101-79/+21
|
* ifup-eth: fix typo in error message (#1038776)Václav Pavlín2013-12-061-1/+1
|
* install_bonding_driver: drop check for existing device (#991335)Lukas Nykryn2013-08-051-1/+0
| | | | | Install_bonding_driver is now doing more that loading kernel driver, so that check is not correct.
* consider IPV6INIT undefined as YESLukas Nykryn2013-07-295-9/+9
|
* drop useless variables from /etc/sysconfig/initLukas Nykryn2013-07-112-12/+0
|
* ifup-eth: print error only if arping is really called (#974603)Václav Pavlín2013-06-171-5/+6
|
* Tweak ifup/ifdown usage and man page to more clearly state that they refer ↵Bill Nottingham2013-05-242-4/+4
| | | | to configurations, not devices.
* network-functions: to determine state of nscd check socket not lock (#960779)Lukas Nykryn2013-05-221-1/+1
|
* try dhcpv6 after v4 failedLukas Nykryn2013-04-121-2/+20
|
* Reload sysctl settings for vlans on ifupVáclav Pavlín2013-04-091-0/+2
|
* replace tunctl with ip tuntap (#947875)Lukas Nykryn2013-04-092-8/+8
|
* ifup-eth: ignore arping errors (#928379)Lukas Nykryn2013-04-081-1/+2
|
* call flush addresses with scope globalLukas Nykryn2013-04-031-2/+2
|
* ifdown: don't call nmcli on interface that is alread downLukas Nykryn2013-04-021-2/+5
|
* set net.ipv6.conf..autoconf in ifup-ipv6Lukas Nykryn2013-04-021-0/+1
|
* bonding: set master up before slavesLukas Nykryn2013-04-021-1/+1
|
* add ipip6 tunneling support (#928232, raorn@raorn.name)Lukas Nykryn2013-03-273-4/+11
|
* skip nmcli for wireless device (#863707)Lukas Nykryn2013-03-141-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 quotationLukas Nykryn2013-02-263-3/+3
|
* 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-222-28/+37
|
* check an IP address for existence in ifup-alias (#852005)Lukas Nykryn2013-01-211-0/+9
|
* Sync FSF address with GPL 2 text.Ville Skyttä2013-01-206-6/+6
|
* Readd missing shebang. (#885821)Bill Nottingham2012-12-101-1/+1
|
* Also do firewall zone poking before ifup-ipv6, for DHCPv6 (#802415, modified ↵Bill Nottingham2012-12-071-0/+5
| | | | from <jpopelka@redhat.com>)
* 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.
* Fix calling of firewall-cmd in ifup-post/ifdown-post.Jiri Popelka2012-10-082-2/+2
| | | | firewall-cmd has been using combined longopts since 0.2.6
* MALLOC_CHECK_ is not thread safe. Don't enable it by default even in debug ↵Bill Nottingham2012-09-251-1/+2
| | | | mode. (#853175)
* Be less strict about VLAN name (#505314)Václav Pavlín2012-09-051-4/+1
|
* Allow duplicate address dectection to be disabledBenjamin Coddington2012-08-072-1/+8
|
* Fix typo in help message in ifdown-routesLukas Nykryn2012-08-071-1/+1
|
* Process rule6-* for sit devices (#840009)Lukas Nykryn2012-08-072-6/+5
|
* Drop net.hotplugBill Nottingham2012-08-061-60/+0
|
* Spelling fixes.Ville Skyttä2012-06-271-1/+1
|
* Handle (improper) quoted HWADDR (#835372)Bill Nottingham2012-06-261-1/+1
|