3478011d64
This patch is adding a new configuration option called "ovn_emit_need_to_frag" to be set in the "ovn" section of etc/neutron/plugins/ml2_conf.ini. 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 intruced by networking-ovn at: https://review.opendev.org/#/c/671766/ Change-Id: I258402e8033726aa9abf2dc5f801fdf724ab9e3a Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
12 lines
530 B
YAML
12 lines
530 B
YAML
---
|
|
features:
|
|
- |
|
|
Add a new configuration option called "ovn_emit_need_to_frag" to
|
|
the "ovn" section of etc/neutron/plugins/ml2_conf.ini. This new
|
|
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.
|