diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-05-19 06:35:01 +0000 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-21 07:45:12 +0900 |
commit | c7e1f88da3b73fbf6dc641581b6249830071a50e (patch) | |
tree | 8f2c0f4e13be6b622959fc5a16e95b8c8b2d3111 /api/gobgp.proto | |
parent | d22476cb3175ab02730ce1db7d8c9b515460e5a7 (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.proto | 2 |
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 { |