From 66c20aa79d5d2919bbe4af02a83157dd76c2ec84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Wed, 7 Feb 2024 18:23:13 +0100 Subject: [PATCH] bootstrap: Enable states feature to ietf-hardware --- src/confd/bin/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/src/confd/bin/bootstrap b/src/confd/bin/bootstrap index 8f0e83f9..e0c55217 100755 --- a/src/confd/bin/bootstrap +++ b/src/confd/bin/bootstrap @@ -213,6 +213,7 @@ sysrepoctl -s $SEARCH \ -i iana-if-type@2023-01-26.yang -g wheel -p 0660 \ -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 ieee802-dot1q-types@2022-10-29.yang -g wheel -p 0660 \ -i infix-ip@2023-09-14.yang -g wheel -p 0660 \