Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network-functions: reeplace iwconfig with iw | Valdis Kletnieks | 2014-12-10 | 1 | -2/+2 |
| | |||||
* | improve_check_for_bond_master_in_install_bonding_driver | Ashish Samant | 2014-12-08 | 1 | -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-1 | Lukas Nykryn | 2014-11-12 | 1 | -1/+4 |
| | |||||
* | adjust LINKDELAY when STP is on | Laine Stump | 2014-11-12 | 1 | -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 systemd | Lukas Nykryn | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | 9.58-1initscripts-9.58-1 | Lukas Nykryn | 2014-11-06 | 1 | -1/+5 |
| | |||||
* | ifup,vlan: fix typo | Lukas Nykryn | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | doc: be consistent and use BOOTPROTO=none | Lukas Nykryn | 2014-10-20 | 2 | -2/+2 |
| | | | | Reported-by: Stephen Wadeley <swadeley@redhat.com> | ||||
* | remove /etc/inittab, /etc/crypttab, utmp, wtmp, btmp | Lukas Nykryn | 2014-10-08 | 4 | -53/+9 |
| | |||||
* | 9.56-1initscripts-9.56-1 | Lukas Nykryn | 2014-10-07 | 1 | -1/+27 |
| | |||||
* | network_function: return immediately when device is present | Lukas Nykryn | 2014-10-07 | 1 | -1/+4 |
| | | | | | Conflicts: sysconfig/network-scripts/network-functions | ||||
* | add configurable DEVTIMEOUT | Lukas Nykryn | 2014-10-07 | 3 | -2/+19 |
| | |||||
* | fedora-import-state: do not clobber / | Zbigniew Jędrzejewski-Szmek | 2014-10-06 | 1 | -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 matching | Lukas Nykryn | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | man: update sys-unconfig.8 | Lukas Nykryn | 2014-09-17 | 1 | -12/+9 |
| | |||||
* | rename_devices: comments need to have a blank before them | Lukas Nykryn | 2014-09-16 | 1 | -6/+13 |
| | |||||
* | add example ifcfg files | Lukas Nykryn | 2014-09-16 | 10 | -0/+119 |
| | |||||
* | network-functions: improve bonding_masters grep | Lukas Nykryn | 2014-09-16 | 1 | -1/+1 |
| | | | | kudos to john.haxby@oracle.com | ||||
* | 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 |
| | |||||
* | network-functions: ETHTOOL_DELAY introduction patch | Lukas Nykryn | 2014-09-09 | 1 | -0/+1 |
| | |||||
* | use pie and relro by default | Lukas Nykryn | 2014-09-09 | 1 | -7/+7 |
| | |||||
* | custom naming for VLAN devices | Lukas Nykryn | 2014-09-09 | 1 | -15/+22 |
| | |||||
* | vi.po: fix parentheses | Lukas Nykryn | 2014-09-09 | 1 | -1/+1 |
| | | | | | Conflicts: po/vi.po | ||||
* | ifup-wireless: add support for wowlan | Eduardo Minguez | 2014-09-09 | 1 | -0/+5 |
| | | | | | Conflicts: sysconfig/network-scripts/ifup-wireless | ||||
* | ifup-wireless: add support for wowlan (second part) | Eduardo Minguez | 2014-09-09 | 1 | -0/+5 |
| | |||||
* | ifup-aliases: do not bring up ipv6 for range files | Lukas Nykryn | 2014-08-08 | 1 | -0/+1 |
| | |||||
* | sys-unconfig: use poweroff instead of halt | Lukas Nykryn | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | ifup-aliases: improve duplicate address detection | Lukas Nykryn | 2014-07-24 | 1 | -6/+8 |
| | |||||
* | network-functions: handle BONDING_OPTS better | Jirka Klimes | 2014-07-24 | 1 | -3/+29 |
| | |||||
* | network: tell nm to wake the slaves | Lukas Nykryn | 2014-07-24 | 1 | -1/+2 |
| | |||||
* | 9.55-1initscripts-9.55-1 | Lukas Nykryn | 2014-07-22 | 1 | -1/+11 |
| | |||||
* | fix license handling | Tom Callaway | 2014-07-22 | 1 | -1/+3 |
| | |||||
* | ipcalc: -c allow netmask | Lukas Nykryn | 2014-06-06 | 1 | -2/+2 |
| | |||||
* | ipcalc: parse prefix more safely | Lukas Nykryn | 2014-06-06 | 1 | -2/+22 |
| | |||||
* | inittab: fix path and mention set-default | Lukas Nykryn | 2014-06-03 | 1 | -3/+5 |
| | |||||
* | don't require /sbin/sysctl | Lukas Nykryn | 2014-05-21 | 1 | -1/+0 |
| | |||||
* | init.d/functions: check parent dir of pid file for accessibility | Lukas Nykryn | 2014-04-30 | 1 | -0/+3 |
| | |||||
* | ifup-eth: some options for bridge can be applied after the bridge is up | Lukas Nykryn | 2014-04-29 | 1 | -0/+10 |
| | | | | | Conflicts: sysconfig/network-scripts/ifup-eth | ||||
* | remove ppp from translation | Lukas Nykryn | 2014-04-24 | 2 | -106/+62 |
| | |||||
* | 9.54-1initscripts-9.54-1 | Lukas Nykryn | 2014-04-24 | 1 | -2/+12 |
| | |||||
* | move ppp support to ppp package | Lukas Nykryn | 2014-04-24 | 13 | -1646/+4 |
| | |||||
* | fedora-readonly: fix prefix detection (#1059749) | Václav Pavlín | 2014-04-16 | 1 | -2/+3 |
| | |||||
* | remove fedora-configure | Lukas Nykryn | 2014-04-07 | 3 | -36/+0 |
| | |||||
* | network: detect if / is on netfs | Lukas Nykryn | 2014-04-01 | 1 | -0/+2 |
| | |||||
* | is_nm_handling: fix RE | Lukas Nykryn | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | bonding: match whole name of interface | Luke Bigum | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | network: add support for team devices | Jiri Pirko | 2014-03-31 | 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> | ||||
* | ifup-wireless: fix syntax error | kc8hfi@gmail.com | 2014-03-31 | 1 | -1/+1 |
| |