diff options
author | Chirag Shah <chirag@nvidia.com> | 2020-09-16 06:56:10 +0200 |
---|---|---|
committer | Chirag Shah <chirag@nvidia.com> | 2020-10-27 19:27:03 +0100 |
commit | f4b8ec07219cce13c8627efe311247ee06f3a8ab (patch) | |
tree | 32587bb81a570b61801aca2ff2e13625a49c89b4 /yang/frr-bgp-neighbor.yang | |
parent | lib: add flowspec safi to identitiy ref parsing (diff) | |
download | frr-f4b8ec07219cce13c8627efe311247ee06f3a8ab.tar.xz frr-f4b8ec07219cce13c8627efe311247ee06f3a8ab.zip |
bgpd: neighbor peergrp config to transactional cli
Signed-off-by: Chirag Shah <chirag@nvidia.com>
Diffstat (limited to 'yang/frr-bgp-neighbor.yang')
-rw-r--r-- | yang/frr-bgp-neighbor.yang | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/yang/frr-bgp-neighbor.yang b/yang/frr-bgp-neighbor.yang index 3b8d63c44..a4b50b156 100644 --- a/yang/frr-bgp-neighbor.yang +++ b/yang/frr-bgp-neighbor.yang @@ -97,8 +97,6 @@ submodule frr-bgp-neighbor { uses neighbor-update-source; - uses neighbor-remote-as; - uses structure-neighbor-group-ebgp-multihop; uses neighbor-local-as-options; @@ -124,7 +122,6 @@ submodule frr-bgp-neighbor { leaf enabled { type boolean; - default "false"; description "This leaf indicates whether the IPv4 Unicast AFI, SAFI is enabled for the neighbour or group."; |