Documentation
¶
Index ¶
- Variables
- func BGPCommands(bgpMgr agent.BGPRouterManager) hive.ScriptCmdsOut
- func BGPPeersCmd(bgpMgr agent.BGPRouterManager) script.Cmd
- func BGPRoutesCmd(bgpMgr agent.BGPRouterManager) script.Cmd
- func FormatPathAttributes(attrs []bgp.PathAttributeInterface) string
- func PrintPeerStates(tw *tabwriter.Writer, instances []agent.InstancePeerStates, noUptime bool)
- func PrintRoutes(tw *tabwriter.Writer, instances []agent.InstanceRoutes, ...)
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Provide(BGPCommands)
Functions ¶
func BGPCommands ¶
func BGPCommands(bgpMgr agent.BGPRouterManager) hive.ScriptCmdsOut
func BGPPeersCmd ¶
func BGPPeersCmd(bgpMgr agent.BGPRouterManager) script.Cmd
func BGPRoutesCmd ¶
func BGPRoutesCmd(bgpMgr agent.BGPRouterManager) script.Cmd
func FormatPathAttributes ¶ added in v1.19.3
func FormatPathAttributes(attrs []bgp.PathAttributeInterface) string
func PrintPeerStates ¶
func PrintPeerStates(tw *tabwriter.Writer, instances []agent.InstancePeerStates, noUptime bool)
func PrintRoutes ¶
func PrintRoutes(tw *tabwriter.Writer, instances []agent.InstanceRoutes, printPeer, noAge, printAttr bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.