yang: Make possible to add WiFi interfaces to bridge

This commit is contained in:
Mattias Walström
2025-10-23 13:05:26 +02:00
parent 365618526d
commit bc24a8b64e
2 changed files with 7 additions and 0 deletions
@@ -26,6 +26,12 @@ submodule infix-if-bridge {
contact "kernelkit@googlegroups.com";
description "Linux bridge extension for ietf-interfaces.";
revision 2025-10-23 {
description "Add WiFi interfaces to be able to be added to a bridge.";
reference "internal";
}
revision 2025-01-08 {
description "Add Spanning Tree Protocol (STP) support.
@@ -901,6 +907,7 @@ submodule infix-if-bridge {
"derived-from-or-self(if:type,'ianaift:l2vlan') or "+
"derived-from-or-self(if:type,'ianaift:ilan') or "+
"derived-from-or-self(if:type,'infix-ift:gretap') or "+
"derived-from-or-self(if:type,'infix-ift:wifi') or "+
"derived-from-or-self(if:type,'infix-ift:vxlan')" {
description "Applies when a Bridge interface exists.";
}