Skip to content

Commit

Permalink
Add L4S/DSCP support to QoS Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
benhepworth committed Dec 10, 2024
1 parent 2d87a6b commit c2a101f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions code/API_definitions/qos-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,20 @@ components:
minimum: 1
maximum: 10
example: 3
l4sQueueType:
type: string
enum:
- non-l4s-queue
- l4s-queue
- mixed-queue
description: Specifies the type of queue for L4S traffic management
differentiatedServicesCodepoint:
type: array
items:
type: integer
minItems: 0
maxItems: 64
description: A list of unique DSCP values from 0-63
required:
- name
- status
Expand Down

0 comments on commit c2a101f

Please sign in to comment.