-
Oliver Herms authoredOliver Herms authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
peer.go 241 B
package config
import (
"net"
)
type Peer struct {
AdminEnabled bool
KeepAlive uint16
HoldTimer uint16
LocalAddress net.IP
PeerAddress net.IP
LocalAS uint32
PeerAS uint32
Passive bool
RouterID uint32
}