diff options
| author | Chirag Shah <chirag@nvidia.com> | 2020-09-15 21:56:10 -0700 |
|---|---|---|
| committer | Chirag Shah <chirag@nvidia.com> | 2020-10-27 11:27:03 -0700 |
| commit | f4b8ec07219cce13c8627efe311247ee06f3a8ab (patch) | |
| tree | 32587bb81a570b61801aca2ff2e13625a49c89b4 /yang/frr-bgp-common-structure.yang | |
| parent | fbace230b0047d8f7cda2642a7fcaa64bcf1dc1a (diff) | |
bgpd: neighbor peergrp config to transactional cli
Signed-off-by: Chirag Shah <chirag@nvidia.com>
Diffstat (limited to 'yang/frr-bgp-common-structure.yang')
| -rw-r--r-- | yang/frr-bgp-common-structure.yang | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/yang/frr-bgp-common-structure.yang b/yang/frr-bgp-common-structure.yang index 6543b1d1c3..e17aa2783f 100644 --- a/yang/frr-bgp-common-structure.yang +++ b/yang/frr-bgp-common-structure.yang @@ -110,7 +110,6 @@ submodule frr-bgp-common-structure { container local-as { leaf local-as { type inet:as-number; - mandatory true; description "The local autonomous system number that is to be used when establishing sessions with the remote peer or peer group, if @@ -200,7 +199,6 @@ submodule frr-bgp-common-structure { container neighbor-remote-as { leaf remote-as-type { type frr-bt:as-type; - mandatory true; description "Remote AS type."; } @@ -598,7 +596,7 @@ submodule frr-bgp-common-structure { leaf send-large-community { type boolean; - default "false"; + default "true"; description "Send large community attribute to this neighbor."; } @@ -614,7 +612,6 @@ submodule frr-bgp-common-structure { "BGP Administrative Shutdown Communication."; leaf enable { type boolean; - mandatory true; description "When set to 'true', BGP shutdown communication is enabled."; } |
