summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/pyang_plugins/gobgp.yang6
1 files changed, 1 insertions, 5 deletions
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;
}
}