Documentation ¶
Index ¶
Constants ¶
View Source
const ( MinRouteTableNum = 10000 MaxRouteTableNum = 40000 MaxRulePriority = 32767 NodeLocalTableNum = 255 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func CreateRouteManager ¶
func (*Manager) AddRemoteSubnetInfo ¶ added in v0.3.0
func (*Manager) AddSubnetInfo ¶
func (*Manager) ResetInfos ¶
func (m *Manager) ResetInfos()
func (*Manager) SyncRoutes ¶
type SubnetInfo ¶
type SubnetInfo struct {
// contains filtered or unexported fields
}
type SubnetInfoMap ¶
type SubnetInfoMap map[string]*SubnetInfo
Click to show internal directories.
Click to hide internal directories.