From 6519cf31e4b033fd4a03c031ad882166be84fa6d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 22 Aug 2021 08:00:18 +0200 Subject: bridge: add support for an external STP daemon netifd notifies the stp daemon through the network.device object and sends STP related configuration parameters. The daemon can also trigger a STP restart in order to close the race on init Signed-off-by: Felix Fietkau --- ubus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ubus.h') diff --git a/ubus.h b/ubus.h index 590f5fc..dde7124 100644 --- a/ubus.h +++ b/ubus.h @@ -25,5 +25,6 @@ void netifd_ubus_add_interface(struct interface *iface); void netifd_ubus_remove_interface(struct interface *iface); void netifd_ubus_interface_event(struct interface *iface, bool up); void netifd_ubus_interface_notify(struct interface *iface, bool up); +void netifd_ubus_device_notify(const char *event, struct blob_attr *data, int timeout); #endif -- cgit v1.2.1