[Xorp-cvs] XORP cvs commit: xorp/libproto xorp/ospf

Atanu Ghosh atanu@icir.org
Mon, 24 Oct 2005 17:39:30 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-10-24 17:39:30 UTC

XORP CVS repository


Modified files:
	libproto      spt.hh test_spt.cc 
	ospf          area_router.cc trace.hh 

Log message:
	The SPT library was unconditionally printing out warning messages if a
	node was not reachable. Unreachable nodes in a real network will be a
	common occurence.
	
	Change the warning to a conditional trace message, add a trace
	variable to OSPF to allow the message to be enabled/disabled, leave it
	enabled for the time being.

Revision  Changes                                Path
1.9       +11 -6;  commitid: 90d5435d1c507ea6;   xorp/libproto/spt.hh
1.8       +13 -13;  commitid: 90d5435d1c507ea6;  xorp/libproto/test_spt.cc
1.130     +2 -2;  commitid: 90d5435d1c507ea6;    xorp/ospf/area_router.cc
1.5       +4 -2;  commitid: 90d5435d1c507ea6;    xorp/ospf/trace.hh