diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2018-01-11 09:41:21 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-01-12 21:36:57 +0900 |
commit | 568c7aab62cc7a755debcf5e29e8354a73791622 (patch) | |
tree | 00910f3854df55665420d59ad8cf5ce1c2bc8e93 /api/gobgp.proto | |
parent | 91beb15057e951ec7376218a4d6e176f061d6d7e (diff) |
api: Support current flag in MonitorPeerState API
This patch adds "current" flag in MonitorPeerState API and enables to
get the current (existing) neighbors when gRPC client connecting to
GoBGP daemon.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
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 39dc1b52..2dafd351 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -119,6 +119,7 @@ message Arguments { Resource resource = 1; uint32 family = 2; string name = 3; + bool current = 4; } message AddPathRequest { |