We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8129781 commit d436dd6Copy full SHA for d436dd6
src/sonic-yang-models/doc/Configuration.md
@@ -12,6 +12,7 @@ Table of Contents
12
* [<strong>Redis and Json Schema</strong>](#redis-and-json-schema)
13
14
* [ACL and Mirroring](#acl-and-mirroring)
15
+ * [BGP BBR](#bgp-bbr)
16
* [BGP Device Global](#bgp-device-global)
17
* [BGP Sessions](#bgp-sessions)
18
* [BUFFER_PG](#buffer_pg)
@@ -369,6 +370,18 @@ and migration plan
369
370
}
371
372
```
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
385
### BGP Device Global
386
387
The **BGP_DEVICE_GLOBAL** table contains device-level BGP global state.
0 commit comments