6bf0788da0
Adding ability to set DSCP field in OVS tunnels outer header, or inherit it from the inner header's DSCP value for OVS and linuxbridge. Change-Id: Ia59753ded73cd23019605668e60cfbc8841e803d Closes-Bug: #1692951
15 lines
760 B
YAML
15 lines
760 B
YAML
---
|
|
features:
|
|
- The DSCP value for outer headers in openvswitch overlay tunnel ports can
|
|
now be set through a configuration option ``dscp`` for both OVS and
|
|
linuxbridge agents.
|
|
- DSCP can also be inherited from the inner header through a new
|
|
boolean configuration option ``dscp_inherit`` for both openvswitch and
|
|
linuxbridge. If this option is set to true, then the value of ``dscp``
|
|
will be ignored.
|
|
deprecations:
|
|
- the ``tos`` configuration option in vxlan group for linuxbridge is
|
|
deprecated and replaced with the more precise option ``dscp``. The
|
|
TOS value is made of DSCP and ECN bits. It is not possible to set the
|
|
ECN value through the TOS value, and ECN is always inherited from the
|
|
inner in case of tunneling. |