tripleo-heat-templates/releasenotes/notes/ovn-emit-need-to-frag-config-option-33fe0ee3f6ac0372.yaml
Lucas Alvares Gomes 84b18f8fea OVN: Add ovn_emit_need_to_frag configuration option
This patch is adding a new parameter called OVNEmitNeedToFrag. This
parameter sets the "ovn_emit_need_to_frag" configuration option in
networking-ovn.

When set to True the option tells ovn whether it should emit "need to
frag" packets in case of MTU mismatch. Before enabling this
configuration
make sure that its supported by the host kernel (version >= 5.2) or by
checking the output of the following command: ovs-appctl -t ovs-vswitchd
dpif/show-dp-features br-int | grep "Check pkt length action". Defaults
to False.

This option was introduced by networking-ovn at:
https://review.opendev.org/#/c/671766/

Depends-On: https://review.opendev.org/#/c/687845/
Change-Id: Icf6c00997e52346e3c676f937be7daf553f137e3
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2019-10-22 16:03:38 +01:00

12 lines
547 B
YAML

---
features:
- |
Provides the option to set the "ovn_emit_need_to_frag" configuration
option to the "ovn" section of etc/neutron/plugins/ml2_conf.ini. This
option tells ovn whether it should emit ICMP "need to frag" packets
in case of MTU mismatch. Before enabling this configuration make
sure that it's supported by the host kernel (version >= 5.2) or
by checking the output of the following command 'ovs-appctl -t
ovs-vswitchd dpif/show-dp-features br-int | grep "Check pkt length
action"'. Defaults to False.