Skip to content
Snippets Groups Projects
  • Arne Kappen's avatar
    80bf9d74
    extdev: add support for external device handlers · 80bf9d74
    Arne Kappen authored
    
    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: default avatarArne Kappen <arne.kappen@hhi.fraunhofer.de>
    80bf9d74
    History
    extdev: add support for external device handlers
    Arne Kappen authored
    
    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: default avatarArne Kappen <arne.kappen@hhi.fraunhofer.de>