X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;h=76c6ffa7d032d8bbbf37f05bd51ee633c55cbca3;hp=7d543159cf54ac99abb909e17ebd5c8483f5e1a0;hb=1bba3f853bf5b2974b32303c55dfbc0e78d01965;hpb=fe08cfd2bfb389f7c174e2dd1561ba4a381db213 diff --git a/system-dummy.c b/system-dummy.c index 7d54315..76c6ffa 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -209,6 +209,12 @@ bool system_is_default_rt_table(unsigned int id) return true; } +bool system_resolve_rpfilter(const char *filter, unsigned int *id) +{ + *id = 0; + return true; +} + int system_add_iprule(struct iprule *rule) { return 0;