summaryrefslogtreecommitdiffhomepage
path: root/tools/pyang_plugins
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2017-04-04 16:35:22 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-04-17 21:57:11 +0900
commit0f0f13417e4fbfd00ea1a2a75bf5f92fa78454e1 (patch)
treebd40a9a531970c2cabba5137dbda875b9a0f5b4a /tools/pyang_plugins
parent93c955a415f39f7f8d2a97a8298a8985d5dadc2f (diff)
config/bgp_configs: Constant for Local RIB in BMP
This patch adds a constant for Local RIB routes defined in "draft-evens-grow-bmp-local-rib". Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r--tools/pyang_plugins/gobgp.yang4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index 9590b82b..b37c7898 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -48,6 +48,10 @@ module gobgp {
value 2;
description "send both pre and post-policy routes";
}
+ enum LOCAL-RIB {
+ value 3;
+ description "send local rib routes";
+ }
}
}