884fd126438bf0406242d2c28c5471d7a85a46fe
[feed/routing.git] / packages / bmx6 / files / etc / config / bmx6
1
2 # for more information:
3 # http://bmx6.net/projects/bmx6/wiki
4 # options execute: bmx6 --help
5
6 config 'bmx6' 'general'
7 # option 'runtimeDir' '/var/run/bmx6'
8 # option 'tun4Address' '10.202.0.116/32'
9 # option 'tun4Address' '10.254.10.0/32'
10 # option 'tun6Address' '2012:0:0:1000::1/64'
11
12 #config 'ipVersion' 'ipVersion'
13 # option 'ipVersion' '6' # default is 4
14 # option 'throwRules' '0'
15
16
17 #config 'plugin'
18 # option 'plugin' 'bmx6_config.so'
19
20
21
22 #config 'plugin'
23 # option 'plugin' 'bmx6_json.so'
24
25
26
27 #config 'plugin'
28 # option 'plugin' 'bmx6_sms.so'
29
30
31 config 'dev' 'mesh_1'
32 option 'dev' 'eth0.12'
33
34 config 'dev' 'mesh_2'
35 option 'dev' 'ath0.12'
36
37
38
39 #config 'hna' 'my_global_prefix'
40 # option 'hna' '2012:0:0:74:0:0:0:0/64'
41
42
43 #config 'tunOut'
44 # option 'tunOut' 'ip6'
45 # option 'network' '2012::/16'
46 # option 'exportDistance' '0'
47
48 #config 'tunOut'
49 # option 'tunOut' 'ip4'
50 # option 'network' '10.254.0.0/16'
51 # option 'exportDistance' '0' # requires quagga plugin !
52 # option 'minPrefixLen' '27'
53
54
55
56 #config 'plugin'
57 # option 'plugin' 'bmx6_quagga.so'
58
59
60
61 #config 'redistribute'
62 # option 'redistribute' 'ospf6'
63 # option 'network' '10.0.0.0/8'
64 # option 'minPrefixLen' '10'
65 # option 'bandwidth' '10000000'
66 # option 'ospf6' '1'
67 # option 'aggregatePrefixLen' '16'
68
69 #config 'redistribute'
70 # option 'redistribute' 'bgp'
71 # option 'network' '0.0.0.0/0'
72 # option 'minPrefixLen' '0'
73 # option 'maxPrefixLen' '24'
74 # option 'bandwidth' '10000000'
75 # option 'bgp' '1'
76 # option 'aggregatePrefixLen' '8'
77
78
79
80
81
82