diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/qos/FEATURE.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/vnet/qos/FEATURE.yaml b/src/vnet/qos/FEATURE.yaml new file mode 100644 index 00000000000..3f7975a6083 --- /dev/null +++ b/src/vnet/qos/FEATURE.yaml @@ -0,0 +1,12 @@ +--- +name: Quality of Service +maintainer: Neale Ranns <nranns@cisco.com> +features: + - Record - extract QoS bits from packets headers and write in metadata + - Mapp - defines simple transform of QoS bits from/to each packet layer + - Mark - write [mapped] QoS bits into packet headers + - Store - write in packet metadata a fixed QoS value + +description: "QoS" +state: production +properties: [API, CLI, MULTITHREAD] |