summaryrefslogtreecommitdiff
path: root/ubus.h
Commit message (Collapse)AuthorAgeFilesLines
* bridge: add support for an external STP daemonFelix Fietkau2021-08-241-0/+1
| | | | | | | | 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 <nbd@nbd.name>
* extdev: add support for external device handlersArne Kappen2021-03-311-0/+3
| | | | | | | | | | This allows to integrate external daemons that configure network devices with netifd. At startup, netifd generates device handler stubs from descriptions in /lib/netifd/extdev-config via the mechanism in handler.c. These are then added to the list of device handlers. Device handlers stubs act as relays forwarding calls against the device handler interface to the external daemon. Signed-off-by: Arne Kappen <arne.kappen@hhi.fraunhofer.de>
* add initial support for handling wireless devices via scriptsFelix Fietkau2013-11-291-0/+2
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* Add protocol update notifications and hotplug legacy callsSteven Barth2013-10-171-0/+1
|
* add copyright headersFelix Fietkau2012-05-041-0/+13
|
* add ubus events for interface up/downFelix Fietkau2011-10-091-0/+1
|
* Initial importFelix Fietkau2011-03-271-0/+9