Re: [ovs-dev] [PATCH RFC 2/5] Native tunnel: Add tnl/neigh/ageing command.

2021-11-01 Thread Paolo Valerio
Flavio Leitner writes: > On Thu, Oct 07, 2021 at 02:35:21PM +0200, Paolo Valerio wrote: >> with the command is now possible to change the ageing time of the >> cache entries. > > Please start with a normal sentence using a capital letter. > ACK >> For the existing entries the ageing time is upd

Re: [ovs-dev] [PATCH RFC 2/5] Native tunnel: Add tnl/neigh/ageing command.

2021-10-25 Thread Flavio Leitner
On Thu, Oct 07, 2021 at 02:35:21PM +0200, Paolo Valerio wrote: > with the command is now possible to change the ageing time of the > cache entries. Please start with a normal sentence using a capital letter. > For the existing entries the ageing time is updated only if the > current expiration is

[ovs-dev] [PATCH RFC 2/5] Native tunnel: Add tnl/neigh/ageing command.

2021-10-07 Thread Paolo Valerio
with the command is now possible to change the ageing time of the cache entries. For the existing entries the ageing time is updated only if the current expiration is greater than the new one. In any case, the next refresh will set it to the new value. This is intended mostly for debugging purpos