# Functions
GetAfPacketValues get parameter values for af-packet interface creation.
GetAfXdpValues get parameter values for af-xdp interface creation.
InitLinks creates AF_PACKET interface if needed and put the given interfaces in promisc mode.
LinkToSocket - will link vpp via af_packet or af_xdp to the interface having the tunnelIP if tunnelIP is nil, it will find the interface for the default route and use that instead.
Must - simple wrapper to panic in the event of an error.
None - will perform no VPP initialization.
# Structs
AfPacketParams contains configuration parameters for AF_PACKET interface.
AfXDPParams contains configuration parameters for AF_XDP interface.
Func - vpp initialization function.
Parameters contains parameters for various AF types.
# Type aliases
AfType represents socket address family.