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 {