Documentation ¶
Index ¶
- type Neighbor
- type NeighborManager
- func (nm *NeighborManager) AddNeighbor(ip net.IP, linkIndex int)
- func (nm *NeighborManager) Cleanup()
- func (nm *NeighborManager) InitializeNeighborTable() error
- func (nm *NeighborManager) MonitorNeighbors()
- func (nm *NeighborManager) PersistentRoutes()
- func (nm *NeighborManager) RemoveNeighbor(ip net.IP, linkIndex int)
- func (nm *NeighborManager) SendPings()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Neighbor ¶
type Neighbor struct {
// contains filtered or unexported fields
}
func (Neighbor) LinkIndexChanged ¶
type NeighborManager ¶
type NeighborManager struct {
// contains filtered or unexported fields
}
func NewNeighborManager ¶
func NewNeighborManager(targetInterface string) (*NeighborManager, error)
func (*NeighborManager) AddNeighbor ¶
func (nm *NeighborManager) AddNeighbor(ip net.IP, linkIndex int)
func (*NeighborManager) Cleanup ¶
func (nm *NeighborManager) Cleanup()
func (*NeighborManager) InitializeNeighborTable ¶
func (nm *NeighborManager) InitializeNeighborTable() error
func (*NeighborManager) MonitorNeighbors ¶
func (nm *NeighborManager) MonitorNeighbors()
func (*NeighborManager) PersistentRoutes ¶ added in v1.1.0
func (nm *NeighborManager) PersistentRoutes()
func (*NeighborManager) RemoveNeighbor ¶
func (nm *NeighborManager) RemoveNeighbor(ip net.IP, linkIndex int)
func (*NeighborManager) SendPings ¶ added in v1.1.0
func (nm *NeighborManager) SendPings()
Click to show internal directories.
Click to hide internal directories.