This bug was initially created as a copy of Bug #2314429 I am copying this bug because: The official docs: https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.1/html-single/overcloud_parameters/index#ref_networking-neutron-parameters_overcloud_parameters claim the following about OVNEmitNeedToFrag flag: """ Configure OVN to emit "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". The default value is false """ This is incorrect for RHEL, since it backports features to older 4.x kernel versions. The feature in question was backported to 4.x branch, so this comment is invalid. It was probably extracted from the upstream description for the option, but it is confusing to keep it for product docs.