diff options
author | Robby Workman <rworkman@slackware.com> | 2017-01-07 20:04:02 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2017-07-11 16:58:52 -0500 |
commit | fe51e69d38125079e2211938c9665ead51423bae (patch) | |
tree | 323575eac14fa1a2ae8713b74ee1fee574ba3eea | |
parent | ecf42b8c2825471898230d9da8fcee0a8878af8d (diff) | |
download | slacknetsetup-fe51e69d38125079e2211938c9665ead51423bae.tar.xz |
rc.wireless.conf: Replace ifconfig MAC lookup with "ip link show"
-rw-r--r-- | rc.wireless.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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... # |