Skip to content

Commit

Permalink
add comments to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Oct 3, 2024
1 parent d06803c commit 3f91434
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/qos_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,10 @@ but it is not included here for simplication.

```json
{
#
# A classifer is created to match packets belonging to certain
# next-hop-groups and map them either forwarding-group input_dest_A or
# input_dest_B
"openconfig-qos": {
"classifers": [
{
Expand Down Expand Up @@ -537,6 +541,9 @@ but it is not included here for simplication.
]
}
],
#
# Forwarding groups are created named input_dest_A and input_dest_B.
# These are mapped to 'fake' queues
"forwarding-groups": [
{
"forwarding-group": "input_dest_A",
Expand Down Expand Up @@ -567,6 +574,9 @@ but it is not included here for simplication.
}
}
],
#
# Two scheduler policies are created, limit_1Gb and limit_2Gb
# and are associated with the dummy queue they are servicing.
"scheduler-policies": [
{
"scheduler-policy": null,
Expand Down Expand Up @@ -643,6 +653,8 @@ but it is not included here for simplication.
]
}
],
#
# Interfaces input are mapped to the desired classifier and scheduler.
"interfaces": [
{
"interface": null,
Expand Down

0 comments on commit 3f91434

Please sign in to comment.