Documentation ¶
Overview ¶
Types related to the OpenConfig Abstract Forwarding Table (AFT) model
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncapsulationHeaderType ¶
type EncapsulationHeaderType string
EncapsulationHeaderType represents head- or tail-end.
const ( // The encapsulation header is a Generic Routing Encapsulation // header. EncapsulationHeaderType_GRE EncapsulationHeaderType = "GRE" // The encapsulation header is an IPv4 packet header EncapsulationHeaderType_IPV4 EncapsulationHeaderType = "IPV4" // The encapsulation header is an IPv6 packet header EncapsulationHeaderType_IPV6 EncapsulationHeaderType = "IPV6" // The encapsulation header is one or more MPLS labels indicated // by the pushed and popped label stack lists. EncapsulationHeaderType_MPLS EncapsulationHeaderType = "MPLS" )
Click to show internal directories.
Click to hide internal directories.