proto-shell: Model config parameter "no-proto-task" as a proto flag
[project/netifd.git] / system-dummy.c
index 9542d3c..9c734ea 100644 (file)
@@ -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;