K 10 svn:author V 7 pkelsey K 8 svn:date V 27 2019-02-11T23:35:34.968452Z K 7 svn:log V 555 MFC r343535: Speed up non-status operations applied to a single interface When performing a non-status operation on a single interface, it is not necessary for ifconfig to build a list of all addresses in the system, sort them, then iterate through them looking for the entry for the single interface of interest. Doing so becomes increasingly expensive as the number of interfaces in the system grows (e.g., in a system with 1000+ vlan(4) interfaces). Reviewed by: ae, kp Sponsored by: RG Nets Differential Revision: https://reviews.freebsd.org/D18919 END