Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/confd/yang/confd/infix-if-bridge.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.";
}
Expand Down