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, 13 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index a06a7fa2..a1c151b0 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -1251,4 +1251,17 @@ module gobgp {
uses long-lived-graceful-restart;
}
+
+ augment "/bgp:bgp/bgp:global/bgp:afi-safis/bgp:afi-safi" {
+ container add-paths {
+ description
+ "add-paths configuration options related to a particular AFI-SAFI.";
+ container config {
+ uses bgp:bgp-neighbor-add-paths_config;
+ }
+ container state {
+ uses bgp:bgp-neighbor-add-paths_config;
+ }
+ }
+ }
}