Re: [systemd-devel] [PATCH] networkd: allow specification of DHCP route metric

2014-10-22 Thread Lennart Poettering
On Mon, 08.09.14 15:09, Tom Gundersen (t...@jklm.no) wrote: > Applied. Thanks! Hmm, the route metric for dhcp routes is now configurable. But what about implied routes created due to static IP configuration? I wonder if it wouldn't be a better idea to move RouteMetric= from the [DHCP] section in

Re: [systemd-devel] [PATCH] networkd: allow specification of DHCP route metric

2014-09-08 Thread Tom Gundersen
Applied. Thanks! Tom On Mon, Sep 8, 2014 at 12:26 PM, Angus Gibson wrote: > This lets the routing metric for links to be specified per-network, > still defaulting to DHCP_ROUTE_METRIC (1024) if unspecified. Hopefully > this helps with multiple interfaces configured via DHCP. > > --- > man/syste

[systemd-devel] [PATCH] networkd: allow specification of DHCP route metric

2014-09-08 Thread Angus Gibson
This lets the routing metric for links to be specified per-network, still defaulting to DHCP_ROUTE_METRIC (1024) if unspecified. Hopefully this helps with multiple interfaces configured via DHCP. --- man/systemd.network.xml | 6 ++ src/network/networkd-dhcp4.c | 6