Documentation ¶
Overview ¶
This module defines configuration and state variables for VLANs, in addition to VLAN parameters associated with interfaces
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TPID0X9200 ¶
type TPID0X9200 struct { }
func (TPID0X9200) String ¶
func (id TPID0X9200) String() string
type TPID0x8100 ¶
type TPID0x8100 struct { }
func (TPID0x8100) String ¶
func (id TPID0x8100) String() string
type TPID0x8A88 ¶
type TPID0x8A88 struct { }
func (TPID0x8A88) String ¶
func (id TPID0x8A88) String() string
type TPID0x9100 ¶
type TPID0x9100 struct { }
func (TPID0x9100) String ¶
func (id TPID0x9100) String() string
type VlanModeType ¶
type VlanModeType string
VlanModeType represents VLAN interface mode (trunk or access)
const ( // Access mode VLAN interface (No 802.1q header) VlanModeType_ACCESS VlanModeType = "ACCESS" // Trunk mode VLAN interface VlanModeType_TRUNK VlanModeType = "TRUNK" )
Click to show internal directories.
Click to hide internal directories.