confd: deviate link-up-down-trap-enable not-supported

This fix #709
This commit is contained in:
Mattias Walström
2024-10-14 21:14:10 +02:00
parent 31552bfc48
commit 754426f7ed
4 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ MODULES=(
"ieee802-ethernet-interface@2019-06-21.yang"
"infix-ethernet-interface@2024-02-27.yang"
"infix-factory-default@2023-06-28.yang"
"infix-interfaces@2024-10-08.yang -e vlan-filtering"
"infix-interfaces@2024-10-14.yang -e vlan-filtering"
# from rousette
"ietf-restconf@2017-01-26.yang"
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- sh -*-
# REMEMBER TO UPDATE infix-interfaces ALSO IN confd.inc
MODULES=(
"infix-interfaces@2024-09-23.yang -e vlan-filtering -e containers"
"infix-interfaces@2024-10-14.yang -e vlan-filtering -e containers"
"infix-containers@2024-10-14.yang"
)
+8
View File
@@ -23,6 +23,11 @@ module infix-interfaces {
contact "kernelkit@googlegroups.com";
description "Linux bridge and lag extensions for ietf-interfaces.";
revision 2024-10-14 {
description "Deviate link-up-down-trap-enable not-supported.";
reference "internal";
}
revision 2024-10-08 {
description "Replace writable phy-address with custom-phys-address.";
reference "internal";
@@ -109,4 +114,7 @@ module infix-interfaces {
}
}
}
deviation "/if:interfaces/if:interface/if:link-up-down-trap-enable" {
deviate not-supported;
}
}