mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
softcode apo_mac_addr
This commit is contained in:
parent
188407614c
commit
79a829dabe
3 changed files with 37 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
SUBSYSTEM=="ieee80211", ACTION=="add|change", KERNEL=="phy0", \
|
||||
RUN+="/sbin/iw phy phy0 interface add ap0 type __ap", \
|
||||
RUN+="/sbin/ip link set ap0 address b8:27:99:12:34:56"
|
||||
RUN+="/sbin/ip link set ap0 address {{ ap0_mac_addr }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue