diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:45:45 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:45:45 -0400 | 
| commit | 9c44816398d5a4710e06f0d7597538bf77aa94b1 (patch) | |
| tree | ff503c9af1323d5a5643d0a292c5302c8ceed26a /yang/frr-bgp.yang | |
| parent | ddd96b51b06e7cd5ff5471aa6f8ddb390708b858 (diff) | |
Revert "yang: add bgp link-state"
This reverts commit 3cf5ff27155138ad7b7bafd2e815ca1bba5744ea.
Diffstat (limited to 'yang/frr-bgp.yang')
| -rw-r--r-- | yang/frr-bgp.yang | 31 | 
1 files changed, 0 insertions, 31 deletions
diff --git a/yang/frr-bgp.yang b/yang/frr-bgp.yang index 557b9ef81b..b34fd43e78 100644 --- a/yang/frr-bgp.yang +++ b/yang/frr-bgp.yang @@ -819,17 +819,6 @@ module frr-bgp {      uses structure-neighbor-group-filter-config;    } - -  augment "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/bgp/neighbors/neighbor/afi-safis/afi-safi/linkstate-linkstate" { -    uses structure-neighbor-route-reflector; - -    uses structure-neighbor-route-server; - -    uses structure-neighbor-group-soft-reconfiguration; - -    uses structure-neighbor-group-filter-config; -  } -    augment "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/bgp/neighbors/unnumbered-neighbor/afi-safis/afi-safi/ipv4-unicast" {      uses structure-neighbor-group-add-paths; @@ -1101,16 +1090,6 @@ module frr-bgp {      uses structure-neighbor-group-filter-config;    } -  augment "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/bgp/neighbors/unnumbered-neighbor/afi-safis/afi-safi/linkstate-linkstate" { -    uses structure-neighbor-route-reflector; - -    uses structure-neighbor-route-server; - -    uses structure-neighbor-group-soft-reconfiguration; - -    uses structure-neighbor-group-filter-config; -  } -    augment "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/bgp/peer-groups/peer-group/afi-safis/afi-safi/ipv4-unicast" {      uses structure-neighbor-group-add-paths; @@ -1387,14 +1366,4 @@ module frr-bgp {      uses structure-neighbor-group-filter-config;    } - -  augment "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/bgp/peer-groups/peer-group/afi-safis/afi-safi/linkstate-linkstate" { -    uses structure-neighbor-route-reflector; - -    uses structure-neighbor-route-server; - -    uses structure-neighbor-group-soft-reconfiguration; - -    uses structure-neighbor-group-filter-config; -  }  }  | 
