Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2025 23:32:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 291100] Reduce ARP cache time from 20 minutes to 60 seconds
Message-ID:  <bug-291100-7501-K2Ur9SmjXJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-291100-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-291100-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291100

--- Comment #2 from Achilles Gaikwad <achillesgaikwad@gmail.com> ---
(In reply to Marek Zarychta from comment #1)


Thank you for the feedback Marek,

>Perhaps this can be dynamic in dynamic a environment? I don't know if it will be accepted or not, but could you please rework your patch to make this value runtime tunable ?

Yes, as of today, we can change this value using a `sysctl`. 

I also agree, users can configure this themselves in a dynamic environment
where IP addresses can be recycled. With this change I am hoping that we can
provide a better user experience by defaulting to 60s instead of 20m as this
would not affect systems negatively.


```
$ sysctl net.link.ether.inet.max_age
net.link.ether.inet.max_age: 1200
```

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291100-7501-K2Ur9SmjXJ>