X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=system-dummy.c;h=9c734ea5955820f4c551b1ab2198d4d6f13746fc;hb=6fd6be6b7f3fc4883fdc464fcbcb2b5e8d8e8174;hp=9542d3ce76b359b495fa262b1d1e3a7baae1d2e0;hpb=7c5d82806c11886bcc08821584fe51790a593feb;p=project%2Fnetifd.git diff --git a/system-dummy.c b/system-dummy.c index 9542d3c..9c734ea 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -83,6 +83,10 @@ int system_if_down(struct device *dev) return 0; } +void system_if_get_settings(struct device *dev, struct device_settings *s) +{ +} + void system_if_clear_state(struct device *dev) { } @@ -215,12 +219,6 @@ bool system_resolve_rpfilter(const char *filter, unsigned int *id) return true; } -bool system_resolve_igmpversion(const unsigned int version, unsigned int *id) -{ - *id = 0; - return true; -} - int system_add_iprule(struct iprule *rule) { return 0;