Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ISISServer ¶
type ISISServer interface { AddInterface(*InterfaceConfig) error Start() error }
ISISServer is generic ISIS server interface
type InterfaceConfig ¶
type InterfaceConfig struct { Name string Passive bool PointToPoint bool Level1 *InterfaceLevelConfig Level2 *InterfaceLevelConfig // contains filtered or unexported fields }
InterfaceConfig represents a network interfaces ISIS config
type InterfaceLevelConfig ¶
type InterfaceLevelConfig struct { HelloInterval uint16 HoldingTimer uint16 Metric uint32 Passive bool Priority uint8 }
InterfaceLevelConfig is the ISIS level config of an interface
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents an ISIS server
func (*Server) AddInterface ¶
func (s *Server) AddInterface(cfg *InterfaceConfig) error
AddInterface adds an interface to the ISIS server
Click to show internal directories.
Click to hide internal directories.