[Bug 279208] filling up arp table with static entries leads to a crash
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 May 2024 14:52:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279208 Zhenlei Huang <zlei@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |DUPLICATE --- Comment #6 from Zhenlei Huang <zlei@FreeBSD.org> --- (In reply to Sergey from comment #5) > I have a master gateway that I have updated > FreeBSD localhost 13.2-RELEASE-p4 FreeBSD 13.2-RELEASE-p4 GENERIC i386 > up to > FreeBSD localhost 14.0-RELEASE-p6 FreeBSD 14.0-RELEASE-p6 GENERIC amd64 `arp -na` is stable on 14.1-BETA3. No problem with about 10000 arp entries. ``` # arp -na | wc -l 10003 ``` > After that, I encountered unstable operation of the static arp table, which is > actively used there. That should be regression of arp(8) which has been converted to use netlink in 14.0. > It seems that it is too early to upgrade to a 64-bit system. That is not fair to 64-bit system ;) *** This bug has been marked as a duplicate of bug 277063 *** -- You are receiving this mail because: You are the assignee for the bug.