+
+
+# Interfaces and their rules
+# Omitted options will be set to the
+# default values. Multiple interfaces
+# can be specified in the same block
+# and multiple blocks can be set.
+
+# !!CHANGE THE INTERFACE LABEL(s) TO MATCH YOUR INTERFACE(s)!!
+# (eg. wlan0 or eth1):
+
+Interface "XXX" "YYY"
+{
+ # Olsrd can autodetect changes in NIC
+ # configurations(IP address changes etc.).
+ # This is Enabled by default and the interval
+ # to poll for changes on is defined by
+ # NicChgsPollInt.
+ # This polling can be disabled pr. NIC by setting
+ # AutoDetectChanges to no.
+
+ # AutoDetectChanges yes
+
+ # IPv4 broadcast address to use. The
+ # one usefull example would be 255.255.255.255
+ # If not defined the broadcastaddress
+ # every card is configured with is used
+
+ # Ip4Broadcast 255.255.255.255
+
+ # IPv6 address scope to use.
+ # Must be 'site-local' or 'global'
+
+ # Ip6AddrType site-local
+
+ # IPv6 multicast address to use when
+ # using site-local addresses.
+ # If not defined, ff05::15 is used
+
+ # Ip6MulticastSite ff05::11
+
+ # IPv6 multicast address to use when
+ # using global addresses
+ # If not defined, ff0e::1 is used
+
+ # Ip6MulticastGlobal ff0e::1
+
+
+ # Emission intervals.
+ # If not defined, RFC proposed values will
+ # be used in most cases.
+
+ # Hello interval in seconds(float)
+ HelloInterval 3.0
+
+ # HELLO validity time
+ HelloValidityTime 150.0
+
+ # TC interval in seconds(float)
+ TcInterval 2.0
+
+ # TC validity time
+ TcValidityTime 500.0
+
+ # MID interval in seconds(float)
+ MidInterval 25.0
+
+ # MID validity time
+ MidValidityTime 500.0
+
+ # HNA interval in seconds(float)
+ HnaInterval 10.0
+
+ # HNA validity time
+ HnaValidityTime 125.0
+
+
+ # When multiple links exist between hosts
+ # the weight of interface is used to determine
+ # the link to use. Normally the weight is
+ # automatically calculated by olsrd based
+ # on the characteristics of the interface,
+ # but here you can specify a fixed value.
+ # Olsrd will choose links with the lowest value.
+ # Note:
+ # Interface weight is used only when LinkQualityLevel is 0.
+ # For any other value of LinkQualityLevel, the interface ETX
+ # value is used instead.
+ # Weight 0
+
+
+ # If a certain route should be preferred
+ # or ignored by the mesh, the Link Quality
+ # value of a node can be multiplied with a factor
+ # entered here. In the example the route
+ # using 192.168.0.1 would rather be ignored.
+ # A multiplier of 0.5 will result in a small
+ # (bad) LinkQuality value and a high (bad)
+ # ETX value.
+ # Note:
+ # Link quality multiplier is used only when
+ # LinkQualityLevel is > 0.
+
+ # LinkQualityMult 192.168.0.1 0.5
+
+ # This multiplier applies to all other nodes
+ # LinkQualityMult default 0.8
+
+}