From fe51e69d38125079e2211938c9665ead51423bae Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 7 Jan 2017 20:04:02 -0600 Subject: rc.wireless.conf: Replace ifconfig MAC lookup with "ip link show" --- rc.wireless.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc.wireless.conf b/rc.wireless.conf index d02d7c2..5c61120 100644 --- a/rc.wireless.conf +++ b/rc.wireless.conf @@ -6,7 +6,8 @@ # card inserted, the *first* block matching the card is used. # The address format is "hwaddr", with * as a wildcard. # 'hwaddr' is the unique MAC address identifier of the wireless card. -# The MAC address is usually printed on the card, or can be found via ifconfig. +# The MAC address is usually printed on the card, or can be found via +# "/sbin/ip link show dev $interface" # Some examples here use only half of the MAC address with a wildcard to # match a whole family of cards... # -- cgit v1.2.3