Skip to content

Commit d436dd6

Browse files
committed
Update doc
Signed-off-by: zitingguo-ms <[email protected]>
1 parent 8129781 commit d436dd6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/sonic-yang-models/doc/Configuration.md

+13
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Table of Contents
1212
* [<strong>Redis and Json Schema</strong>](#redis-and-json-schema)
1313

1414
* [ACL and Mirroring](#acl-and-mirroring)
15+
* [BGP BBR](#bgp-bbr)
1516
* [BGP Device Global](#bgp-device-global)
1617
* [BGP Sessions](#bgp-sessions)
1718
* [BUFFER_PG](#buffer_pg)
@@ -369,6 +370,18 @@ and migration plan
369370
}
370371
}
371372
```
373+
### BGP BBR
374+
375+
The **BGP_BBR** table contains device-level BBR state.
376+
```
377+
{
378+
"BGP_BBR": {
379+
"all": {
380+
"status": "enabled"/"disabled"
381+
}
382+
}
383+
}
384+
```
372385
### BGP Device Global
373386

374387
The **BGP_DEVICE_GLOBAL** table contains device-level BGP global state.

0 commit comments

Comments
 (0)