confd: spellcheck infix-hardware.yang

Fixes #414

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-04-29 14:31:40 +02:00
committed by Tobias Waldekranz
parent 7c7b9ee1f6
commit 809e6b44be
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -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 \
@@ -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 {