Fixing and activating ieee802-ethernet yang deviations

This commit is contained in:
Jon-Olov Vatn
2023-11-22 13:44:28 +01:00
committed by Joachim Wiberg
parent 6669fee728
commit 6cfcf3ca10
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -180,6 +180,7 @@ sysrepoctl -s $SEARCH \
-i infix-system@2023-10-19.yang -g wheel -p 0660 \
-i infix-services@2023-10-16.yang -g wheel -p 0660 \
-i ieee802-ethernet-interface@2019-06-21.yang -g wheel -p 0660 \
-i infix-ethernet-interface@2023-11-22.yang -g wheel -p 0660 \
-I "${INIT_DATA}"
rc=$?
@@ -25,8 +25,9 @@ module infix-ethernet-interface {
/* Deviations for config and status */
deviation "/if:interfaces/if:interface/eth:ethernet" {
deviate replace {
deviate add {
config false;
}
}