[Olsr-cvs] olsrd-current/files olsrd.conf.default.lq-fisheye, 1.6, 1.7

Bernd Petrovitsch (spam-protected)
Sun Nov 11 22:32:05 CET 2007


Update of /cvsroot/olsrd/olsrd-current/files
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6952/files

Modified Files:
	olsrd.conf.default.lq-fisheye 
Log Message:
* adapted to the one delivered by the Debian package as a result of a recent discussion on (spam-protected)

Index: olsrd.conf.default.lq-fisheye
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/files/olsrd.conf.default.lq-fisheye,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** olsrd.conf.default.lq-fisheye	19 Apr 2007 22:28:09 -0000	1.6
--- olsrd.conf.default.lq-fisheye	11 Nov 2007 21:32:03 -0000	1.7
***************
*** 4,8 ****
  # Lines starting with a # are discarded
  #
! # This file was shipped with olsrd 0.5.0-unoffical
  #
  
--- 4,8 ----
  # Lines starting with a # are discarded
  #
! # This file was shipped with olsrd 0.5.4
  #
  
***************
*** 18,39 ****
  
  
! # Fisheye mechanism for TC messages 0=off, 1=on
  
! LinkQualityFishEye 1
  
  
! # Don't recalculate the Dijkstra-table for every incoming topology 
! # control packet. There is no need to recalculate the whole table 
! # if a minor change occured several hops away. Small CPUs will start
! # to glow if you do this in a mesh of considerable size. Rather the table 
! # should be recalculated if a change occured in the neighborhood 
! # of this node. The first number is the number of hops. Nodes within 
! # this number of hops trigger a recalculation of the table. If the 
! # number is 0 no incoming topology control packet will trigger 
! # a recalculation of the table. The second number (floating point!) 
! # is the length ot the interval until the table is recalculated anyway.    
  
! LinkQualityDijkstraLimit 1 6.0
  
  
  # IP version to use (4 or 6)
--- 18,131 ----
  
  
! # 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):
! # 
! # this is (in most cases) the only configuration you need to change
  
+ #Interface "eth1" "eth0" "wlan0" "wlan1" "ath0" "ath1"
+ Interface "eth1"
+ {
  
!     # 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    6.0
! 
!     # HELLO validity time
!     HelloValidityTime	600.0
! 
! 
!     # TC interval in seconds(float) 0.5 is only viable when
!     # LinkQualityFishEye is enabled. Otherwise larger networks would
!     # suffocate from a massive protocol overhead of TC-messages
! 
!     TcInterval        0.5
! 
!     # TC validity time
!     TcValidityTime	300.0
! 
!     # MID interval in seconds(float)
!     MidInterval		10.0
! 
!     # MID validity time
!     MidValidityTime	300.0
! 
!     # HNA interval in seconds(float)
!     HnaInterval		10.0
  
+     # HNA validity time
+     HnaValidityTime 	300.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.
+ 
+     # 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.
+ 
+     # LinkQualityMult 192.168.0.1 0.5
+ 
+     # This multiplier applies to all other nodes 
+     # LinkQualityMult default 0.8
+ }
+ 
+ 
+ # Fisheye mechanism for TC messages 0=off, 1=on
+ 
+ LinkQualityFishEye 1
+ 
+ 
+ # ignore topology information from nodes further than 3 hops away
+ #
+ # update topology information every 3.0 seconds
+ # (on slower embedded hardware with more than 100 nodes use something like 9 sec)
+ # 
+ LinkQualityDijkstraLimit 3 3.0
  
  # IP version to use (4 or 6)
***************
*** 88,92 ****
  # if such information is available
  
! #Willingness    	4
  
  # Allow processes like the GUI front-end
--- 180,184 ----
  # if such information is available
  
! Willingness    	7
  
  # Allow processes like the GUI front-end
***************
*** 153,157 ****
  # Default value 0.05 sec
  
! Pollrate	0.05
  
  
--- 245,249 ----
  # Default value 0.05 sec
  
! Pollrate	0.1
  
  
***************
*** 189,195 ****
  # - /lib, followed by /usr/lib
  
! # Example plugin entry with parameters:
  
! #LoadPlugin "olsrd_dyn_gw.so.0.3"
  #{
      # Here parameters are set to be sent to the
--- 281,299 ----
  # - /lib, followed by /usr/lib
  
! # Configuration examples for plugins:
! # see /usr/share/doc/olsrd-plugins/ for some for documentation
  
! #LoadPlugin "olsrd_httpinfo.so.0.1"
! #{
! #	# defaults to 1978
! #	PlParam     "Port"   "8080"
! #	# if you dont set these, the default is to listen only on the loopback device
! #	#PlParam "Host"   "80.23.53.22"
! #	#PlParam "Net"    "10.0.0.0 255.0.0.0"
! #	#PlParam "Net" "0.0.0.0 0.0.0.0"
! #}
! 
! # useful if your machine has an uplink
! #LoadPlugin "olsrd_dyn_gw.so.0.4"
  #{
      # Here parameters are set to be sent to the
***************
*** 214,312 ****
  #}
  
! LoadPlugin "olsrd_httpinfo.so.0.1"
! {
!     PlParam     "port"   "8080"
!     PlParam     "Host"   "127.0.0.1"
! #    PlParam     "Host"   "80.23.53.22"
! #    PlParam     "Net"    "10.0.0.0 255.0.0.0"
! #    PlParam     "Net"    "192.168.0.0 255.255.0.0"
! }
! 
! 
! # 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 "eth0" "eth1" "eth2" "wlan0" "ath0" "rausb0"
! 
! Interface "rausb0"
! {
! 
!     # 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    5.0
! 
!     # HELLO validity time
!     HelloValidityTime	200.0
! 
! 
!     # TC interval in seconds(float) 0.5 is only viable when
!     # LinkQualityFishEye is enabled. Otherwise larger networks would
!     # suffocate from a massive protocol overhead of TC-messages
! 
!     TcInterval        2.5
! 
!     # TC validity time
!     TcValidityTime	250.0
! 
!     # MID interval in seconds(float)
!     MidInterval	5.0
! 
!     # MID validity time
!     MidValidityTime	300.0
! 
!     # HNA interval in seconds(float)
!     HnaInterval	5.0
! 
!     # HNA validity time
!     HnaValidityTime 	100.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
! 
! }
  
--- 318,335 ----
  #}
  
! #LoadPlugin "olsrd_nameservice.so.0.2"
! #{
!         #PlParam "name" "xxx"
!         #PlParam "a.b.c.d" "xxx-eth"
!         #PlParam "a.b.c.e" "xxx-bbb"
!         #PlParam "a.b.c.f" "xxx-olsr"
!         #PlParam "suffix" ".olsr"
! #}
  
+ #LoadPlugin "olsrd_dot_draw.so.0.3"
+ #{
+         # accept connection from IP:
+         # default 127.0.0.1 (localhost)	
+         #PlParam     "accept" "192.168.0.5"
+         #PlParam     "port" "2004"
+ #}





More information about the Olsr-cvs mailing list