From 0f0f13417e4fbfd00ea1a2a75bf5f92fa78454e1 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Tue, 4 Apr 2017 16:35:22 +0900 Subject: 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 --- tools/pyang_plugins/gobgp.yang | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') 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"; + } } } -- cgit v1.2.3