diff options
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system-dummy.c b/system-dummy.c index f2988f2..66b3ae6 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -205,6 +205,11 @@ bool system_resolve_rt_table(const char *name, unsigned int *id) return true; } +bool system_is_default_rt_table(unsigned int id) +{ + return true; +} + int system_add_iprule(struct iprule *rule) { return 0; |