This file is indexed.

/usr/share/doc/olsrd/examples/olsrd.conf.commotion is in olsrd 0.6.6.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
56
# http://commotionwireless.net/

DebugLevel 0
AllowNoInt yes
IpVersion 4
LinkQualityLevel 2
LinkQualityAlgorithm "etx_ffeth"
SmartGateway yes

Hna4
{
#		101.149.21.0 255.255.255.0
#		102.149.21.0 255.255.255.0
#		103.149.21.0 255.255.255.0
}

LoadPlugin "olsrd_arprefresh.so.0.1"
{
}

LoadPlugin "olsrd_dyn_gw.so.0.5"
{
}

LoadPlugin "olsrd_nameservice.so.0.3"
{
    # you should set this to your own node name
	PlParam "name" "commotion-7814921"
	PlParam "sighup-pid-file" "/var/run/dnsmasq.pid"
	PlParam "suffix" ".mesh"
}

LoadPlugin "olsrd_p2pd.so.0.1.0"
{
	PlParam "NonOlsrIf" "eth0"
	PlParam "P2pdTtl" "5"
	PlParam "UdpDestPort" "224.0.0.251 5353"
}

LoadPlugin "olsrd_jsoninfo.so.0.0"
{
#	PlParam "accept" "0.0.0.0"
}

LoadPlugin "olsrd_txtinfo.so.0.1"
{
#	PlParam "accept" "0.0.0.0"
}

InterfaceDefaults
{
    # if you using this on Mac OS X, then comment this out because Mac OS X
    # does weird things with 255.255.255.255. By commenting this out, olsrd
    # will use the broadcast that's assigned to the network interface
	Ip4Broadcast 255.255.255.255
}