Add list of all working DSCP marks

There is no place in the documentation that explicitly lists the valid
DSCP marks, except for an incomplete hint in the DSCP spec in
neutron-specs.  This provides an explicit list.

Change-Id: Ic350c88e59c33d98b54086707c9add05cf137dc2
Closes-Bug: #1781915
(cherry picked from commit b935f9d9a7)
This commit is contained in:
Nate Johnston 2018-07-16 11:26:20 -04:00 committed by Slawek Kaplonski
parent ac775244e6
commit ed4a70c9ea
1 changed files with 9 additions and 0 deletions

View File

@ -70,6 +70,15 @@ updated:
port or network.
Valid DSCP Marks
----------------
Valid DSCP mark values are even numbers between 0 and 56, except 2-6, 42, 44,
and 50-54. The full list of valid DSCP marks is:
0, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 46, 48, 56
Configuration
~~~~~~~~~~~~~