Skip to content

Commit 2aab130

Browse files
authored
Merge pull request #1205 from kernelkit/add-wifi-bridgable
yang: Make possible to add WiFi interfaces to bridge
2 parents 3656185 + bc24a8b commit 2aab130

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/confd/yang/confd/infix-if-bridge.yang

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ submodule infix-if-bridge {
2626
contact "[email protected]";
2727
description "Linux bridge extension for ietf-interfaces.";
2828

29+
30+
revision 2025-10-23 {
31+
description "Add WiFi interfaces to be able to be added to a bridge.";
32+
reference "internal";
33+
}
34+
2935
revision 2025-01-08 {
3036
description "Add Spanning Tree Protocol (STP) support.
3137
@@ -901,6 +907,7 @@ submodule infix-if-bridge {
901907
"derived-from-or-self(if:type,'ianaift:l2vlan') or "+
902908
"derived-from-or-self(if:type,'ianaift:ilan') or "+
903909
"derived-from-or-self(if:type,'infix-ift:gretap') or "+
910+
"derived-from-or-self(if:type,'infix-ift:wifi') or "+
904911
"derived-from-or-self(if:type,'infix-ift:vxlan')" {
905912
description "Applies when a Bridge interface exists.";
906913
}
File renamed without changes.

0 commit comments

Comments
 (0)