summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-04-05 18:25:49 +0900
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-04-10 23:58:17 +0000
commitaa79a4de21772f556450cfe7e55e6f400c3f9dec (patch)
treecc15bcd2297653ffac956fa7c847b5bb9f7c2f70 /tools
parentd4a82f70ba17b64b1841d801098bf38dc0c475e1 (diff)
config: add PrefixLimit configuration knob to top-level of AfiSafi
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r--tools/pyang_plugins/gobgp.yang3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index 775d851d..d042792d 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -808,4 +808,7 @@ module gobgp {
}
}
+ augment "/bgp:bgp/bgp:global/bgp:afi-safis/bgp:afi-safi" {
+ uses bgp-mp:all-afi-safi-common;
+ }
}