[Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/ospf xorp/xrl/interfaces xorp/xrl/targets

Pavlin Radoslavov pavlin@icir.org
Fri, 24 Mar 2006 08:20:10 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-03-24 08:20:10 UTC

XORP CVS repository


Modified files:
	etc/templates ospfv2.tp 
	ospf          auth.cc auth.hh ospf.cc ospf.hh peer.cc peer.hh 
	              peer_manager.cc peer_manager.hh xrl_target.cc 
	              xrl_target.hh 
	xrl/interfaces ospfv2.xif ospfv2_xif.cc ospfv2_xif.hh 
	xrl/targets   ospfv2.xrls ospfv2_base.cc ospfv2_base.hh 

Log message:
	Add a new OSPF configuration statement related to the MD5 key
	(and the corresponding backend support):
	
	    max-time-drift-secs: u32 (default to 3600, i.e., 1 hour).
	
	It is used to set the maximum time drift (in seconds) among
	all OSPF routers. The allowed values are in the range
	[0--65535]. If the value is 65535, the time drift is unlimited.
	
	The purpose of this new configuration statement is to decide when
	to start accepting the MD5 keys in case other routers's clocks
	are not syncronized and  have started to generate messages with
	a particular key:
	
	    KeyStartAccept = KeyStartGenerate - MaxTimeDrift
	    KeyStopAccept  = KeyStopGenerate  + MaxTimeDrift

Revision  Changes                                 Path
1.49      +18 -6;  commitid: 13a494423a9d17ea6;   xorp/etc/templates/ospfv2.tp
1.11      +32 -14;  commitid: 13a494423a9d17ea6;  xorp/ospf/auth.cc
1.9       +29 -9;  commitid: 13a494423a9d17ea6;   xorp/ospf/auth.hh
1.71      +12 -10;  commitid: 13a494423a9d17ea6;  xorp/ospf/ospf.cc
1.91      +3 -1;  commitid: 13a494423a9d17ea6;    xorp/ospf/ospf.hh
1.236     +11 -8;  commitid: 13a494423a9d17ea6;   xorp/ospf/peer.cc
1.124     +5 -1;  commitid: 13a494423a9d17ea6;    xorp/ospf/peer.hh
1.117     +3 -1;  commitid: 13a494423a9d17ea6;    xorp/ospf/peer_manager.cc
1.73      +3 -1;  commitid: 13a494423a9d17ea6;    xorp/ospf/peer_manager.hh
1.34      +18 -5;  commitid: 13a494423a9d17ea6;   xorp/ospf/xrl_target.cc
1.24      +7 -2;  commitid: 13a494423a9d17ea6;    xorp/ospf/xrl_target.hh
1.20      +6 -2;  commitid: 13a494423a9d17ea6;    xorp/xrl/interfaces/ospfv2.xif
1.22      +3 -1;  commitid: 13a494423a9d17ea6;    xorp/xrl/interfaces/ospfv2_xif.cc
1.22      +6 -1;  commitid: 13a494423a9d17ea6;    xorp/xrl/interfaces/ospfv2_xif.hh
1.24      +6 -2;  commitid: 13a494423a9d17ea6;    xorp/xrl/targets/ospfv2.xrls
1.24      +5 -4;  commitid: 13a494423a9d17ea6;    xorp/xrl/targets/ospfv2_base.cc
1.24      +7 -2;  commitid: 13a494423a9d17ea6;    xorp/xrl/targets/ospfv2_base.hh