X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=system-dummy.c;h=76c6ffa7d032d8bbbf37f05bd51ee633c55cbca3;hb=edb414294c06fb9d275c9f3be2282283453a46d0;hp=7d543159cf54ac99abb909e17ebd5c8483f5e1a0;hpb=fe08cfd2bfb389f7c174e2dd1561ba4a381db213;p=project%2Fnetifd.git 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;