forked from Mirror/frr
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 {
|
||||
type string;
|
||||
default "";
|
||||
description "Bfd session name.";
|
||||
}
|
||||
|
||||
|
@ -582,7 +581,6 @@ module frr-bfdd {
|
|||
|
||||
leaf bfd-name {
|
||||
type string;
|
||||
default "";
|
||||
description "Bfd session name.";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue