[Olsr-cvs] olsrd-current/files olsrd.conf.default.lq, 1.1, 1.1.2.1 olsrd.conf.default.lq-fisheye, 1.2, 1.2.2.1 olsrd.conf.default.rfc, 1.2, 1.2.2.1 olsrd.conf.win32.lq, 1.1, 1.1.2.1 olsrd.conf.win32.rfc, 1.1, 1.1.2.1
Andreas T�nnesen
(spam-protected)
Mon Apr 17 20:29:37 CEST 2006
- Previous message: [Olsr-cvs] olsrd-current/src/unix ifnet.c,1.31.2.2,1.31.2.3
- Next message: [Olsr-cvs] olsrd-current/src/cfgparser cfgfile_gen.c, 1.2, 1.3 olsrd_conf.c, 1.48, 1.49 oparse.y, 1.28, 1.29 oscan.lex, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current/files
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14687
Modified Files:
Tag: olsrd_04
olsrd.conf.default.lq olsrd.conf.default.lq-fisheye
olsrd.conf.default.rfc olsrd.conf.win32.lq
olsrd.conf.win32.rfc
Log Message:
Added new config options NicChgsPollInt and AutoDetectChanges
Index: olsrd.conf.win32.rfc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/files/olsrd.conf.win32.rfc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** olsrd.conf.win32.rfc 31 Mar 2005 18:19:54 -0000 1.1
--- olsrd.conf.win32.rfc 17 Apr 2006 18:29:35 -0000 1.1.2.1
***************
*** 59,62 ****
--- 59,67 ----
Pollrate 0.1
+ # Interval to poll network interfaces for configuration
+ # changes. Defaults to 2.5 seconds
+
+ NicChgsPollInt 3.0
+
#
# Which neighbours should be advertised via TC messages?
***************
*** 117,120 ****
--- 122,135 ----
Interface "if99"
{
+ # 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
+
#
# HELLO interval and validity time in seconds (float)
Index: olsrd.conf.default.rfc
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/files/olsrd.conf.default.rfc,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** olsrd.conf.default.rfc 4 Jun 2005 15:34:05 -0000 1.2
--- olsrd.conf.default.rfc 17 Apr 2006 18:29:35 -0000 1.2.2.1
***************
*** 129,132 ****
--- 129,136 ----
Pollrate 0.05
+ # Interval to poll network interfaces for configuration
+ # changes. Defaults to 2.5 seconds
+
+ NicChgsPollInt 3.0
# TC redundancy
***************
*** 201,204 ****
--- 205,217 ----
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
Index: olsrd.conf.default.lq-fisheye
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/files/olsrd.conf.default.lq-fisheye,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** olsrd.conf.default.lq-fisheye 17 Dec 2005 07:30:34 -0000 1.2
--- olsrd.conf.default.lq-fisheye 17 Apr 2006 18:29:35 -0000 1.2.2.1
***************
*** 142,145 ****
--- 142,149 ----
Pollrate 0.05
+ # Interval to poll network interfaces for configuration
+ # changes. Defaults to 2.5 seconds
+
+ NicChgsPollInt 3.0
# TC redundancy
***************
*** 215,218 ****
--- 219,232 ----
{
+ # 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
Index: olsrd.conf.default.lq
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/files/olsrd.conf.default.lq,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** olsrd.conf.default.lq 31 Mar 2005 18:35:23 -0000 1.1
--- olsrd.conf.default.lq 17 Apr 2006 18:29:34 -0000 1.1.2.1
***************
*** 134,137 ****
--- 134,141 ----
Pollrate 0.05
+ # Interval to poll network interfaces for configuration
+ # changes. Defaults to 2.5 seconds
+
+ NicChgsPollInt 3.0
# TC redundancy
***************
*** 206,209 ****
--- 210,222 ----
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
Index: olsrd.conf.win32.lq
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/files/olsrd.conf.win32.lq,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** olsrd.conf.win32.lq 31 Mar 2005 18:19:54 -0000 1.1
--- olsrd.conf.win32.lq 17 Apr 2006 18:29:35 -0000 1.1.2.1
***************
*** 59,62 ****
--- 59,67 ----
Pollrate 0.1
+ # Interval to poll network interfaces for configuration
+ # changes. Defaults to 2.5 seconds
+
+ NicChgsPollInt 3.0
+
#
# Which neighbours should be advertised via TC messages?
***************
*** 117,120 ****
--- 122,135 ----
Interface "if99"
{
+ # 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
+
#
# HELLO interval and validity time in seconds (float)
- Previous message: [Olsr-cvs] olsrd-current/src/unix ifnet.c,1.31.2.2,1.31.2.3
- Next message: [Olsr-cvs] olsrd-current/src/cfgparser cfgfile_gen.c, 1.2, 1.3 olsrd_conf.c, 1.48, 1.49 oparse.y, 1.28, 1.29 oscan.lex, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list