tap interface initialization parameters More...
tap interface initialization parameters
Definition at line 50 of file netdev_tap.h.
#include <netdev_tap.h>
Data Fields | |
char ** | tap_name |
Name of the host system's tap interface to bind to. | |
bool | wired |
Interface should behave like a wired interface. | |
char** netdev_tap_params_t::tap_name |
Name of the host system's tap interface to bind to.
Definition at line 51 of file netdev_tap.h.
bool netdev_tap_params_t::wired |
Interface should behave like a wired interface.
Definition at line 53 of file netdev_tap.h.