add: info for 802.11s interface

additional information for commit 2a93c58042
This commit is contained in:
Alex 2015-09-13 14:32:53 +02:00
parent a71ab2fb72
commit b465504ae8
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ end
-- (2, n): client interface for the n'th radio
-- (3, n): adhoc interface for n'th radio
-- (4, 0): mesh VPN
-- (5, n): mesh interface for n'th radio (802.11s)
function generate_mac(f, i)
local m1, m2, m3, m4, m5, m6 = string.match(sysconfig.primary_mac, '(%x%x):(%x%x):(%x%x):(%x%x):(%x%x):(%x%x)')
m1 = nixio.bit.bor(tonumber(m1, 16), 0x02)