aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sysctl.conf: move bridge setting to module-init-toolsLukas Nykryn2015-02-274-16/+1
|
* rc.sysinit: set affinity also for current shellLukas Nykryn2015-02-271-0/+1
|
* ifdown-eth: use scope host for loLeon Kos2015-02-041-2/+7
|
* improve_check_for_bond_master_in_install_bonding_driverAshish Samant2015-02-041-2/+14
| | | | | | | | | | | | | | | | | | | | | The current grep check (fgrep -sqx) in install_bonding_driver, to determine whether bond master exists, fails when there are multiple bond masters. The fix assumes that multiple bond masters are on different lines in the file "/sys/class/net/bonding_masters", while they are in fact on the same line. Since fgrep -sqx checks for the entire line,it will never match any one bond master within the line and always fail if there are multiple bonds. This patch improves the check by creating a new function, bond_master_exists() to handle this and other conditions. Orabug: 19897586 Signed-off-by: Ashish Samant <ashish.samant@oracle.com> Signed-off-by: John Haxby <john.haxby@oracle.com> Acked-by: Mukesh Kacker <mukesh.kacker@oracle.com> Conflicts: sysconfig/network-scripts/network-functions
* network-functions: fix check in install_bonding_driverLukas Nykryn2015-02-041-1/+1
|
* ifdown-post: remove resolv.conf only in specific casesLukas Nykryn2015-02-041-1/+2
|
* netconsole: lets run earlierLukas Nykryn2015-02-041-1/+1
|
* ipcalc: support RFC3021 (#997271)Lukas Nykryn2015-02-041-1/+6
|
* halt: add delay after upsdrvctl shutdownMichal Hlavinka2015-02-041-0/+2
|
* ifup: also set multicast_snooping after the bridge is upLukas Nykryn2014-10-241-1/+1
|
* 9.03.46initscripts-9.03.46-1Lukas Nykryn2014-07-221-1/+4
|
* ifup,vlan: fix one more typoLukas Nykryn2014-07-221-1/+1
|
* 9.03.45initscripts-9.03.45-1Lukas Nykryn2014-07-081-1/+4
|
* ifup,vlan: fix typoLukas Nykryn2014-07-081-1/+1
|
* 9.03.44initscripts-9.03.44-1Lukas Nykryn2014-06-181-1/+4
|
* init.d/functions: fix typo in pid_dirLukas Nykryn2014-06-181-1/+1
|
* 9.03.43initscripts-9.03.43-1Lukas Nykryn2014-06-101-1/+8
|
* ifup-aliases: arpcheck - check for parent operstate and carrierLukas Nykryn2014-06-101-2/+2
|
* ifdown: don't wait for aliasesEric Dubé2014-06-101-6/+8
|
* hotplug: don't call ifup when new vlan appearsLukas Nykryn2014-06-101-0/+3
|
* ifup-wireless: add support for wowlan (second part)Eduardo Minguez2014-06-061-0/+5
|
* readonly-root: remount rpc_pipefs if readonly-root is usedLukas Nykryn2014-06-061-0/+4
|
* 9.03.42initscripts-9.03.42-1Lukas Nykryn2014-06-061-1/+13
|
* ipcalc: -c allow netmaskLukas Nykryn2014-06-061-2/+2
|
* ipcalc: parse prefix more safelyLukas Nykryn2014-06-061-2/+22
|
* vi.po: fix parenthesesLukas Nykryn2014-06-051-2/+2
|
* network-functions: handle BONDING_OPTS betterJirka Klimes2014-06-051-3/+29
|
* custom naming for VLAN devicesLukas Nykryn2014-06-051-15/+22
|
* bonding: match whole name of interfaceLuke Bigum2014-06-051-1/+1
|
* network-functions: ETHTOOL_DELAY introduction patchLukas Nykryn2014-06-051-0/+1
|
* ifup-wireless: add support for wowlanEduardo Minguez2014-06-051-0/+5
|
* Remove NETWORKING_IPV6 from sysconfig.txt (#918622)Václav Pavlín2014-06-051-5/+0
| | | | | Conflicts: sysconfig.txt
* bridging: add possibility to set prio and ageingLukas Nykryn2014-06-051-0/+2
| | | | | Conflicts: sysconfig/network-scripts/ifup-eth
* 9.03.41initscripts-9.03.41-1Lukas Nykryn2014-04-301-1/+19
|
* netfs: implicitly handle glusterfs as a network filesystemdLukas Nykryn2014-04-302-2/+15
|
* init.d/functions: check parent dir of pid file for accessibilityLukas Nykryn2014-04-301-0/+3
| | | | | Conflicts: rc.d/init.d/functions
* ifup-eth: some options for bridge can be applied after the bridge is upLukas Nykryn2014-04-291-0/+10
|
* rc.sysinit: apply sysctl settings before starting udevLukas Nykryn2014-03-261-0/+3
|
* ifup: add possibility to specify value for -w parameter of arpingLukas Nykryn2014-03-262-2/+2
| | | | | | Conflicts: sysconfig/network-scripts/ifup-aliases sysconfig/network-scripts/ifup-eth
* ifup-tunnel: call ifup-ipv6 in the endLukas Nykryn2014-03-261-0/+3
|
* pids_var_run: handle '(deleted)'Lukas Nykryn2014-03-261-1/+1
|
* require correct version of upstartLukas Nykryn2014-03-261-1/+1
|
* rc.sysinit: use 'vgchange --ignoreskippedcluster'Lukas Nykryn2014-03-262-2/+2
|
* during install do not create /var/lib/random-seed if /dev/urandom does not existLukas Nykryn2014-03-261-2/+2
|
* rc.sysinit: increase the saved random-seed to 4K (#1023471)Lukas Nykryn2014-03-261-1/+1
|
* umount-loop: make sure that we don't kill our own processLukas Nykryn2014-03-261-1/+1
|
* umount-loop: don't use xargsLukas Nykryn2014-03-261-1/+1
|
* ifup-eth: remove ipx relic (#1028135)Lukas Nykryn2014-03-261-4/+0
|
* init.d/functions: add -b optin to status and killproc (#1047948)Lukas Nykryn2014-01-201-5/+30
|
* remove duplicit thenLukas Nykryn2013-10-101-1/+0
|