Bugzilla – Bug 1212806
Default route is missing when gateway has a host route
Last modified: 2024-04-19 08:43:21 UTC
I upgraded a TW installation from 20230310 to 20230624 and found afterwards that it was missing the configured IPv4 default route where the gateway address was configured as a peer address: > # cat ifcfg-enp1s0 > BOOTPROTO='static' > STARTMODE='auto' > IPADDR='136.243.128.214' > REMOTE_IPADDR='192.168.128.1' > # cat ifroute-enp1s0 > default 192.168.128.1 - enp1s0 > # ip -4 route show > 192.168.128.1 dev enp1s0 proto kernel scope link src 136.243.128.214 The result should have been (and was before the upgrade): > # ip -4 route show > default via 192.168.128.1 dev enp1s0 > 192.168.128.1 dev enp1s0 proto kernel scope link src 136.243.128.214 I also observed that the host was constantly sending ARP requests asking for its own IP address without ever getting an answer.
Unfortunately this looks like a regression of https://github.com/openSUSE/wicked/pull/979
This is an autogenerated message for OBS integration: This bug (1212806) was mentioned in https://build.opensuse.org/request/show/1096908 Factory / wicked
*** Bug 1212668 has been marked as a duplicate of this bug. ***
Fixed with https://github.com/openSUSE/wicked/pull/982