| Summary: | Add ifconfig description to rc | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | markhamb | ||||
| Component: | conf | Assignee: | Fernando Apesteguía <fernape> | ||||
| Status: | Closed Overcome By Events | ||||||
| Severity: | Affects Many People | CC: | fernape | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | 10.1-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
markhamb
2015-05-11 15:27:24 UTC
Closing since this seems to be fixed by the use of the "howmany" macro. Sorry, bad PR. 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>
|