aboutsummaryrefslogtreecommitdiffstats
path: root/network-scripts/ifup-routes
Commit message (Collapse)AuthorAgeFilesLines
* ifup-routes: Revert quotesJan Macku2022-01-241-4/+4
| | | | | | Quotes were introduced in a71dcfd392cc1022c255208fdd94a0fc6c13ceb0 Resolves: #2044189
* ifup-routes: Use `ip replace` only on type `route`Jan Macku2022-01-211-4/+6
| | | | | | Since other types might fail due to `replace` to be undefined. Related: #2034799
* ifup-routes: Log when using `ip $type replace`Jan Macku2022-01-121-2/+12
| | | | Follow-up to #401
* ifup-routes: Use `ip route repace` to avoid raceJan Macku2022-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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>
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-0/+76
NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.