aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 9.61-1initscripts-9.61-1Lukas Nykryn2015-01-261-5/+13
|
* specfile cleanupLukas Nykryn2015-01-261-96/+86
|
* ifup-ipv6: set accept_ra to 2 when IPV6FORWARDING=yes and IPV6_AUTOCONF=yesLukas Nykryn2015-01-191-1/+5
|
* ifup-post: check resolve.conf also with DNS2Lukas Nykryn2015-01-161-1/+8
|
* ifup-aliases: do not fail when only ipv6 addr is specifiedLukas Nykryn2015-01-151-0/+5
|
* fedora-import-state.service: run a little bit laterLukas Nykryn2015-01-131-2/+2
|
* fedora-readonly: Updates for systemd random-seed handlingColin Guthrie2015-01-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since: commit ef5bfcf668e6029faa78534dfeb2591df854cdef Author: Lennart Poettering <lennart@poettering.net> Date: Tue Sep 17 17:28:35 2013 -0500 backlight,random-seed: move state files into /var/lib/systemd Let's not scatter (private) files in /var around, let's place them all in /var/lib/systemd and below. the location for the random-seed file has changed. Since: commit c35b956d34bbb8bb208e49e45de2c103ca11911c Author: Lennart Poettering <lennart@poettering.net> Date: Wed May 15 22:38:51 2013 +0200 units: rework systemd-random-seed-{load,save}.service to be a single service That way ordering it with MountsRequiredFor= works properly, as this no longer results in mount units start requests to be added to the shutdown transaction that conflict with stop requests for the same unit. the service has just been called systemd-random-seed.service
* network-functions: is_available_wait should wait even in the case that ↵Lukas Nykryn2015-01-121-4/+2
| | | | is_available returns 2
* ifdown-post: remove resolv.conf only in specific casesLukas Nykryn2015-01-081-1/+2
|
* network-functions: fix check in install_bonding_driverLukas Nykryn2015-01-021-1/+1
|
* 9.60-1initscripts-9.60-1Lukas Nykryn2014-12-161-1/+7
|
* ifdown-ipv6: reset addrgenmode to eui64 for deviceLukas Nykryn2014-12-161-0/+1
|
* ifup: fix typoLukas Nykryn2014-12-161-1/+1
|
* network-functions: reeplace iwconfig with iwValdis Kletnieks2014-12-101-2/+2
|
* improve_check_for_bond_master_in_install_bonding_driverAshish Samant2014-12-081-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>
* 9.59-1initscripts-9.59-1Lukas Nykryn2014-11-121-1/+4
|
* adjust LINKDELAY when STP is onLaine Stump2014-11-121-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | This resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1162822 When ifup is called on an interface that has BOOTPROTO=dhcp, ifup-eth will call network-functions:check_link_down() to wait for carrier on the interface before starting dhclient. If the interface happens to be a bridge device, carrier will not come on until at least one attached device is in "forwarding" mode. If the bridge has STP enabled, it takes at least $DELAY * 2 + 5 seconds (sometimes slightly longer) for any attached device to go into forwarding mode. However, check_link_down() will only wait for max(${LINKDELAY}, 5) seconds for carrier, and there are *many* existing configs that have STP enabled but no setting for LINKDELAY. Every one of those configs will now fail to ifup the bridge device. The solution implemented in this patch is for ifup-eth to set LINKDELAY to at least ${DELAY} * 2 + 7 when the device is a bridge an STP is enabled. Since check_link_down() returns within .5 sec of carrier coming up, the worst effect this could have would be to take longer to fail in the case of a config where carrier was *never* going to come up. Otherwise, it will not create any more delay than is already present in cases that currently work, and will cause many other configs to become unbroken.
* add conflicts to older systemdLukas Nykryn2014-11-061-1/+1
|
* 9.58-1initscripts-9.58-1Lukas Nykryn2014-11-061-1/+5
|
* ifup,vlan: fix typoLukas Nykryn2014-10-241-1/+1
|
* doc: be consistent and use BOOTPROTO=noneLukas Nykryn2014-10-202-2/+2
| | | | Reported-by: Stephen Wadeley <swadeley@redhat.com>
* remove /etc/inittab, /etc/crypttab, utmp, wtmp, btmpLukas Nykryn2014-10-084-53/+9
|
* 9.56-1initscripts-9.56-1Lukas Nykryn2014-10-071-1/+27
|
* network_function: return immediately when device is presentLukas Nykryn2014-10-071-1/+4
| | | | | Conflicts: sysconfig/network-scripts/network-functions
* add configurable DEVTIMEOUTLukas Nykryn2014-10-073-2/+19
|
* fedora-import-state: do not clobber /Zbigniew Jędrzejewski-Szmek2014-10-061-5/+2
| | | | | | Also, do not fail on filenames containing spaces. https://bugzilla.redhat.com/show_bug.cgi?id=1149419
* network-functions: grep->fgrep in bonding masters matchingLukas Nykryn2014-09-191-1/+1
|
* 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
|
* network-functions: improve bonding_masters grepLukas Nykryn2014-09-161-1/+1
| | | | kudos to john.haxby@oracle.com
* 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
|
* network-functions: ETHTOOL_DELAY introduction patchLukas Nykryn2014-09-091-0/+1
|
* use pie and relro by defaultLukas Nykryn2014-09-091-7/+7
|
* custom naming for VLAN devicesLukas Nykryn2014-09-091-15/+22
|
* vi.po: fix parenthesesLukas Nykryn2014-09-091-1/+1
| | | | | Conflicts: po/vi.po
* ifup-wireless: add support for wowlanEduardo Minguez2014-09-091-0/+5
| | | | | Conflicts: sysconfig/network-scripts/ifup-wireless
* ifup-wireless: add support for wowlan (second part)Eduardo Minguez2014-09-091-0/+5
|
* ifup-aliases: do not bring up ipv6 for range filesLukas Nykryn2014-08-081-0/+1
|
* sys-unconfig: use poweroff instead of haltLukas Nykryn2014-07-241-1/+1
|
* ifup-aliases: improve duplicate address detectionLukas Nykryn2014-07-241-6/+8
|
* network-functions: handle BONDING_OPTS betterJirka Klimes2014-07-241-3/+29
|
* network: tell nm to wake the slavesLukas Nykryn2014-07-241-1/+2
|
* 9.55-1initscripts-9.55-1Lukas Nykryn2014-07-221-1/+11
|
* fix license handlingTom Callaway2014-07-221-1/+3
|
* ipcalc: -c allow netmaskLukas Nykryn2014-06-061-2/+2
|
* ipcalc: parse prefix more safelyLukas Nykryn2014-06-061-2/+22
|
* inittab: fix path and mention set-defaultLukas Nykryn2014-06-031-3/+5
|