[Xorp-cvs] XORP cvs commit: xorp xorp/bgp xorp/docs/user_manual xorp/etc/templates xorp/tests/bgp xorp/xrl/interfaces xorp/xrl/targets

Atanu Ghosh atanu@icir.org
Sat, 15 Apr 2006 07:10:39 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-04-15 07:10:39 UTC

XORP CVS repository


Modified files:
	.             RELEASE_NOTES 
	bgp           bgp.cc bgp.hh peer.cc peer_data.cc peer_data.hh 
	              peer_handler.cc peer_handler.hh plumbing.cc 
	              plumbing.hh xrl_target.cc xrl_target.hh 
	docs/user_manual bgp.tex 
	etc/templates bgp.tp 
	tests/bgp     test_bgp_config.py test_unh1.py 
	xrl/interfaces bgp.xif bgp_xif.cc bgp_xif.hh 
	xrl/targets   bgp.xrls bgp_base.cc bgp_base.hh 

Log message:
	A prefix-limit can now be configured on a per peer basis, if it is
	exceeded the session is torn down.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=270

Revision  Changes                                Path
1.112     +2 -2;  commitid: 16ced44409c667ea6;   xorp/RELEASE_NOTES
1.74      +20 -1;  commitid: 16ced44409c667ea6;  xorp/bgp/bgp.cc
1.61      +12 -1;  commitid: 16ced44409c667ea6;  xorp/bgp/bgp.hh
1.134     +15 -1;  commitid: 16ced44409c667ea6;  xorp/bgp/peer.cc
1.31      +2 -1;  commitid: 16ced44409c667ea6;   xorp/bgp/peer_data.cc
1.21      +44 -1;  commitid: 16ced44409c667ea6;  xorp/bgp/peer_data.hh
1.43      +8 -1;  commitid: 16ced44409c667ea6;   xorp/bgp/peer_handler.cc
1.23      +6 -1;  commitid: 16ced44409c667ea6;   xorp/bgp/peer_handler.hh
1.93      +24 -1;  commitid: 16ced44409c667ea6;  xorp/bgp/plumbing.cc
1.39      +13 -1;  commitid: 16ced44409c667ea6;  xorp/bgp/plumbing.hh
1.59      +30 -1;  commitid: 16ced44409c667ea6;  xorp/bgp/xrl_target.cc
1.40      +10 -1;  commitid: 16ced44409c667ea6;  xorp/bgp/xrl_target.hh
1.21      +7 -1;  commitid: 16ced44409c667ea6;   xorp/docs/user_manual/bgp.tex
1.89      +31 -1;  commitid: 16ced44409c667ea6;  xorp/etc/templates/bgp.tp
1.11      +23 -1;  commitid: 16ced44409c667ea6;  xorp/tests/bgp/test_bgp_config.py
1.17      +49 -1;  commitid: 16ced44409c667ea6;  xorp/tests/bgp/test_unh1.py
1.32      +20 -1;  commitid: 16ced44409c667ea6;  xorp/xrl/interfaces/bgp.xif
1.46      +43 -1;  commitid: 16ced44409c667ea6;  xorp/xrl/interfaces/bgp_xif.cc
1.46      +30 -1;  commitid: 16ced44409c667ea6;  xorp/xrl/interfaces/bgp_xif.hh
1.48      +10 -1;  commitid: 16ced44409c667ea6;  xorp/xrl/targets/bgp.xrls
1.50      +36 -1;  commitid: 16ced44409c667ea6;  xorp/xrl/targets/bgp_base.cc
1.58      +21 -1;  commitid: 16ced44409c667ea6;  xorp/xrl/targets/bgp_base.hh