Newer
Older
package routingtable
// Neighbor represents the attributes identifying a neighbor relationsship
type Neighbor struct {
// Addres is the IPv4 address of the neighbor as integer representation
Address uint32
// Type is the type / protocol used for routing inforation communitation
// IBGP returns if local ASN is equal to remote ASN
IBGP bool
// Local ASN of session
LocalASN uint32