aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 9.49.21-1initscripts-9.49.21-1Lukas Nykryn2014-10-241-1/+4
|
* ifup,vlan: fix typoLukas Nykryn2014-10-241-1/+1
|
* 9.49.20-1initscripts-9.49.20-1Lukas Nykryn2014-10-091-1/+4
|
* fedora-import-state: do not clobber /Zbigniew Jędrzejewski-Szmek2014-10-091-5/+2
| | | | | | Also, do not fail on filenames containing spaces. https://bugzilla.redhat.com/show_bug.cgi?id=1149419
* 9.49.19-1initscripts-9.49.19-1Lukas Nykryn2014-09-231-1/+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
|
* 9.49.18-1initscripts-9.49.18-1Lukas Nykryn2014-09-171-1/+28
|
* is_available_wait: properly propage return value from is_availableLukas Nykryn2014-09-171-1/+4
|
* man: update sys-unconfig.8Lukas Nykryn2014-09-171-12/+9
|
* rename_devices: comments need to have a blank before themLukas Nykryn2014-09-161-6/+13
|
* add example ifcfg filesLukas Nykryn2014-09-1610-0/+119
| | | | | Conflicts: initscripts.spec
* network-functions: improve bonding_masters grepLukas Nykryn2014-09-161-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 upLukas Nykryn2014-09-161-1/+1
|
* ifup-tunnel: call ifup-ipv6 in the endLukas Nykryn2014-09-161-0/+3
|
* ifup: also set multicast_snooping after the bridge is upLukas Nykryn2014-09-161-1/+1
|
* ifup-eth: some options for bridge can be applied after the bridge is upLukas Nykryn2014-09-161-0/+10
| | | | | Conflicts: sysconfig/network-scripts/ifup-eth
* custom naming for VLAN devicesLukas Nykryn2014-09-161-15/+22
|
* ifup-wireless: add support for wowlan (second part)Eduardo Minguez2014-09-161-0/+5
|
* ifup-wireless: add support for wowlanEduardo Minguez2014-09-161-0/+5
| | | | | Conflicts: sysconfig/network-scripts/ifup-wireless
* vi.po: fix parenthesesLukas Nykryn2014-09-161-1/+1
| | | | | Conflicts: po/vi.po
* network-functions: ETHTOOL_DELAY introduction patchLukas Nykryn2014-09-091-0/+1
|
* ipcalc: -c allow netmaskLukas Nykryn2014-09-091-2/+2
|
* ipcalc: parse prefix more safelyLukas Nykryn2014-09-091-2/+22
|
* use pie and relro by defaultLukas Nykryn2014-07-241-7/+7
|
* sys-unconfig: use poweroff instead of haltLukas Nykryn2014-07-241-1/+1
|
* ifup-aliases: improve duplicate address detectionLukas Nykryn2014-07-241-6/+8
| | | | | Conflicts: sysconfig/network-scripts/ifup-aliases
* network-functions: handle BONDING_OPTS betterJirka Klimes2014-07-241-3/+29
|
* fedora-readonly: fix prefix detection (#1059749)Václav Pavlín2014-07-241-2/+3
|
* network: tell nm to wake the slavesLukas Nykryn2014-07-241-1/+2
|
* bridging: add possibility to set prio and ageingLukas Nykryn2014-07-241-0/+2
|
* network: add support for team devicesJiri Pirko2014-07-242-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>
* inittab: fix path and mention set-defaultLukas Nykryn2014-07-241-3/+5
|
* fedora-domainname: DefaultDependencies=noLukas Nykryn2014-07-241-0/+2
|
* 9.49.17-1initscripts-9.49.17-1Lukas Nykryn2014-04-021-1/+4
|
* add configurable DEVTIMEOUTLukas Nykryn2014-04-023-2/+19
|
* 9.49.16-1initscripts-9.49.16-1Lukas Nykryn2014-04-011-1/+5
|
* network: detect if / is on netfsLukas Nykryn2014-04-011-0/+2
|
* is_nm_handling: fix RELukas Nykryn2014-04-011-1/+1
|
* 9.49.15-1initscripts-9.49.15-1Lukas Nykryn2014-03-111-1/+4
|
* network: try to not compete with NM during bootLukas Nykryn2014-03-113-1/+7
|
* 9.49.14-1initscripts-9.49.14-1Lukas Nykryn2014-02-271-1/+6
|
* service: add condrestart to allowed commandsLukas Nykryn2014-02-271-1/+1
|
* update ifup/ifdown NetworkManager interaction once more(#1036701, #1061810)Lukas Nykryn2014-02-131-1/+1
|
* service: fix action matchingLukas Nykryn2014-02-131-1/+1
|
* 9.49.13-1initscripts-9.49.13-1Lukas Nykryn2014-02-121-1/+6
|
* update ifup/ifdown NetworkManager interaction (#1036701, #1061810)Lukas Nykryn2014-02-123-4/+5
|
* set shmmax and shmall defaults to match rhel6 values (#1056547)Lukas Nykryn2014-02-122-0/+12
|
* remove ifup-ipx from specLukas Nykryn2014-01-151-1/+0
|
* Delete IPX support.Bill Nottingham2014-01-154-75/+0
| | | | | | | Conflicts: rc.d/init.d/network sysconfig.txt sysconfig/network-scripts/ifup-ipx