Temat: dodawanie mac addresów do listy
jest sobie dokument: http://eko.one.pl/?p=openwrt-uci
jest sobie manual: http://wiki.openwrt.org/doc/uci/wireless
w manualu napisano:
maclist list of MAC addresses no (none) List of MAC addresses (divided by spaces) to put into the mac filter.
dodaję u siebie
uci set wireless.@wifi-iface[-1].maclist='aa:aa:aa:aa:aa:aa bb:bb:bb:bb:bb:bb'
uci commit wirelessdodaje się. i nie działa. w luci widać to jako długi ciąg adresów (zgodnie z manualem).
natomiast kiedy dodaję adresy mac w luci to generowany wpis w pliku wireless jest inny niź "List of MAC addresses (divided by spaces) to put into the mac filter."
config wifi-iface
option device 'radio0'
option network 'lan'
option mode 'ap'
option encryption 'psk2+ccmp'
option macfilter 'allow'
list maclist 'aa:aa:aa:aa:aa:aa'
list maclist 'bb:bb:bb:bb:bb:bb'jak dodać listę adresów z pomocą narzędzia uci?