HomeFreeBSD

ifconfig: Fix configuring if_bridge with additional operating parameters

Description

ifconfig: Fix configuring if_bridge with additional operating parameters

For clone create and rename operations, the interface name get back can be
different from the one passed to ioctl(). Use the interface name we get back
so that ifconfig will not return unexpected ENXIO.

PR: 270618
Reviewed by: kp
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D39396

(cherry picked from commit 09e5e3d598604167c1fb05e5cd0f41ed83314517)
(cherry picked from commit bab5ce8deafb00683fb8319208750981e68d309c)

Details