bdd51e937a
In OpenDaylight, a config parameter is available to enable DSCP marking inheritance for packets egressing out of OVS through VXLAN/GRE tunnels. Add a flag in TripleO to enable this parameter via puppet-opendaylight. Change-Id: I3b192c8fc1bc92c1124d3b27c60ad5c0c4dd42f9
4 lines
158 B
YAML
4 lines
158 B
YAML
# This flag enables copying of DSCP markings to VXLAN tunnel header when
|
|
# OpenDaylight is enabled.
|
|
parameter_defaults:
|
|
OpenDaylightInheritDSCPMarking: true |