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:
Y Bharath 2024-07-11 22:31:22 +05:30
parent ebf05b4ee1
commit 728f2942f9

View File

@ -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).";
} }