aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ARPUPDATE introducedDavid Kaspar [Dee'Kej]2017-10-164-2/+15
| | | | | | | | | The ARPUPDATE option has been introduced. It defaults to 'yes'. By setting the ARPUPDATE to 'no', administrator can disable updating neighbouring computers with ARP information about current NIC. This is especially needed when using LVS Load Balancing with Direct routing enabled.
* 9.49.399.49.39David Kaspar [Dee'Kej]2017-05-031-1/+8
|
* sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME optionDavid Kaspar [Dee'Kej]2017-05-031-0/+4
|
* DHCP_FQDN and DHCP_SEND_HOSTNAME introducedDavid Kaspar [Dee'Kej]2017-05-034-16/+53
| | | | | | | | | | | | | | The way DHCP_HOSTNAME is being sent to DHCP server has been completely reworked... DHCP_FQDN now allows user to specify fully qualified domain name to be sent to DHCP server instead of just using simple hostname. This option takes precedence before DHCP_HOSTNAME variable. DHCP_SEND_HOSTNAME can be used to tell initscripts to not send either DHCP_HOSTNAME or DHCP_FQDN to DHCP server. Both of these options should behave same as they do in NetworkManager.
* re-add missing $HOSTNAME initializationDavid Kaspar [Dee'Kej]2017-05-032-3/+9
|
* ifup: add support for VLAN_EGRESS_PRIORITY_MAPLukas Nykryn2017-05-031-0/+2
|
* rhel-autorelabel: synchronize cached writes before rebootDavid Kaspar [Dee'Kej]2017-04-201-0/+1
| | | | | | This should prevent boot loops when 'touch /.autorelabel' has been used. Resolves: RHBZ#1385272
* 9.49.389.49.38David Kaspar [Dee'Kej]2017-03-301-1/+23
|
* ifdown-eth: we need to flush global scope as wellLukas Nykryn2017-03-301-1/+4
| | | | ... but it is stuck some time
* killproc/status: add missing '-b <binary>' optionDavid Kaspar [Dee'Kej]2017-03-301-5/+30
| | | | | | Taken from RHEL-6.9, for forward compatibility. Resolves: RHBZ#1428935
* specfile: mark 'rwtab' and 'statetab' as config filesDavid Kaspar [Dee'Kej]2017-03-301-2/+2
| | | | Resolves: RHBZ#1434075
* spec: we need newer lvmLukas Nykryn2017-03-281-1/+1
| | | | Reolves: #1398683
* rwtab: add /var/lib/systemd/timersJan Synacek2017-03-281-0/+1
| | | | Resolves: #1414090
* ifup-eth: remove quote marksLukas Nykryn2017-03-221-1/+1
| | | | | With quote marks all the parameters to dhclient are passed as one Resolves: #1410429
* 9.70-sync: Move everything to githubLukas Nykryn2017-03-222-16/+3
|
* 9.70-sync: rwtab updatedDavid Kaspar [Dee'Kej]2017-03-221-1/+1
| | | | Path to 'random-seed' has been updated
* 9.70-sync: service file updatedDavid Kaspar [Dee'Kej]2017-03-221-1/+1
|
* 9.70-sync: syconfig.txt updatedDavid Kaspar [Dee'Kej]2017-03-221-0/+2
| | | | Description of PPPOE_EXTRA & PPPD_EXTRA added.
* 9.70-sync: systemd/rhel-import-state updatedDavid Kaspar [Dee'Kej]2017-03-221-3/+31
|
* 9.70-sync: sysconfig/network-scripts/* updated - part 2David Kaspar [Dee'Kej]2017-03-2219-2139/+2261
| | | | | This commit contains a lot of whitespace changes. Use 'git diff --ignore-all-space' to display the relevant changes.
* 9.70-sync: sysconfig/network-scripts/* updated - part 1David Kaspar [Dee'Kej]2017-03-225-79/+77
| | | | This commit contains only whitespace & indentation style changes.
* 9.70-sync: rc.d/init.d/network updatedDavid Kaspar [Dee'Kej]2017-03-221-203/+199
| | | | | This commit contains a lot of whitespace changes. Use 'git diff --ignore-all-space' to display the relevant changes.
* 9.70-sync: rc.d/init.d/netconsole updatedDavid Kaspar [Dee'Kej]2017-03-221-3/+20
|
* 9.70-sync: rc.d/init.d/functions updatedDavid Kaspar [Dee'Kej]2017-03-221-427/+439
| | | | | This commit contains a lot of whitespace changes. Use 'git diff --ignore-all-space' to display the relevant changes.
* 9.70-sync: ipv6-6to4.howto example updatedDavid Kaspar [Dee'Kej]2017-03-221-1/+1
|
* 9.70-sync: examples/networking/ifcfg-bridge updatedDavid Kaspar [Dee'Kej]2017-03-221-1/+1
|
* network: load NetworkManager connection via dbusPetr Horáček2017-02-141-1/+9
| | | | | Use dbus to refresh configuration files for NetworkManager in order to make ifup and ifdown faster.
* network: check for running NetworkManager via dbusPetr Horáček2017-02-141-1/+5
| | | | Use dbus instead of nmcli to make ifup command faster.
* 9.49.37initscripts-9.49.37-1Lukas Nykryn2016-09-121-1/+4
|
* rhel-import-state: fix broken order of parametersLukas Nykryn2016-09-121-1/+1
| | | | Resolves: #1375054
* 9.49.36initscripts-9.49.36-1Lukas Nykryn2016-09-091-1/+4
|
* import-state: copy just some attributesLukas Nykryn2016-09-091-1/+1
|
* 9.49.35initscripts-9.49.35-1Lukas Nykryn2016-08-021-1/+4
|
* functions: systemctl show now returns an error when unit does not existLukas Nykryn2016-08-021-1/+2
| | | | | Cherry-picked from: d39b9feebd08ce67db69b2aab34ea6d0e3c3ec12 Resolves: #1362225
* 9.49.34initscripts-9.49.34-1Lukas Nykryn2016-07-151-1/+4
|
* import-state: restore also sensitivity part of SELinux contextLukas Vrabec2016-07-151-1/+1
| | | | | Cherry-picked from: 481aa46e866fc6d99d954d9cf9cd2ab1898e0f84 Resolves: #1353975
* 9.49.33initscripts-9.49.33-1Lukas Nykryn2016-07-141-1/+4
|
* network: run after network-pre.targetLukas Nykryn2016-07-141-1/+1
| | | | | | | see man systemd.special Cherry-picked from: 88d1927 Resolves: #1354382
* 9.49.32initscripts-9.49.32-1Lukas Nykryn2016-06-231-1/+4
|
* ifup-eth: fix setting preferred_lft and valid_lftLukas Nykryn2016-06-231-1/+1
| | | | | Cherry-picked from: 1087a2776ab6d27c65233918db7cffecd326dec0 Resolves: #1240775
* ifup: don't call nmcli on any lo deviceLukas Nykryn2016-06-162-2/+2
| | | | Resolves: #1336869
* 9.49.31-1initscripts-9.49.31-1Lukas Nykryn2016-06-131-1/+20
|
* ipv6: wait for all global IPv6 addresses to leave the "tentative" stateLukas Nykryn2016-06-132-0/+23
| | | | | Cherry-picked from: c188044 Resolves: #1245951
* source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=noThomas Haller2016-06-131-4/+6
| | | | | Cherry-picked from: 61fb1cb Resolves: #1345919
* ifup-aliases: inherit ARPCHECK from parent deviceLukas Nykryn2016-06-091-1/+2
| | | | | Cherry-picked from: c93ddceaa09d59be56b2b5dd64ab38febb5fafb2 Resolves: #1273286
* rhel-dmesg: don't start in containersLukas Nykryn2016-06-091-0/+1
| | | | Resolves: #1306050
* ifup-eth: fix typo in error message (#1038776)Václav Pavlín2016-06-091-1/+1
| | | | | Cherry-picked from: 9a55596dbdc402348e56c3f519e6218e8708a5e2 Resolves: #1257544
* sysctl.conf: steal comments about /usr,/etc,... from fedora's sysctl.confLukas Nykryn2016-06-091-2/+8
| | | | Resolves: #1332582
* rwtab: /var/lib/nfs needs to copy the filesLukas Nykryn2016-06-021-1/+1
| | | | | Cherry-picked from: 9c0c009 Resolves: #1102622
* functions: improve killing loopsLukas Nykryn2016-06-021-25/+73
| | | | | Cherry-picked from: 5ae3224 Resolves: #1328752