diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 30cc9d30..bba39762 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -721,17 +721,6 @@ module gobgp { uses gobgp-rpki-servers; } - augment "/bgp:bgp/bgp:global" { - description "route collector mode"; - container collector { - leaf enabled { - type boolean; - description - "Configure enabling route-collector mode."; - } - } - } - augment "/bgp:bgp" { description "additional bmp configuration"; uses gobgp-bmp-servers; |