From a4cb66b642431d9fe155d44f931868ab9aefe3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Tue, 14 Nov 2023 14:05:44 +0100 Subject: [PATCH] infix-routing needs to be imported before infix-interfaces Due to that infix-routing has a deviated node that depends on a deviated node in infix-interfaces. --- src/confd/bin/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confd/bin/bootstrap b/src/confd/bin/bootstrap index fd0afc1c..7fde6310 100755 --- a/src/confd/bin/bootstrap +++ b/src/confd/bin/bootstrap @@ -170,6 +170,7 @@ sysrepoctl -s $SEARCH \ -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@2023-08-21.yang -g wheel -p 0660 \ + -i infix-routing@2013-10-27.yang -g wheel -p 0660 \ -i infix-interfaces@2023-09-19.yang -g wheel -p 0660 \ -e vlan-filtering \ -i ieee802-dot1ab-lldp@2022-03-15.yang -g wheel -p 0660 \ @@ -178,7 +179,6 @@ sysrepoctl -s $SEARCH \ -i infix-shell-type@2023-08-21.yang -g wheel -p 0660 \ -i infix-system@2023-10-19.yang -g wheel -p 0660 \ -i infix-services@2023-10-16.yang -g wheel -p 0660 \ - -i infix-routing@2013-10-27.yang -g wheel -p 0660 \ -i ieee802-ethernet-interface@2019-06-21.yang -g wheel -p 0660 \ -I "${INIT_DATA}" rc=$?