summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/pyang_plugins/gobgp.yang11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index 0a60ac6f..1760ad28 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -668,6 +668,17 @@ module gobgp {
}
augment "/bgp:bgp/bgp:global" {
+ description "route collector mode";
+ container collector {
+ leaf enabled {
+ type boolean;
+ description
+ "Configure enabling route-collector mode.";
+ }
+ }
+ }
+
+ augment "/bgp:bgp/bgp:global" {
description "additional bmp configuration";
uses gobgp-bmp-servers;
}