From 5d8e593dce074bff966fc0a46579c61b4f3bc33a Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Thu, 10 Jul 2014 23:09:58 +0530 Subject: networkd: make metric of routes configurable Now route metric can be configuted via conf file: example conf: [Match] Name=em1 [Route] Gateway=192.168.1.12 Metric=10 Test: ip route output default via 192.168.1.12 dev em1 metric 10 [tomegun: squash TODO update and reword man page a bit] --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 4bdf6c3115..877321f157 100644 --- a/TODO +++ b/TODO @@ -624,7 +624,6 @@ Features: - properly handle routerless dhcp leases - default to DHCP unicast, but make broadcast opt-in. detect devices that needs broadcast and opt-in automatically (needs kernel patch?) - add more attribute support for SIT tunnel - - make metric of routes configurable - work with non-ethernet devices - add support for more bond options -- cgit v1.2.3-54-g00ecf