Skip to content

Commit

Permalink
Add missing semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
  • Loading branch information
Gfrom2016 committed Dec 27, 2023
1 parent a32a590 commit 7f368c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"BGP_BBR_TABLE": {
"sonic-bgp_bbr:sonic-bgp_bbr": {
"sonic-bgp_bbr:BGP_BBR": {
"sonic-bgp-bbr:sonic-bgp-bbr": {
"sonic-bgp-bbr:BGP_BBR": {
"all":
{
"status": "enabled"
Expand All @@ -10,8 +10,8 @@
}
},
"BGP_BBR_VALID_STATUS": {
"sonic-bgp_bbr:sonic-bgp_bbr": {
"sonic-bgp_bbr:BGP_BBR": {
"sonic-bgp-bbr:sonic-bgp-bbr": {
"sonic-bgp-bbr:BGP_BBR": {
"all":
{
"status": "true"
Expand Down
4 changes: 2 additions & 2 deletions src/sonic-yang-models/yang-models/sonic-bgp-bbr.yang
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ module sonic-bgp-bbr {
container sonic-bgp-bbr {
container BGP_BBR {

description "BGP_BBR table part of config_db.json"
description "BGP_BBR table part of config_db.json";

container all {
leaf status {
type string {
pattern "enabled|disabled"
pattern "enabled|disabled";
}
}
}
Expand Down

0 comments on commit 7f368c3

Please sign in to comment.