Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 9.53-1initscripts-9.53-1 | Lukas Nykryn | 2014-03-26 | 1 | -1/+16 |
| | |||||
* | bridging: add possibility to set prio and ageing | Lukas Nykryn | 2014-03-19 | 1 | -0/+2 |
| | |||||
* | ifup: add possibility to specify value for -w parameter of arping | Lukas Nykryn | 2014-03-19 | 2 | -2/+2 |
| | |||||
* | network: try to not compete with NM during boot | Lukas Nykryn | 2014-03-11 | 3 | -1/+7 |
| | |||||
* | fedora-domainname: DefaultDependencies=no | Lukas Nykryn | 2014-03-03 | 1 | -0/+2 |
| | |||||
* | service: add condrestart to allowed commands | Lukas Nykryn | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | update ifup/ifdown NetworkManager interaction once more(#1036701, #1061810) | Lukas Nykryn | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | network: modify ifup-wireless so it doesn't call exit | Pavel Šimerda | 2014-02-19 | 1 | -11/+14 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1057635 | ||||
* | set shmmax and shmall defaults to match rhel6 values (#1056547) | Lukas Nykryn | 2014-02-13 | 2 | -0/+12 |
| | |||||
* | update ifup/ifdown NetworkManager interaction (#1036701, #1061810) | Lukas Nykryn | 2014-02-13 | 3 | -4/+5 |
| | |||||
* | service: fix action matching | Lukas Nykryn | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | remove ifup-ipx from spec | Lukas Nykryn | 2014-01-15 | 1 | -1/+0 |
| | |||||
* | Delete IPX support. | Bill Nottingham | 2014-01-15 | 4 | -75/+0 |
| | | | | | | | Conflicts: rc.d/init.d/network sysconfig.txt sysconfig/network-scripts/ifup-ipx | ||||
* | remove dependency on sysvinit-tools | Lukas Nykryn | 2014-01-14 | 1 | -1/+0 |
| | |||||
* | 9.52-1initscripts-9.52-1 | Lukas Nykryn | 2014-01-14 | 1 | -1/+5 |
| | |||||
* | 9.51-1initscripts-9.51-1 | Lukas Nykryn | 2014-01-14 | 1 | -1/+12 |
| |