Versions in this module Expand all Collapse all v0 v0.1.19 Mar 22, 2024 Changes in this version + func DoBuildStaticRoutes(net *xir.Network) error + type BreadthFirst struct + HoldVisit func(graph.Node) bool + Traverse func(graph.Edge) bool + Visit func([]graph.Node) + func (b *BreadthFirst) Walk(g graph.Graph, froms ...graph.Node) (*swiss.Map[int64, struct{}], []graph.Node, []graph.Node) + type IPv4Addressing struct + ActiveNets map[string]bool + AddrSpace *net.IPNet + func NewIPv4Addressing() *IPv4Addressing + func (a *IPv4Addressing) Name() string + func (a *IPv4Addressing) Reticulate(xn *xir.Network) (bool, error) + type ModelReticulator interface + Name func() string + Reticulate func(x *xir.Network) (bool, error) + type Path struct + type StaticRouting struct + func (sr *StaticRouting) Name() string + func (sr *StaticRouting) Reticulate(xn *xir.Network) (bool, error)