From e2a0b04c86e3f721d7a51af0fd4de46d43489597 Mon Sep 17 00:00:00 2001 From: Gagan Punathil Ellath Date: Sun, 15 Sep 2024 17:05:11 -0700 Subject: [PATCH] [Smartswitch] Changed bridge midplane yang model reference (#1770) This PR is to align the yang model to change `bridge_midplane` to `bridge-midplane` since this is the value used in the `systemd-networkd` in CONFIG_DB so that the yang validation does not fail Related to PRs: https://github.com/sonic-net/sonic-buildimage/pull/19819 --- .../ip-address-assigment/smart-switch-ip-address-assignment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/smart-switch/ip-address-assigment/smart-switch-ip-address-assignment.md b/doc/smart-switch/ip-address-assigment/smart-switch-ip-address-assignment.md index c320b72d52..219504889c 100755 --- a/doc/smart-switch/ip-address-assigment/smart-switch-ip-address-assignment.md +++ b/doc/smart-switch/ip-address-assigment/smart-switch-ip-address-assignment.md @@ -364,7 +364,7 @@ The YANG model shown in this section is provided as a reference. The complete mo container GLOBAL { leaf bridge { type string { - pattern "bridge_midplane"; + pattern "bridge-midplane"; } description "Name of the midplane bridge";