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

Atanu Ghosh atanu@icir.org
Sun, 11 Dec 2005 05:18:02 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-12-11 05:18:02 UTC

XORP CVS repository


Modified files:
	bgp           notification_packet.cc packet.hh peer.cc 
	bgp/harness   test_peering1.sh 

Log message:
	Previously BGP never returned a notification message in response to
	incorrectly formed notification message. The only error that can occur
	in a notification message is that the message length is incorrect. The
	specification requires in this case to send a notification in
	response.
	
	There is also a regression test harness/test_peering1.sh test43.

Revision  Changes                                 Path
1.47      +29 -5;  commitid: 1120b439bb6877ea6;   xorp/bgp/harness/test_peering1.sh
1.24      +5 -3;  commitid: 1120b439bb6877ea6;    xorp/bgp/notification_packet.cc
1.36      +2 -2;  commitid: 1120b439bb6877ea6;    xorp/bgp/packet.hh
1.119     +13 -41;  commitid: 1120b439bb6877ea6;  xorp/bgp/peer.cc