Registering Interfaces
[Manual]
Collaboration diagram for Registering Interfaces:
![]() |
Motivation
Most DES-SERT daemons will be configured via a configuration file and not at compilation time. Thus most daemons require CLI callbacks to add sys and mesh interfaces. DES-SERT Extra provides callbacks to add TUN and TAP devices as sys interface and any Ethernet compatible device as mesh interface.
Functions
int dessert_cli_cmd_addsysif(struct cli_def *cli, char *command, char *argv[], int argc); int dessert_cli_cmd_addsysif_tun(struct cli_def *cli, char *command, char *argv[], int argc); int dessert_cli_cmd_addmeshif(struct cli_def *cli, char *command, char *argv[], int argc);