Documentation ¶
Overview ¶
Package tescale provides functions for tescale
Index ¶
Constants ¶
View Source
const ( // VRFT vrf t VRFT = "vrf_t" // VRFR vrf r VRFR = "vrf_r" // VRFRD vrf rd VRFRD = "vrf_rd" // V4TunnelIPBlock tunnel IP block V4TunnelIPBlock = "198.18.0.1/16" // V4VIPIPBlock vip IP block V4VIPIPBlock = "198.18.196.1/22" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDPool ¶
type IDPool struct {
// contains filtered or unexported fields
}
IDPool for NH and NHG IDs
type Param ¶
type Param struct { V4TunnelCount int V4TunnelNHGCount int V4TunnelNHGSplitCount int EgressNHGSplitCount int V4ReEncapNHGCount int }
Param TE holds scale parameters.
type VRFConfig ¶
type VRFConfig struct { Name string NHs []fluent.GRIBIEntry NHGs []fluent.GRIBIEntry V4Entries []fluent.GRIBIEntry }
VRFConfig holds NH, NHG and IPv4 entries for the VRF.
Click to show internal directories.
Click to hide internal directories.