Skip to content
Snippets Groups Projects
Commit 6068245f authored by Maximilian Wilhelm's avatar Maximilian Wilhelm
Browse files

Update comments to be conform to golint (which seem's to not care).

parent 4afa10ca
No related branches found
No related tags found
No related merge requests found
......@@ -19,13 +19,13 @@ type Neighbor struct {
// Local ASN of session
LocalASN uint32
// Peer is a route server client
// RouteServerClient incicates if the peer is a route server client
RouteServerClient bool
// Peer is a route reflector client
// RouteReflectorClient indicates if the peer is a route reflector client
RouteReflectorClient bool
// Our route reflection clusterID
// ClusterID is our route reflectors clusterID
ClusterID uint32
// CapAddPathRX indicates if the peer supports receiving multiple BGP paths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment