diff options
author | Eiichiro Watanabe <a16tochjp@gmail.com> | 2017-08-24 18:15:01 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-08-29 18:38:33 +0900 |
commit | d92d3199318f609985a978cf0c87f77a56131104 (patch) | |
tree | 29caba309eb3af6ed966c151fd0326a43bb96f57 /api/gobgp.proto | |
parent | 2d65055028a1eb3528ff6f3f5aaa486083d7e38e (diff) |
gobgp: support local-rib/all option in command "gobgp bmp add"
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 907d3898..cc12f6ba 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -204,6 +204,8 @@ message AddBmpRequest { PRE = 0; POST = 1; BOTH = 2; + LOCAL = 3; + ALL = 4; } MonitoringPolicy type = 3; } |