Files
neutron/releasenotes/notes/ovn_router_gateway_mtu-ac69e07b30093193.yaml
Rodolfo Alonso Hernandez d080b35782 [OVN] Set always the GW LRP "gateway_mtu" option
If the configuration option "ovn.ovn_emit_need_to_frag" is set, write
always the "LSP.options.gateway_mtu" value, using the minimum MTU
value of all networks connected to the router. That will limit the
N/S traffic MTU regardless if the gateway network MTU is greater or
less than the internal network MTU.

Closes-Bug: #2032817
Change-Id: Ia1f0c0955d2fd90c7ff6307b1bc9819721ee2f9b
2024-12-21 13:20:46 +00:00

8 lines
275 B
YAML

---
features:
- |
Now if the configuration option ``[ovn]ovn_emit_need_to_frag`` is set,
OVN will always set the "gateway_mtu" option in the gateway
``Logical_Router_Port``. The value defined will be the lowest MTU of all
networks connected to this router.