summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-05-19 06:35:01 +0000
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-05-21 07:45:12 +0900
commitc7e1f88da3b73fbf6dc641581b6249830071a50e (patch)
tree8f2c0f4e13be6b622959fc5a16e95b8c8b2d3111 /api/gobgp.proto
parentd22476cb3175ab02730ce1db7d8c9b515460e5a7 (diff)
cli: include route-reflector/route-server infomation in Peer message
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 7002ff18..bcfec955 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -565,7 +565,7 @@ message EbgpMultihop {
message RouteReflector {
bool route_reflector_client = 1;
- uint32 route_reflector_cluster_id = 2;
+ string route_reflector_cluster_id = 2;
}
message PeerState {