[Bug 263604] ifconfig: Low performance with many interface/IP
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263604] ifconfig: Low performance with many interface/IP"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 May 2022 19:54:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263604 Stefan Eßer <se@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |se@FreeBSD.org --- Comment #6 from Stefan Eßer <se@FreeBSD.org> --- (In reply to Ed Maste from comment #5) How about skipping the sort if there are more than a certain number of IP addresses (e.g. 16 or 32)? That would preserve the current behavior for all typical configurations, but would prevent the significant overhead caused by the sorting of very long lists. -- You are receiving this mail because: You are the assignee for the bug.