summaryrefslogtreecommitdiffhomepage
path: root/tools/pyang_plugins/gobgp.yang
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-01-08 13:43:05 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-01-09 05:17:57 -0800
commit75d4e2a9abc2bff53b6b5b6cb5397a0491603c31 (patch)
tree4899d9be15c601633f3901653fabe9eeeaff0e18 /tools/pyang_plugins/gobgp.yang
parent834476474672f44d2e2d9fd7a1b913f0981116c3 (diff)
config: remove unnecessary augment
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'tools/pyang_plugins/gobgp.yang')
-rw-r--r--tools/pyang_plugins/gobgp.yang14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index 4528d3ad..ff1099d5 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -513,20 +513,6 @@ module gobgp {
uses gobgp-route-server-config-set;
}
- augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:transport/bgp:config" {
- description "neighbor's local ip address, whose type is inet:ip-address";
- leaf local-address {
- type inet:ip-address;
- }
- }
-
- augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:transport/bgp:state" {
- description "neighbor's local ip address, whose type is inet:ip-address";
- leaf local-address {
- type inet:ip-address;
- }
- }
-
augment "/bgp:bgp/bgp:global/bgp:apply-policy/bgp:config" {
description "addtional policy";
uses gobgp-in-policy;