diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-20 15:31:27 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-20 15:31:27 +0900 |
commit | 7fc795694637c06be52cad97cf7397db0c7431fb (patch) | |
tree | 9b4baa7d88122b2b0370758cf2b4c5aba8de8a6f /api/gobgp.proto | |
parent | e429c1aaf4dd85459dfafc1a5efac9d4778370f6 (diff) |
improve performance of getting single neighbor information
avoid calculation of the number of adjout that will not be used.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 6b97cef3..5525f02b 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -75,6 +75,7 @@ service GobgpApi { message GetNeighborRequest { bool enableAdvertised = 1; + string address = 2; } message GetNeighborResponse { |