ospf

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCollector

func NewCollector() collector.RPCCollector

NewCollector creates a new collector

Types

type Ospf3Rpc

type Ospf3Rpc struct {
	Information struct {
		Overview struct {
			Areas []OspfAreaRpc `xml:"ospf-area-overview"`
		} `xml:"ospf-overview"`
	} `xml:"ospf3-overview-information"`
}

type OspfAreaRpc

type OspfAreaRpc struct {
	Name      string `xml:"ospf-area"`
	Neighbors struct {
		NeighborsUp int64 `xml:"ospf-nbr-up-count"`
	} `xml:"ospf-nbr-overview"`
}

type OspfRpc

type OspfRpc struct {
	Information struct {
		Overview struct {
			Areas []OspfAreaRpc `xml:"ospf-area-overview"`
		} `xml:"ospf-overview"`
	} `xml:"ospf-overview-information"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL