Bump netifd versiob 2017.01.25

This commit is contained in:
2017-03-18 22:47:13 +01:00
parent 7195cc3d28
commit 45d0a9919a
30 changed files with 521 additions and 187 deletions

View 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;