mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 22:30:52 +00:00
yang: Default value for a key leaf to be ignored
In YANG, key leaves are used to uniquely identify list entries, and they cannot have default values Signed-off-by: y-bharath14 <y.bharath@samsung.com>
This commit is contained in:
parent
007243d94d
commit
4f7b45f28b
@ -520,7 +520,6 @@ module frr-bfdd {
|
|||||||
|
|
||||||
leaf bfd-name {
|
leaf bfd-name {
|
||||||
type string;
|
type string;
|
||||||
default "";
|
|
||||||
description "Bfd session name.";
|
description "Bfd session name.";
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -582,7 +581,6 @@ module frr-bfdd {
|
|||||||
|
|
||||||
leaf bfd-name {
|
leaf bfd-name {
|
||||||
type string;
|
type string;
|
||||||
default "";
|
|
||||||
description "Bfd session name.";
|
description "Bfd session name.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user