| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
How to reproduce:
```sh
(. /etc/sysconfig/network-scripts/network-functions; is_nm_running && echo "yes")
```
Resolves: #1832897
Co-authored-by: Till Maas <opensource@till.name>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (158 of 158 strings)
Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/fi/
Translation: fedora-sysv/initscripts
|
| |
|
|
|
| |
Signed-off-by: Jan Macku <null>
|
| |
|
|
|
|
|
|
| |
Quotes were introduced in a71dcfd392cc1022c255208fdd94a0fc6c13ceb0
Resolves: #2044189
|
|
|
|
|
|
| |
Since other types might fail due to `replace` to be undefined.
Related: #2034799
|
|
|
| |
Signed-off-by: Jan Macku <null>
|
|
|
|
| |
Fixes: #405
|
| |
|
|
|
|
| |
Follow-up to #401
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This should resolve the scenario when the link is brought
up prior to disabling accept_ra.
This only happens when both IPv4 and IPv6 address is on
the interface, because network-scripts does IPv4 first
and brings up the interface.
Then it does IPv6 which disables the RA's, at that point
the node has already learned the route from RA and setting
a default route fails.
Using `ip route replace` we ensure if the above scenario
happens we end-up with the correct default ipv6 route.
Huge thanks to Harald who debugged this issue and prepared a patch!
Related: #2034799
Co-authored-by: hjensas <hjensas@redhat.com>
|
|
|
|
|
|
|
|
| |
Currently translated at 89.2% (141 of 158 strings)
Co-authored-by: Ettore Atalan <atalanttore@googlemail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/de/
Translation: fedora-sysv/initscripts
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Busybox's shell does not support c-style for-loop, use seq method to fix it.
Signed-off-by: hanzongcheng <hanzongcheng@huawei.com>
|
|
|
|
|
|
| |
Busybox's shell does not support "<<<", fix it by using pipe.
Signed-off-by: hanzongcheng <hanzongcheng@huawei.com>
|
|
|
|
|
|
| |
Some shell(like busybox's) do not support "+=" for string concatenation.
Signed-off-by: hanzongcheng <hanzongcheng@huawei.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Currently translated at 87.3% (138 of 158 strings)
Co-authored-by: Didik Supriadi <didiksupriadi41@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/id/
Translation: fedora-sysv/initscripts
|
|
|
|
|
|
|
|
| |
Currently translated at 94.3% (149 of 158 strings)
Co-authored-by: Emilio Herrera <ehespinosa57@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/es/
Translation: fedora-sysv/initscripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently translated at 90.5% (143 of 158 strings)
spec: Replace not working awk command with sed (#382)
Sed command get version number from spec file and increment last
number by one. Work like old awk command was intended to work.
Source: https://stackoverflow.com/questions/14348432/how-to-find-replace-and-increment-a-matched-number-with-sed-awk/14348899
(cherry picked from commit bfda3cc2acdea827909e6c89bda5bbb5140cda6c)
Co-authored-by: Jan Macku <jamacku@redhat.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/cs/
Translation: fedora-sysv/initscripts
|
| |
|
|
|
|
| |
Add strong relation between initscripts and initscripts-service.
Also update Obsoletes of initscripts package.
|
| |
|
|
|
| |
Obsoletes with initscripts < 10.10 in order to allow the initscripts-service package to be installed while upgrading from initscripts < 10.10
|
| |
|
|
|
|
|
| |
Translated using Weblate (Friulian)
Co-authored-by: Fabio Tomat <f.t.public@gmail.com>
|
|
|
|
|
|
|
| |
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Swedish)
Co-authored-by: Gustavo Costa <xfgusta@gmail.com>
Co-authored-by: Anders Jonsson <anders.jonsson@norsjovallen.se>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In 76226a34 ("ifup-eth: apply PERSISTENT_DHCLIENT to IPv6 dhclient daemon"),
one PERSISTENT_DHCLIENT option works for both IPv4 and IPv6, so the IPv4
and IPv6 settings are consistent. However, the user settings for IPv4 and IPv6
are limited.
For example, users try to adopt both IPv4 and IPv6 protocol. DHCPv6 servers
may be not stable as DHCP servers, thus the expectation for obtaining IPv6
address is lower than IPv4 address. For users, IPv4 address must be
obtained for the basic communication. So the PERSISTENT_DHCLIENT option is
set to be "yes | 1" for IPv4 address. However, the network service may be
stuck until it fails due to missing DHCPv6 servers, and the remaining devices also
cannot obtain both IPv4 and IPv6 addresses. The problem is very serious for users.
Here, I add a new PERSISTENT_DHCLIENT_IPV6 option only for IPv6 dhclient daemon,
so users can set IPv4 and IPv6 separately.
Fixes: 76226a3 ("ifup-eth: apply PERSISTENT_DHCLIENT to IPv6 dhclient daemon")
Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
|
| |
|
|
|
|
|
|
|
|
| |
There are 2 cases where this might be useful.
* On machines with initrd build without dracut-network, you can now
still use ifname option
* On older kernels where double renaming was allowed, normal system
replaced the name set by initrd.
|
|
|
|
|
|
|
|
| |
The network-scripts package is legacy and deprecated, so nobody should depend on this!
If ifcfg-style configuration is still desired, NetworkManager can do this.
Thus, mark this as deprecated to ensure people know to not depend on it.
Reference: https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/
|
|
|
| |
As a easy way to get full legacy system V support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Translated using Weblate (Spanish)
Currently translated at 88.6% (140 of 158 strings)
Co-authored-by: Emilio Herrera <ehespinosa57@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/es/
Translation: fedora-sysv/initscripts
* Added translation using Weblate (Sinhala)
Co-authored-by: Hela Basa <r45xveza@pm.me>
* Translated using Weblate (Finnish)
Currently translated at 100.0% (158 of 158 strings)
Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/fi/
Translation: fedora-sysv/initscripts
* Translated using Weblate (Korean)
Currently translated at 100.0% (158 of 158 strings)
Translated using Weblate (Korean)
Currently translated at 82.9% (131 of 158 strings)
Co-authored-by: simmon <simmon@nplob.com>
Translate-URL: https://translate.fedoraproject.org/projects/fedora-sysv/initscripts/ko/
Translation: fedora-sysv/initscripts
Co-authored-by: Emilio Herrera <ehespinosa57@gmail.com>
Co-authored-by: Hela Basa <r45xveza@pm.me>
Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
Co-authored-by: simmon <simmon@nplob.com>
|
|
|
|
|
|
|
|
|
|
| |
This changes moves service script into initscripts-service subpackage.
The subpackage could be install without main package.
This change allows audit not to require initscripts and require only
initscripts-service instead.
Requested by: msekleta@redhat.com
|
| |
|
|
|
|
|
|
|
| |
There are two workflows, integration_test and shellcheck_test.
Those are similar to original travis jobs.
Co-authored-by: Frantisek Sumsal <frantisek@sumsal.cz>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Introduced in the bonding driver (commit ae46f184bc1f) now reports transmission failures.
Before that, it silently dropped the packet and replied with success error code.
The arping of iputils retries endlessly when a transmission error occurs.
This patch fix this behavior.
|