struct netconf_udp_tunnel
Overview
Generic UDP Tunnel interface More…
#include <netconf.h> struct netconf_udp_tunnel { // fields char* ifname; uint32_t vni; uint8_t remote[sizeof(struct in6_addr)]; size_t remote_len; uint16_t port; };
Detailed Documentation
Generic UDP Tunnel interface
Fields
char* ifname
Interface name
uint32_t vni
Virtual Network Identifier
size_t remote_len
Remote address length
uint16_t port
Destination port