[Bug 263604] ifconfig: Low performance with many interface/IP

From: <bugzilla-noreply_at_freebsd.org>
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.