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

Atanu Ghosh atanu@icir.org
Mon, 31 Oct 2005 07:58:41 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-10-31 07:58:40 UTC

XORP CVS repository


Modified files:
	ospf          debug_io.hh io.hh ospf.cc ospf.hh policy_varrw.hh 
	              routing_table.cc routing_table.hh test_routing.cc 
	              xrl_io.cc xrl_io.hh 

Log message:
	Pass policy tags all the way through the systems for an
	add/delete/replace route.
	
	Put a hack in do_filter() to stop host routes being sent to the
	RIB. The OSPF internal routing table needs this state for
	AS-External-LSAs but there is no need to send them to the RIB.
	
	Modify the the regression test routing4() to not expect the host
	route.

Revision  Changes                                Path
1.11      +10 -6;  commitid: 95fa4365ceae7ea6;   xorp/ospf/debug_io.hh
1.14      +5 -3;  commitid: 95fa4365ceae7ea6;    xorp/ospf/io.hh
1.47      +10 -9;  commitid: 95fa4365ceae7ea6;   xorp/ospf/ospf.cc
1.65      +7 -5;  commitid: 95fa4365ceae7ea6;    xorp/ospf/ospf.hh
1.4       +3 -1;  commitid: 95fa4365ceae7ea6;    xorp/ospf/policy_varrw.hh
1.23      +24 -8;  commitid: 95fa4365ceae7ea6;   xorp/ospf/routing_table.cc
1.24      +3 -2;  commitid: 95fa4365ceae7ea6;    xorp/ospf/routing_table.hh
1.9       +5 -2;  commitid: 95fa4365ceae7ea6;    xorp/ospf/test_routing.cc
1.20      +11 -13;  commitid: 95fa4365ceae7ea6;  xorp/ospf/xrl_io.cc
1.14      +9 -5;  commitid: 95fa4365ceae7ea6;    xorp/ospf/xrl_io.hh