summaryrefslogtreecommitdiffhomepage
path: root/server/grpc_server.go
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-12-30 20:50:27 +0900
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-01-09 22:51:23 +0900
commitaff1c244ad0d88a814f2ce573800717ccd08b450 (patch)
tree711b432961c52c76a70cd76a980d00ad956c0d5b /server/grpc_server.go
parentf4c07da88154dd4b21012576a4ceb205715f4b3e (diff)
bmp: use watcher infra to implement bmp feature
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'server/grpc_server.go')
-rw-r--r--server/grpc_server.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/grpc_server.go b/server/grpc_server.go
index 63d6e1ad..554c62a9 100644
--- a/server/grpc_server.go
+++ b/server/grpc_server.go
@@ -67,6 +67,8 @@ const (
REQ_POLICY_ASSIGNMENT
REQ_MOD_POLICY_ASSIGNMENT
REQ_BMP_NEIGHBORS
+ REQ_BMP_GLOBAL
+ REQ_BMP_ADJ_IN
)
type Server struct {