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

Atanu Ghosh atanu@icir.org
Tue, 7 Mar 2006 01:43:55 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-03-07 01:43:55 UTC

XORP CVS repository


Modified files:
	ospf          TODO external.cc external.hh ospf.cc 
	              peer_manager.cc peer_manager.hh routing_table.cc 
	              routing_table.hh 

Log message:
	The policy push in OSPF was not correctly implemented.
	
	A policy push will now re-filter all routes that are candidates for
	the RIB.
	
	A policy push still will not re-filter redistributed routes see TODO 49.
	
	Previously exporting routes from OSPF to other protocols would only
	work if the policy was installed before OSPF had any routes.
	
	Adding or removing an export statement to BGP (or any other protocol)
	that includes OSPF should now work.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=562

Revision  Changes                                Path
1.66      +19 -1;  commitid: 11b22440ce5597ea6;  xorp/ospf/TODO
1.21      +8 -1;  commitid: 11b22440ce5597ea6;   xorp/ospf/external.cc
1.13      +6 -1;  commitid: 11b22440ce5597ea6;   xorp/ospf/external.hh
1.67      +3 -2;  commitid: 11b22440ce5597ea6;   xorp/ospf/ospf.cc
1.113     +8 -1;  commitid: 11b22440ce5597ea6;   xorp/ospf/peer_manager.cc
1.69      +6 -1;  commitid: 11b22440ce5597ea6;   xorp/ospf/peer_manager.hh
1.51      +40 -1;  commitid: 11b22440ce5597ea6;  xorp/ospf/routing_table.cc
1.39      +6 -1;  commitid: 11b22440ce5597ea6;   xorp/ospf/routing_table.hh