Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Name string Image string Neighbor frrconfig.NeighborConfig Router frrconfig.RouterConfig HostIPv4 string HostIPv6 string Network string }
type FRR ¶
type FRR struct { executor.Executor Name string NeighborConfig frrconfig.NeighborConfig RouterConfig frrconfig.RouterConfig Ipv4 string Ipv6 string Network string MultiProtocol frrconfig.MultiProtocol // contains filtered or unexported fields }
func ConfigureExisting ¶ added in v0.13.6
ConfigureExisting validates that the existing frr containers that correspond to the given configurations are up and running, and returns the corresponding *FRRs.
func (*FRR) AddressesForFamily ¶
func (*FRR) UpdateBGPConfigFile ¶
Updating the BGP config file.
Click to show internal directories.
Click to hide internal directories.