interface-ip: route proto config support (FS#170)
[project/netifd.git] / system-dummy.c
index 9c734ea5955820f4c551b1ab2198d4d6f13746fc..2ea25ac5d6fd4ec491781880168d2432fb0e1a7c 100644 (file)
@@ -202,6 +202,12 @@ bool system_resolve_rt_type(const char *type, unsigned int *id)
        return true;
 }
 
+bool system_resolve_rt_proto(const char *type, unsigned int *id)
+{
+       *id = 0;
+       return true;
+}
+
 bool system_resolve_rt_table(const char *name, unsigned int *id)
 {
        *id = 0;