From 5120cfc7ca03bb5742123b16d1452749d62c8db4 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Wed, 16 Mar 2016 16:02:34 +0900 Subject: config: move Mrt/Bmp configuration outside of Global configuration Global config basically store configuration whose change will cause all neighbor session restart. Mrt and Bmp configuration is not such. Put them outside of Global config. Signed-off-by: ISHIDA Wataru --- tools/pyang_plugins/gobgp.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/pyang_plugins') diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 092a2908..16ad5f40 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -703,12 +703,12 @@ module gobgp { } } - augment "/bgp:bgp/bgp:global" { + augment "/bgp:bgp" { description "additional bmp configuration"; uses gobgp-bmp-servers; } - augment "/bgp:bgp/bgp:global" { + augment "/bgp:bgp" { description "additional mrt configuration"; container mrt { description -- cgit v1.2.3