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

Atanu Ghosh atanu@icir.org
Fri, 14 Oct 2005 15:52:11 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-10-14 15:52:11 UTC

XORP CVS repository


Modified files:
	bgp           xrl_target.cc 

Log message:
	The code to delete a peer has never been fully implemented. Deleting a
	peer should just take the peering down. We had a report recently that
	deleting a peer left it configured. The problem was code in xrl_target
	still believed that deleting a peer wasn't implmented so didn't
	propogate the call through to the main bgp processing code. The call
	is now propogated.
	
	Bug found by:   Kristian Larsson

Revision  Changes                               Path
1.41      +10 -2;  commitid: ee63434fd42a7ea6;  xorp/bgp/xrl_target.cc