-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
confd: deviate link-up-down-trap-enable not-supported
This fix #709
- Loading branch information
1 parent
227b3a9
commit 241c253
Showing
4 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"; | ||
|
@@ -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.