Skip to content

Commit

Permalink
[Smartswitch] Changed bridge midplane yang model reference (#1770)
Browse files Browse the repository at this point in the history
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:
sonic-net/sonic-buildimage#19819
  • Loading branch information
gpunathilell committed Sep 16, 2024
1 parent 81e8f67 commit e2a0b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit e2a0b04

Please sign in to comment.