2 # UniK OLSR daemon config file
4 # Lines starting with a # are discarded.
5 # To use default values - just comment
10 # If set to 0 the daemon runs in the background
14 # IP version to use (4 or 6)
20 # syntax: netaddr netmask
21 # Example Internet gateway:
27 15.15.0.0 255.255.255.0
28 15.16.0.0 255.255.255.0
32 # syntax: netaddr prefix
33 # Example Internet gateway:
41 fec0:2200:106:0:0:0:0:0 48
44 # Interfaces and their rulesets
55 # Should olsrd keep on running even if there are
56 # no interfaces available? This is a good idea
57 # for a PCMCIA/USB hotswap environment.
62 # TOS(type of service) value for
63 # the IP header of control traffic.
68 # The fixed willingness to use(0-7)
69 # or "auto" to set willingness dynammically
70 # based on battery/power status
74 # Allow processes like the GUI front-end
75 # to connect to the daemon. 'yes' or 'no'
80 # Wether to use hysteresis or not
81 # Hysteresis adds more robustness to the
82 # link sensing but delays neighbor registration.
83 # Used by default. 'yes' or 'no'
87 # Hysteresis parameters
88 # Do not alter these unless you know
90 # Set to auto by default. Allowed
91 # values are floating point values
93 # THR_LOW must always be lower than
101 # Polling rate in seconds(float).
102 # Auto uses default value 0.1 sec
108 # Specifies how much neighbor info should
109 # be sent in TC messages
110 # Possible values are:
111 # 0 - only send MPR selectors
112 # 1 - send MPR selectors and MPRs
113 # 2 - send all neighbors
122 # Specifies how many MPRs a node should
123 # try select to reach every 2 hop neighbor
125 # Can be set to any integer >0
132 # Olsrd plugins to load
133 # This must be the absolute path to the file
134 # or the loader will use the following scheme:
135 # - Try the paths in the LD_LIBRARY_PATH
136 # environment variable.
137 # - The list of libraries cached in /etc/ld.so.cache
138 # - /lib, followed by /usr/lib
139 LoadPlugin "olsrd_secure.so.0.3"
141 PlParam "key1" "value1"
142 # Might be possible to set options here in
146 LoadPlugin "olsrd_dyn_gw.so.0.1"
148 PlParam "key4" "value3"
149 # Might be possible to set options here in
153 # olsrd_dyn_gw.so.0.1
160 # IPv4 broadcast address to use. The
161 # one usefull example would be 255.255.255.255
162 # If not defined the broadcastaddress
163 # every card is configured with is used
165 Ip4Broadcast 255.255.255.255
167 # IPv6 address scope to use.
168 # Must be 'site-local' or 'global'
170 # Ip6AddrType site-local
172 # IPv6 multicast address to use when
173 # using site-local addresses.
174 # If not defined, ff05::15 is used
176 Ip6MulticastSite ff05::11
178 # IPv6 multicast address to use when
179 # using global addresses
180 # If not defined, ff0e::1 is used
182 # Ip6MulticastGlobal ff0e::1
185 # Emission intervals.
186 # If not defined, RFC proposed values will
187 # be used in most cases.
189 # Hello interval in seconds(float)
192 # HELLO validity time
193 # HelloValidityTime 6.0
195 # TC interval in seconds(float)
199 # TcValidityTime 15.0
201 # MID interval in seconds(float)
205 # MidValidityTime 15.0
207 # HNA interval in seconds(float)
211 # HnaValidityTime 15.0
219 # IPv4 broadcast address to use. The
220 # one usefull example would be 255.255.255.255
221 # If not defined the broadcastaddress
222 # every card is configured with is used
224 # Ip4Broadcast 255.255.255.255
226 # IPv6 address scope to use.
227 # Must be 'site-local' or 'global'
229 Ip6AddrType site-local
231 # IPv6 multicast address to use when
232 # using site-local addresses.
233 # If not defined, ff05::15 is used
235 Ip6MulticastSite ff05::15
237 # IPv6 multicast address to use when
238 # using global addresses
239 # If not defined, ff0e::1 is used
241 Ip6MulticastGlobal ff0e::1
244 # Emission intervals.
245 # If not defined, RFC proposed values will
246 # be used in most cases.
248 # Hello interval in seconds(float)
251 # HELLO validity time
252 HelloValidityTime 3.0
254 # TC interval in seconds(float)
260 # MID interval in seconds(float)
266 # HNA interval in seconds(float)