Comment 14 for bug 2032817

Revision history for this message
Dr. Jens Harbott (j-harbott) wrote : Re: OVN: Distributed FIP packet drops when provider network MTU exceeds tenant network MTU

> in the OVS case did it generate a packet too big, install a route, then stop fragmenting? Or did the OVS router actually fragment? Just wanted to make sure we document it right.

OVS does both, depending on whether the DF bit is set. OVN does neither in all tests that I have performed, I also haven't seen any change when enabling "ovn_emit_need_to_frag".

I have created https://review.opendev.org/c/openstack/neutron/+/892839 in order to at least document these deficiencies.