Hi Ales, Lucas,

On 6/26/26 12:37 PM, Ales Musil via dev wrote:
> On Wed, Jun 17, 2026 at 7:24 PM Lucas Vargas Dias <[email protected]>
> wrote:
> 
>> Ensure ICMP or ICMPv6 Time Exceeded replies are generated only
>> on the resident chassis.
>>
>> Signed-off-by: Lucas Vargas Dias <[email protected]>
>> ---
>>  Documentation/ref/ovn-logical-flows.7.rst | 4 +++-
>>  northd/northd.c                           | 4 ++++
>>  tests/ovn-northd.at                       | 4 ++--
>>  3 files changed, 9 insertions(+), 3 deletions(-)
>>
>> diff --git a/Documentation/ref/ovn-logical-flows.7.rst
>> b/Documentation/ref/ovn-logical-flows.7.rst
>> index aabdb1ff5..e93c7c1b0 100644
>> --- a/Documentation/ref/ovn-logical-flows.7.rst
>> +++ b/Documentation/ref/ovn-logical-flows.7.rst
>> @@ -2467,7 +2467,9 @@ traffic, potentially for forwarding:
>>  - ICMP time exceeded.  For each router port *P*, whose IP address is *A*,
>> a
>>    priority-31 flow with match ``inport == P && ip.ttl == {0, 1} &&
>>    !ip.later_frag`` matches packets whose TTL has expired, with the
>> following
>> -  actions to send an ICMP time exceeded reply for IPv4 and IPv6
>> respectively::
>> +  actions to send an ICMP time exceeded reply for IPv4 and IPv6
>> respectively.
>> +  If the router port *P* is a distributed gateway router port, then the
>> +  ``is_chassis_resident(P)`` is also added in the match condition::
>>
> 
> nit: cr-P
> 
> 

...

>>
> Thank you Lucas,
> 
> with that nit addressed, applied to main.
> 

This is a bug fix and it's also a prerequisite for Mairtin's other bug
fix here:
https://patchwork.ozlabs.org/project/ovn/patch/[email protected]/

I went ahead and backported this one to 26.03 LTS too.

Regards,
Dumitru

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to