Skip to content

Commit

Permalink
confd: deviate link-up-down-trap-enable not-supported
Browse files Browse the repository at this point in the history
This fix #709
  • Loading branch information
mattiaswal committed Oct 14, 2024
1 parent 227b3a9 commit 241c253
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/confd/yang/confd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MODULES=(
"[email protected]"
"[email protected]"
"[email protected]"
"infix-interfaces@2024-10-08.yang -e vlan-filtering"
"infix-interfaces@2024-10-14.yang -e vlan-filtering"

# from rousette
"[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/confd/yang/containers.inc
Original file line number Diff line number Diff line change
@@ -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"
"[email protected]"
)
8 changes: 8 additions & 0 deletions src/confd/yang/infix-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ module infix-interfaces {
contact "[email protected]";
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";
Expand Down Expand Up @@ -109,4 +114,7 @@ module infix-interfaces {
}
}
}
deviation "/if:interfaces/if:interface/if:link-up-down-trap-enable" {
deviate not-supported;
}
}
File renamed without changes.

0 comments on commit 241c253

Please sign in to comment.