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

Marko Zec zec@icir.org
Thu, 1 Sep 2005 01:39:17 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	zec@xorpc.icir.org	2005-09-01 01:39:17 UTC

XORP CVS repository


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

Log message:
	Fix MD5 authentication for RIPv2 so that when a peer goes down and
	later reapears again, a sequence number of zero can be accepted as valid.
	
	Bug found by:   UNH lab

Revision  Changes                               Path
1.16      +8 -5;  commitid: b02443165af57ea6;   xorp/rip/auth.cc
1.7       +10 -5;  commitid: b02443165af57ea6;  xorp/rip/auth.hh
1.46      +4 -2;  commitid: b02443165af57ea6;   xorp/rip/port.cc
1.17      +3 -2;  commitid: b02443165af57ea6;   xorp/rip/test_auth.cc