mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-08 22:31:53 +00:00
yang: added as-notation leaf to global-bgp-config
Signed-off-by: ali aqrabawi <aaqrabaw@okdanetworks.com>
This commit is contained in:
parent
571cca28c3
commit
e6b203092d
@ -320,6 +320,19 @@ submodule frr-bgp-common {
|
|||||||
When set to 'false' BGP instance type is regular.";
|
When set to 'false' BGP instance type is regular.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
leaf as-notation {
|
||||||
|
type enumeration {
|
||||||
|
enum "plain" { value 0; }
|
||||||
|
enum "dot" { value 1; }
|
||||||
|
enum "dot+" { value 2; }
|
||||||
|
}
|
||||||
|
description
|
||||||
|
"The as-notation type:
|
||||||
|
- plain: use plain format for all AS values
|
||||||
|
- dot: use 'AA.BB' format for AS 4 byte values.
|
||||||
|
- dot+: use 'AA.BB' format for all AS values.";
|
||||||
|
}
|
||||||
|
|
||||||
leaf ebgp-multihop-connected-route-check {
|
leaf ebgp-multihop-connected-route-check {
|
||||||
type boolean;
|
type boolean;
|
||||||
default "false";
|
default "false";
|
||||||
|
Loading…
Reference in New Issue
Block a user