From 809e6b44bea10ff0f30a121fb0fae4a97f3a550d Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 25 Apr 2024 16:16:05 +0200 Subject: [PATCH] confd: spellcheck infix-hardware.yang Fixes #414 Signed-off-by: Joachim Wiberg --- src/confd/bin/bootstrap | 2 +- ...2024-01-18.yang => infix-hardware@2024-04-25.yang} | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) rename src/confd/yang/{infix-hardware@2024-01-18.yang => infix-hardware@2024-04-25.yang} (90%) diff --git a/src/confd/bin/bootstrap b/src/confd/bin/bootstrap index 1d0b9109..5f6931bf 100755 --- a/src/confd/bin/bootstrap +++ b/src/confd/bin/bootstrap @@ -214,7 +214,7 @@ sysrepoctl -s $SEARCH \ -i iana-hardware@2018-03-13.yang -g wheel -p 0660 \ -i ietf-hardware@2018-03-13.yang -g wheel -p 0660 \ -e hardware-state \ - -i infix-hardware@2024-01-18.yang -g wheel -p 0660 \ + -i infix-hardware@2024-04-25.yang -g wheel -p 0660 \ -i ieee802-dot1q-types@2022-10-29.yang -g wheel -p 0660 \ -i infix-ip@2023-09-14.yang -g wheel -p 0660 \ -i infix-if-type@2024-01-29.yang -g wheel -p 0660 \ diff --git a/src/confd/yang/infix-hardware@2024-01-18.yang b/src/confd/yang/infix-hardware@2024-04-25.yang similarity index 90% rename from src/confd/yang/infix-hardware@2024-01-18.yang rename to src/confd/yang/infix-hardware@2024-04-25.yang index ec7b2d58..71ad21f4 100644 --- a/src/confd/yang/infix-hardware@2024-01-18.yang +++ b/src/confd/yang/infix-hardware@2024-04-25.yang @@ -13,10 +13,19 @@ module infix-hardware { prefix yang; } + organization "KernelKit"; + contact "kernelkit@googlegroups.com"; + description "Vital Product Data augmentation of ieee-hardware and deviations."; + + revision 2024-04-25 { + description "Spellcheck leaf: coutry-code -> country-code"; + reference "internal"; + } revision 2024-01-18 { description "Initial"; reference "internal"; } + typedef country-code { type string { length 2; @@ -114,7 +123,7 @@ module infix-hardware { leaf manufacturer { type string; } - leaf coutry-code { + leaf country-code { type country-code; } leaf vendor {