summaryrefslogtreecommitdiff
blob: 15c81b0f569fc311a187b64a025122f0493f28a3 (plain)
1
2
3
4
5
6
7
8
9
#/etc/conf.d/batmand: config file for /etc/init.d/batmand

# Configure wich interface or interfaces to for batman to use.
# list all interfaces space separated.
BATMAN_INTERFACES="eth0"

# Insert any other batman options
BATMAN_OPTIONS="-d 0"