summaryrefslogtreecommitdiff
path: root/extdev.h
Commit message (Collapse)AuthorAgeFilesLines
* extdev: add support for external device handlersArne Kappen2021-03-311-0/+20
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>