struct netconf_vxlan
Overview
VXLAN network interface More…
#include <netconf.h> struct netconf_vxlan { // fields netconf_udp_tunnel generic; uint8_t local[sizeof(struct in6_addr)]; size_t local_len; char* dev; };
Detailed Documentation
VXLAN network interface
Fields
netconf_udp_tunnel generic
Generic fields of UDP Tunnel
uint8_t local[sizeof(struct in6_addr)]
Local address
size_t local_len
Local address length
char* dev
Device name