From 41f3fe15a6090c2da202e10c877bacf23660b712 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 14 Jan 2025 17:51:33 +0100 Subject: [PATCH] confd: Drop unsupported `default-priority` bridge port option --- src/confd/yang/infix-if-bridge.yang | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/confd/yang/infix-if-bridge.yang b/src/confd/yang/infix-if-bridge.yang index 7d8b853b..bd1fb561 100644 --- a/src/confd/yang/infix-if-bridge.yang +++ b/src/confd/yang/infix-if-bridge.yang @@ -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" {