[Bug 200130] Add ifconfig description to rc

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Feb 2023 16:58:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200130

Fernando ApesteguĂ­a <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
           Assignee|bugs@FreeBSD.org            |fernape@FreeBSD.org
         Resolution|---                         |Overcome By Events

--- Comment #3 from Fernando ApesteguĂ­a <fernape@FreeBSD.org> ---
ifconfig_(interface)_descr can be used for this:

$ grep descr /etc/rc.conf
ifconfig_wlan0_descr="my wireless interface"

<reboot>

$ ifconfig wlan0
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        description: my wireless interface
        <rest of the output omitted>

-- 
You are receiving this mail because:
You are the assignee for the bug.