confd: Drop unsupported default-priority bridge port option

This commit is contained in:
Tobias Waldekranz
2025-01-17 14:33:41 +01:00
parent df3a55d6a0
commit 41f3fe15a6
+5 -8
View File
@@ -27,7 +27,11 @@ submodule infix-if-bridge {
description "Linux bridge extension for ietf-interfaces.";
revision 2025-01-08 {
description "Add Spanning Tree Protocol (STP) support.";
description "Add Spanning Tree Protocol (STP) support.
Drop the `default-priority` bridge port option, which
has never been supported but was accidentally
included in the model.";
reference "internal";
}
@@ -699,13 +703,6 @@ submodule infix-if-bridge {
config false;
description "The operation state of the bridge port.";
}
leaf default-priority {
if-feature "vlan-filtering";
type dot1q-types:priority-type;
default "0";
description "The default priority assigned to this bridge port.";
}
}
augment "/if:interfaces/if:interface/infix-if:port" {