mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33:02 +02:00
@@ -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,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"
|
||||
)
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user