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

Pavlin Radoslavov pavlin at icir.org
Thu Aug 10 14:07:13 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-08-10 21:07:13 UTC

XORP CVS repository


Modified files:
	bgp           notification_packet.cc open_packet.cc packet.cc 
	              packet.hh peer.cc socket.cc socket.hh 
	              test_packet_coding.cc update_packet.cc 
	bgp/harness   test_peer.cc test_peer.hh 

Log message:
	* Move various BGP packet related constants to class BGPPacket.
	
	* Add new constants MARKER_OFFSET, LENGTH_OFFSET and TYPE_OFFSET,
	  that can be used to access the corresponding fields inside
	  the common BGP header.
	  Those constants are not used (yet).
	
	Approved by:    Atanu Ghosh

Revision  Changes                                Path
1.40      +6 -6;  commitid: ef7a44db9fa67ea6;    xorp/bgp/harness/test_peer.cc
1.15      +4 -4;  commitid: ef7a44db9fa67ea6;    xorp/bgp/harness/test_peer.hh
1.29      +12 -12;  commitid: ef7a44db9fa67ea6;  xorp/bgp/notification_packet.cc
1.27      +14 -14;  commitid: ef7a44db9fa67ea6;  xorp/bgp/open_packet.cc
1.15      +7 -7;  commitid: ef7a44db9fa67ea6;    xorp/bgp/packet.cc
1.39      +41 -27;  commitid: ef7a44db9fa67ea6;  xorp/bgp/packet.hh
1.139     +6 -5;  commitid: ef7a44db9fa67ea6;    xorp/bgp/peer.cc
1.42      +4 -3;  commitid: ef7a44db9fa67ea6;    xorp/bgp/socket.cc
1.19      +4 -3;  commitid: ef7a44db9fa67ea6;    xorp/bgp/socket.hh
1.17      +20 -20;  commitid: ef7a44db9fa67ea6;  xorp/bgp/test_packet_coding.cc
1.41      +16 -15;  commitid: ef7a44db9fa67ea6;  xorp/bgp/update_packet.cc



More information about the Xorp-cvs mailing list