-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patholsrd.conf
More file actions
35 lines (29 loc) · 862 Bytes
/
olsrd.conf
File metadata and controls
35 lines (29 loc) · 862 Bytes
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
DebugLevel 0
# IP version to use (4 or 6)
# (default is 4)
IpVersion 4
# Check whether a plugin is available for your operating system.
# Each plugin should have a README file in it's lib subfolder.
LoadPlugin "olsrd_jsoninfo.so.1.1" {
}
LoadPlugin "olsrd_txtinfo.so.1.1" {
}
LoadPlugin "olsrd_poprouting.so.0.1" {
PlParam "port" "1234"
}
#############################################
### OLSRD default interface configuration ###
#############################################
# the default interface section can have the same values as the following
# interface configuration. It will allow you so set common options for all
# interfaces.
InterfaceDefaults
{
HelloInterval 2.00
# HelloValidityTime 6.00
HelloValidityTime 20.00
TcInterval 5.00
# TcValidityTime 15.00
TcValidityTime 300.00
}
LinkQualityFishEye 0