mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 15:23:39 +00:00
yang: Added default value to leaf
Added default value to yang Signed-off-by: y-bharath14 <y.bharath@samsung.com>
This commit is contained in:
parent
ebf05b4ee1
commit
728f2942f9
@ -626,6 +626,7 @@ module frr-zebra {
|
|||||||
|
|
||||||
leaf table-id {
|
leaf table-id {
|
||||||
type uint32;
|
type uint32;
|
||||||
|
default "254";
|
||||||
description
|
description
|
||||||
"Routing Table id (default id - 254).";
|
"Routing Table id (default id - 254).";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user