Show your /etc/rc.conf.I tried ifconfig wlan0 and ifconfig wlan0 destroy, but the computer still uses wlan0. How can I make it use ue0 without reboot?
service netif restartHow change wlan0 to ue0?
ifconfig wlan0 name ue0
sysrc ifconfig_wlan0_name='ue0'
How can I make my operating system use another ethernet interface without reboot?
ifconfig up "interface-name"