From a609b5e8f39b132ff72476761add46d263c4147f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 19 Mar 2012 23:26:44 +0100 Subject: add support for updating route metrics --- interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interface.h') diff --git a/interface.h b/interface.h index 750c0f2..f0b26f5 100644 --- a/interface.h +++ b/interface.h @@ -87,6 +87,8 @@ struct interface { struct interface_ip_settings proto_ip; struct interface_ip_settings config_ip; + int metric; + /* errors/warnings while trying to bring up the interface */ struct list_head errors; -- cgit v1.2.3