From 415710f94d85ed3c3e042ee6cfb83751b0ec003c Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Tue, 4 Jul 2017 16:41:26 +0900 Subject: config: Use BmpServerConfig struct in BmpServerState Currently, BmpServerState has empty structure and can not store any configration information. This patch fixes to use BmpServerConfig structure in BmpServerState to store the same information. Signed-off-by: IWASE Yusuke --- tools/pyang_plugins/gobgp.yang | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools/pyang_plugins/gobgp.yang') diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 9ada88d4..46d3866f 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -585,10 +585,6 @@ module gobgp { } } - grouping gobgp-bmp-server-state { - description "additional BMP state"; - } - grouping gobgp-bmp-server-set { description "additional BMP configuration and state"; @@ -601,7 +597,7 @@ module gobgp { container state { description "Configuration parameters relating to BMP server"; - uses gobgp-bmp-server-state; + uses gobgp-bmp-server-config; } } -- cgit v1.2.3