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.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;