mirror of
https://github.com/openwrt/routing.git
synced 2025-02-07 05:00:23 +00:00
The alfred daemon allows to be started with multiple interfaces. The first interface is used for communication and to calculate the source mac address. The rest of the interfaces are only used for communication. Signed-off-by: Sven Eckelmann <sven@narfation.org>
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
config 'alfred' 'alfred'
|
|
list interface 'br-lan'
|
|
option mode 'master'
|
|
option batmanif 'bat0'
|
|
option start_vis '1'
|
|
option run_facters '1'
|
|
# REMOVE THIS LINE TO ENABLE ALFRED
|
|
option disabled '1'
|