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

Pavlin Radoslavov pavlin@icir.org
Fri, 10 Feb 2006 00:44:07 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-02-10 00:44:07 UTC

XORP CVS repository


Modified files:
	rip           auth.cc auth.hh packet_assembly.hh port.cc 
	              test_auth.cc 

Log message:
	* Change the back-end outbound packet authentication API.
	  Previously, we had to supply different pieces of information about
	  the packet, and the authentication method eventually returns
	  trailer data that we append to the packet.
	  Now the authentication method accepts a reference to the packet
	  and performs all necessary modifications on that packet.
	
	* Rename the overloaded authenticate() methods to
	  authenticate_inbound() and authenticate_outbound() for clarity.
	
	* Minor other renamings (for clarity): _p -> _pkt, p -> port, etc.

Revision  Changes                                Path
1.20      +59 -46;  commitid: ca8143ebe0847ea6;  xorp/rip/auth.cc
1.10      +37 -50;  commitid: ca8143ebe0847ea6;  xorp/rip/auth.hh
1.8       +32 -40;  commitid: ca8143ebe0847ea6;  xorp/rip/packet_assembly.hh
1.54      +6 -6;  commitid: ca8143ebe0847ea6;    xorp/rip/port.cc
1.18      +13 -21;  commitid: ca8143ebe0847ea6;  xorp/rip/test_auth.cc