You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ip r
default via 192.168.5.2 dev eth0 proto dhcp src 192.168.5.15 metric 100
default via 192.168.105.1 dev lima0 proto dhcp src 192.168.105.3 metric 101
...
Expected routes:
default via 192.168.105.1 dev lima0 proto dhcp src 192.168.105.3 metric 100
default via 192.168.5.2 dev eth0 proto dhcp src 192.168.5.15 metric 200
...
The text was updated successfully, but these errors were encountered:
Description
We specify route-metric: N in network-config, but the settings is not respected in Fedora.
Test yaml:
network-config generated by lima:
Actual routes:
Expected routes:
The text was updated successfully, but these errors were encountered: