Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysctl.conf.s390: drop SHMALL and SHMMAX | David Kaspar [Dee'Kej] | 2018-05-17 | 1 | -6/+0 |
| | | | | | They have sane default values in kernel for IBM machines as well: https://bugzilla.redhat.com/show_bug.cgi?id=1493069 | ||||
* | network.service: 'reload' removed | David Kaspar [Dee'Kej] | 2018-05-17 | 1 | -2/+2 |
| | | | | More info: https://bugzilla.redhat.com/show_bug.cgi?id=1554690 | ||||
* | rhel-readonly.service: target name for random seed fixed | David Kaspar [Dee'Kej] | 2018-03-09 | 1 | -1/+1 |
| | | | | Resolves: #1553093 | ||||
* | init.d/functions: fix sourcing for ksh | David Kaspar [Dee'Kej] | 2018-02-13 | 1 | -2/+7 |
| | | | | More info: https://bugzilla.redhat.com/show_bug.cgi?id=1518429 | ||||
* | 9.49.419.49.41 | David Kaspar [Dee'Kej] | 2018-01-02 | 1 | -1/+5 |
| | |||||
* | ifdown-post: fix logical error in commit 5d61564 | David Kaspar [Dee'Kej] | 2018-01-02 | 1 | -1/+1 |
| | | | | | | | Empty ${RESOLV_MODS} was causing a deletion of config files in /etc/ppp/peers/* Resolves: #155 | ||||
* | network-functions: use POSIX forwarding instead of bash-ism | David Kaspar [Dee'Kej] | 2017-11-09 | 3 | -3/+3 |
| | |||||
* | 9.49.409.49.40 | David Kaspar [Dee'Kej] | 2017-11-03 | 1 | -1/+14 |
| | |||||
* | specfile: require 'redhat-release' instead of /etc/system-release | David Kaspar [Dee'Kej] | 2017-11-03 | 1 | -2/+2 |
| | | | | | Also, add a conflict for older versions of 'redhat-release'. Using them would cause unbootable system most likely... | ||||
* | ifup-post: always update nameserver & search entries in /etc/resolv.conf | David Kaspar [Dee'Kej] | 2017-11-02 | 3 | -75/+135 |
| | | | | | | | | | | | | | | | | | | | | This is complete rework of how we generate the /etc/resolv.conf. Fixes: * always update 'nameserver' & 'search' entries when DNS* & DOMAIN options (respectively) were updated in ifcfg-* files * always update the order of 'nameserver' entries when the order of DNS* options was updated Enhancements: * added support for DNS3 option (equals to MAXNS value in GLIBC) * added logic to process duplicate DNS* options * added logic to process randomly omitted DNS* options (e.g. omitting DNS1 while specifying DNS2 and/or DNS3 will still work now) This work was based on these two RHEL-7.5 BZs: https://bugzilla.redhat.com/show_bug.cgi?id=1364895 https://bugzilla.redhat.com/show_bug.cgi?id=1357658 | ||||
* | systemd/system: symlinks for initscripts' services removed | David Kaspar [Dee'Kej] | 2017-10-31 | 9 | -35/+40 |
| | | | | | | | | The symlinks are no longer needed. Enablement of default services is now managed by 'redhat-release' package. Resolves: #1395391 Resolves: #1357648 | ||||
* | Add *.old to list of ignored files | David Kaspar [Dee'Kej] | 2017-10-31 | 1 | -2/+2 |
| | |||||
* | ifup-eth: wait for STP to complete setup on bridge if $DELAY is not set | David Kaspar [Dee'Kej] | 2017-10-31 | 1 | -4/+21 |
| | | | | | Otherwise obtaining IP from DHCP might fail. Based on patch from: * Rich Alloway <richard.alloway@roguewave.com> | CentOS BZ #0011138 | ||||
* | init.d/functions: convert2sec() function added | David Kaspar [Dee'Kej] | 2017-10-31 | 2 | -1/+17 |
| | | | | | | | | | | And network-scripts/network-functions was patched to use convert2sec(). This function can be used to convert the value of its first parameter to a number of seconds - based on the time unit (specified as the second parameter). This is mostly useful for converting values for use with the sleep(1). | ||||
* | init.d/functions: is_true() & is_false() extended by ON/OFF support | David Kaspar [Dee'Kej] | 2017-10-31 | 1 | -2/+2 |
| | | | | | In some cases we are using "on" or "off" as values. is_true() and is_false() can be used for evaluation of these values as well. | ||||
* | Replace usleep(1) calls with sleep(1) calls | David Kaspar [Dee'Kej] | 2017-10-31 | 3 | -5/+9 |
| | | | | | The time units had to be manually converted from microseconds to seconds. Hopefully this was done right. | ||||
* | network-scripts: forward DBus calls to /dev/null | David Kaspar [Dee'Kej] | 2017-10-31 | 2 | -2/+4 |
| | |||||
* | network-scripts: firewall-cmd replaced with DBus calls | David Kaspar [Dee'Kej] | 2017-10-31 | 3 | -11/+22 |
| | | | | | To speed things up. Based on patch & comments from: https://bugzilla.redhat.com/show_bug.cgi?id=1497759 | ||||
* | Makefile: return make archive for testing purposes | Lukas Nykryn | 2017-10-30 | 1 | -0/+9 |
| | |||||
* | ARPUPDATE introduced | David Kaspar [Dee'Kej] | 2017-10-16 | 4 | -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.39 | David Kaspar [Dee'Kej] | 2017-05-03 | 1 | -1/+8 |
| | |||||
* | sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME option | David Kaspar [Dee'Kej] | 2017-05-03 | 1 | -0/+4 |
| | |||||
* | DHCP_FQDN and DHCP_SEND_HOSTNAME introduced | David Kaspar [Dee'Kej] | 2017-05-03 | 4 | -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 initialization | David Kaspar [Dee'Kej] | 2017-05-03 | 2 | -3/+9 |
| | |||||
* | ifup: add support for VLAN_EGRESS_PRIORITY_MAP | Lukas Nykryn | 2017-05-03 | 1 | -0/+2 |
| | |||||
* | rhel-autorelabel: synchronize cached writes before reboot | David Kaspar [Dee'Kej] | 2017-04-20 | 1 | -0/+1 |
| | | | | | | This should prevent boot loops when 'touch /.autorelabel' has been used. Resolves: RHBZ#1385272 | ||||
* | 9.49.389.49.38 | David Kaspar [Dee'Kej] | 2017-03-30 | 1 | -1/+23 |
| | |||||
* | ifdown-eth: we need to flush global scope as well | Lukas Nykryn | 2017-03-30 | 1 | -1/+4 |
| | | | | ... but it is stuck some time | ||||
* | killproc/status: add missing '-b <binary>' option | David Kaspar [Dee'Kej] | 2017-03-30 | 1 | -5/+30 |
| | | | | | | Taken from RHEL-6.9, for forward compatibility. Resolves: RHBZ#1428935 | ||||
* | specfile: mark 'rwtab' and 'statetab' as config files | David Kaspar [Dee'Kej] | 2017-03-30 | 1 | -2/+2 |
| | | | | Resolves: RHBZ#1434075 | ||||
* | spec: we need newer lvm | Lukas Nykryn | 2017-03-28 | 1 | -1/+1 |
| | | | | Reolves: #1398683 | ||||
* | rwtab: add /var/lib/systemd/timers | Jan Synacek | 2017-03-28 | 1 | -0/+1 |
| | | | | Resolves: #1414090 | ||||
* | ifup-eth: remove quote marks | Lukas Nykryn | 2017-03-22 | 1 | -1/+1 |
| | | | | | With quote marks all the parameters to dhclient are passed as one Resolves: #1410429 | ||||
* | 9.70-sync: Move everything to github | Lukas Nykryn | 2017-03-22 | 2 | -16/+3 |
| | |||||
* | 9.70-sync: rwtab updated | David Kaspar [Dee'Kej] | 2017-03-22 | 1 | -1/+1 |
| | | | | Path to 'random-seed' has been updated | ||||
* | 9.70-sync: service file updated | David Kaspar [Dee'Kej] | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | 9.70-sync: syconfig.txt updated | David Kaspar [Dee'Kej] | 2017-03-22 | 1 | -0/+2 |
| | | | | Description of PPPOE_EXTRA & PPPD_EXTRA added. | ||||
* | 9.70-sync: systemd/rhel-import-state updated | David Kaspar [Dee'Kej] | 2017-03-22 | 1 | -3/+31 |
| | |||||
* | 9.70-sync: sysconfig/network-scripts/* updated - part 2 | David Kaspar [Dee'Kej] | 2017-03-22 | 19 | -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 1 | David Kaspar [Dee'Kej] | 2017-03-22 | 5 | -79/+77 |
| | | | | This commit contains only whitespace & indentation style changes. | ||||
* | 9.70-sync: rc.d/init.d/network updated | David Kaspar [Dee'Kej] | 2017-03-22 | 1 | -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 updated | David Kaspar [Dee'Kej] | 2017-03-22 | 1 | -3/+20 |
| | |||||
* | 9.70-sync: rc.d/init.d/functions updated | David Kaspar [Dee'Kej] | 2017-03-22 | 1 | -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 updated | David Kaspar [Dee'Kej] | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | 9.70-sync: examples/networking/ifcfg-bridge updated | David Kaspar [Dee'Kej] | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | network: load NetworkManager connection via dbus | Petr Horáček | 2017-02-14 | 1 | -1/+9 |
| | | | | | Use dbus to refresh configuration files for NetworkManager in order to make ifup and ifdown faster. | ||||
* | network: check for running NetworkManager via dbus | Petr Horáček | 2017-02-14 | 1 | -1/+5 |
| | | | | Use dbus instead of nmcli to make ifup command faster. | ||||
* | 9.49.37initscripts-9.49.37-1 | Lukas Nykryn | 2016-09-12 | 1 | -1/+4 |
| | |||||
* | rhel-import-state: fix broken order of parameters | Lukas Nykryn | 2016-09-12 | 1 | -1/+1 |
| | | | | Resolves: #1375054 | ||||
* | 9.49.36initscripts-9.49.36-1 | Lukas Nykryn | 2016-09-09 | 1 | -1/+4 |
| |