summaryrefslogtreecommitdiffstats
path: root/bmx7/files/etc/config/bmx6
blob: 26d691c37adf785d9ee78e55483459cf9654aecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

# for more information:
# http://bmx6.net/projects/bmx6/wiki
# options execute: bmx6 --help

config 'bmx6' 'general'
#       option 'runtimeDir' '/var/run/bmx6'


#config 'plugin'
#        option 'plugin' 'bmx6_config.so'

#config 'plugin'
#        option 'plugin' 'bmx6_json.so'


#config 'plugin'
#        option 'plugin' 'bmx6_sms.so'


config 'dev' 'mesh_1'
        option 'dev' 'br-lan'

config 'dev' 'mesh_2'
        option 'dev' 'wlan0'



#config 'plugin'
#        option 'plugin' 'bmx6_tun.so'

#config 'plugin'
#        option 'plugin' 'bmx6_table.so'


#config 'tunDev' default
#        option 'tunDev' 'default'
#        option 'tun6Address' '2012:0:0:6666::1/64'
#        option 'tun4Address' '10.66.66.1/24'


#config 'tunOut'
#        option 'tunOut' 'ip6'
#        option 'network' '2012::/16'
#        option 'exportDistance' '0'

#config 'tunOut'
#        option 'tunOut' 'ip4'
#        option 'network' '10.0.0.0/9'
#        option 'minPrefixLen' '27'