mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
confd: mark entire meta container obsolete
Mark meta data as obsolete to hide from CLI and other frontends. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ MODULES=(
|
||||
"ieee802-dot1ab-lldp@2022-03-15.yang"
|
||||
"infix-lldp@2023-08-23.yang"
|
||||
"infix-dhcp-client@2024-09-20.yang"
|
||||
"infix-meta@2024-06-19.yang"
|
||||
"infix-meta@2024-10-18.yang"
|
||||
"infix-system@2024-09-13.yang"
|
||||
"infix-services@2024-05-30.yang"
|
||||
"ieee802-ethernet-interface@2019-06-21.yang"
|
||||
|
||||
@@ -7,12 +7,19 @@ module infix-meta {
|
||||
contact "kernelkit@googlegroups.com";
|
||||
description "Infix metadata.";
|
||||
|
||||
revision 2024-10-18 {
|
||||
description "Mark entire meta container obsolete.";
|
||||
reference "internal";
|
||||
}
|
||||
revision 2024-06-19 {
|
||||
description "Initial revision.";
|
||||
reference "internal";
|
||||
}
|
||||
|
||||
container meta {
|
||||
description "Meta data";
|
||||
status obsolete;
|
||||
|
||||
leaf version {
|
||||
status obsolete; // Ensure frontends don't show this, used for migration.
|
||||
description "Configuration file format version, automatically generated.";
|
||||
|
||||
Reference in New Issue
Block a user