summaryrefslogtreecommitdiffhomepage
path: root/tools/pyang_plugins/gobgp.yang
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pyang_plugins/gobgp.yang')
-rw-r--r--tools/pyang_plugins/gobgp.yang13
1 files changed, 12 insertions, 1 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index 2fa51887..ad8f24b8 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -554,7 +554,18 @@ module bgp-gobgp {
augment "/bgp:bgp" {
description "additional rpki configuration and state";
uses gobgp-rpki-servers;
-
}
+ augment "/bgp:bgp/bgp:global" {
+ description "additional mrt configuration";
+ container mrt {
+ description
+ "Configure dump bgp messages in the mrt format";
+ leaf file-name {
+ type string;
+ description
+ "Configures a file name to be written.";
+ }
+ }
+ }
}