netifd: Remove unnecessary default_config check in config_parse_interface
[project/netifd.git] / proto.c
diff --git a/proto.c b/proto.c
index 3a7b2a8..0ba2fbe 100644 (file)
--- a/proto.c
+++ b/proto.c
@@ -270,6 +270,7 @@ parse_gateway_option(struct interface *iface, struct blob_attr *attr, bool v6)
 
        route->mask = 0;
        route->flags = (v6 ? DEVADDR_INET6 : DEVADDR_INET4);
 
        route->mask = 0;
        route->flags = (v6 ? DEVADDR_INET6 : DEVADDR_INET4);
+       route->metric = iface->metric;
 
        unsigned int table = (v6) ? iface->ip6table : iface->ip4table;
        if (table) {
 
        unsigned int table = (v6) ? iface->ip6table : iface->ip4table;
        if (table) {