1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/network/templates/hostapd/70-persistent-net.rules

4 lines
180 B
Text
Raw Normal View History

SUBSYSTEM=="ieee80211", ACTION=="add|change", KERNEL=="phy0", \
RUN+="/sbin/iw phy phy0 interface add ap0 type __ap", \
2018-12-03 05:16:08 +00:00
RUN+="/sbin/ip link set ap0 address {{ ap0_mac_addr }}"