diff options
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system-dummy.c b/system-dummy.c index 71dad0e..401a1a9 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -206,3 +206,13 @@ time_t system_get_rtime(void) return 0; } + +int system_del_ip_tunnel(const char *name) +{ + return 0; +} + +int system_add_ip_tunnel(const char *name, struct blob_attr *attr) +{ + return 0; +} |