bridge: add support for an external STP daemon
[project/netifd.git] / system-dummy.c
index ab178f3ce9d3f4b6fc218f467d005505a9c44976..7eb4e08d64161e0fbd4320450cdde0741cab700f 100644 (file)
@@ -66,6 +66,10 @@ int system_bridge_vlan(const char *iface, uint16_t vid, bool add, unsigned int v
        return 0;
 }
 
+void system_bridge_set_stp_state(struct device *dev, bool val)
+{
+}
+
 int system_bridge_vlan_check(struct device *dev, char *ifname)
 {
        return 0;