This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config interface 'loopback' | |
option ifname 'lo' | |
option proto 'static' | |
option ipaddr '127.0.0.1/8' | |
list ip6prefix '2001:bf7:830:ff10::/60' | |
option ip6assign '64' | |
config interface 'lan' | |
option ifname 'eth0' | |
option type 'bridge' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config global | |
option 'failfast' 'no' | |
option 'pidfile' '/var/run/olsrd2.pid' | |
option 'lockfile' '/var/lock/olsrd2' | |
config log | |
option 'syslog' 'true' | |
option 'stderr' 'true' | |
# option 'file' '/var/log/olsrd2.log' | |
# option 'info' 'all' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config global | |
option 'failfast' 'no' | |
option 'pidfile' '/var/run/olsrd2.pid' | |
option 'lockfile' '/var/lock/olsrd2' | |
config log | |
option 'syslog' 'true' | |
option 'stderr' 'true' | |
# option 'file' '/var/log/olsrd2.log' | |
# option 'info' 'all' |