Skip to content

fngsystem:network:sharedconf: Reduce prio for route on static ip interfaces

Tobias Kahlki requested to merge fngsystem-prio-for-static-rotue into dunfell

Busybox ifup happens to setup a default route for interfaces with static ip adresses, also when no cable is connected. By default this route has higher priority then the route set by udhcp for an other interface, leading in a not working network setup. This reduces the prio ( sets a higher metric) for the static default route, so it is set, but overruled by a route set by udhcp.

Merge request reports

Loading