[Xorp-cvs] XORP cvs commit: xorp xorp/vrrp xorp/vrrp/test

Andrea Bittau abittau at icir.org
Thu Oct 9 10:55:53 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	abittau at chum.icir.org	2008-10-09 17:55:53 UTC

XORP CVS repository


Modified files:
	.             configure.in 
	vrrp          Jamfile Makefile.am arpd.cc arpd.hh vrrp.cc vrrp.hh 
	              vrrp_target.cc vrrp_target.hh vrrp_vif.cc 
	              vrrp_vif.hh 

Added files:
	vrrp          vrrp_interface.hh 
	vrrp/test     Jamfile Makefile.am Makefile.in vrrp_test.cc 

Log message:
	VRRP tests.  I've done some basic state transition tests.  More importantly
	though, I've coded a "framework" for VRRP tests, so adding more tests in the
	future should be simpler.

Revision  Changes                                 Path
1.229     +3 -2;  commitid: 14e1a48ee45a441a7;    xorp/configure.in
1.6       +3 -1;  commitid: 14e1a48ee45a441a7;    xorp/vrrp/Jamfile
1.6       +4 -1;  commitid: 14e1a48ee45a441a7;    xorp/vrrp/Makefile.am
1.2       +2 -2;  commitid: 14e1a48ee45a441a7;    xorp/vrrp/arpd.cc
1.2       +8 -9;  commitid: 14e1a48ee45a441a7;    xorp/vrrp/arpd.hh
1.1       +34 -0                                  xorp/vrrp/test/Jamfile (new)
1.1       +34 -0                                  xorp/vrrp/test/Makefile.am (new)
1.1       +559 -0                                 xorp/vrrp/test/Makefile.in (new)
1.1       +571 -0                                 xorp/vrrp/test/vrrp_test.cc (new)
1.8       +3 -5;  commitid: 14e1a48ee45a441a7;    xorp/vrrp/vrrp.cc
1.6       +21 -22;  commitid: 14e1a48ee45a441a7;  xorp/vrrp/vrrp.hh
1.1       +48 -0                                  xorp/vrrp/vrrp_interface.hh (new)
1.8       +2 -8;  commitid: 14e1a48ee45a441a7;    xorp/vrrp/vrrp_target.cc
1.8       +14 -16;  commitid: 14e1a48ee45a441a7;  xorp/vrrp/vrrp_target.hh
1.7       +2 -2;  commitid: 14e1a48ee45a441a7;    xorp/vrrp/vrrp_vif.cc
1.6       +3 -2;  commitid: 14e1a48ee45a441a7;    xorp/vrrp/vrrp_vif.hh



More information about the Xorp-cvs mailing list