-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
systemd-networkd: per-interface-type route metrics #17698
Copy link
Copy link
Open
Labels
RFE 🎁Request for Enhancement, i.e. a feature requestRequest for Enhancement, i.e. a feature requestneeds-discussion 🤔network
Description
Apparently, systemd-networkd defaults to a route metric of 1024 for all interfaces, while NetworkManager defaults to 600 for wireless and 300 for wired (IIRC) - not sure about wwan/LTE interfaces.
I use systemd-networkd to manage wired interfaces, and NetworkManager to manage wireless interfaces (by setting unmanaged-devices in their config)
When using networkd without any custom RouteMetric= set, this will result in my system preferring wifi over wired, which feels quite unintuitive.
IMHO, networkd should try to use the same metrics here by default.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RFE 🎁Request for Enhancement, i.e. a feature requestRequest for Enhancement, i.e. a feature requestneeds-discussion 🤔network