mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:44:16 +00:00
Merge pull request #18139 from y-bharath14/srib-yang-v2
yang: Default value for a key leaf to be ignored
This commit is contained in:
commit
e241882d8f
@ -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 New Issue
Block a user