vlan_types

package
v0.0.0-...-fac1166 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

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 TPIDTYPES

type TPIDTYPES struct {
}

func (TPIDTYPES) String

func (id TPIDTYPES) 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"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL