mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
confd: spellcheck infix-hardware.yang
Fixes #414 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Tobias Waldekranz
parent
7c7b9ee1f6
commit
809e6b44be
@@ -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 \
|
||||
|
||||
+10
-1
@@ -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 {
|
||||
Reference in New Issue
Block a user