summaryrefslogtreecommitdiffstats
path: root/yang/frr-bgp-common-structure.yang
diff options
context:
space:
mode:
authorChirag Shah <chirag@nvidia.com>2020-09-16 06:56:10 +0200
committerChirag Shah <chirag@nvidia.com>2020-10-27 19:27:03 +0100
commitf4b8ec07219cce13c8627efe311247ee06f3a8ab (patch)
tree32587bb81a570b61801aca2ff2e13625a49c89b4 /yang/frr-bgp-common-structure.yang
parentlib: add flowspec safi to identitiy ref parsing (diff)
downloadfrr-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-common-structure.yang')
-rw-r--r--yang/frr-bgp-common-structure.yang5
1 files changed, 1 insertions, 4 deletions
diff --git a/yang/frr-bgp-common-structure.yang b/yang/frr-bgp-common-structure.yang
index 6543b1d1c..e17aa2783 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.";
}