Documentation ¶
Index ¶
Constants ¶
View Source
const ( // VlanIDMin specifies the min VLAN ID we want to use on our switches VlanIDMin uint16 = 1001 // VlanIDMax specifies the max VLAN ID we want to use on our switches VlanIDMax uint16 = 2000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mapping ¶
Mapping holds the current mapping of VLAN IDs to VNIs of the switch
func ReadMapping ¶
ReadMapping reads the current VLAN to VNI mapping with the help of netlink
Click to show internal directories.
Click to hide internal directories.