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

# 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"