[Xorp-cvs] XORP cvs commit: xorp xorp/etc/templates xorp/vrrp xorp/xrl/interfaces xorp/xrl/targets

Andrea Bittau abittau at icir.org
Thu Oct 9 10:41:00 PDT 2008


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

XORP CVS repository


Modified files:
	.             Jamfile Makefile.am Makefile.in configure.in 
	xrl/interfaces Jamfile Makefile.am Makefile.in 
	xrl/targets   Jamfile Makefile.am Makefile.in 

Added files:
	etc/templates vrrp.tp 
	vrrp          Jamfile Makefile.am Makefile.in vrrp.cc vrrp.hh 
	              vrrp_exception.hh vrrp_module.h vrrp_target.cc 
	              vrrp_target.hh xorp_vrrp.cc 
	xrl/interfaces vrrp.xif 
	xrl/targets   vrrp.tgt 

Log message:
	VRRP skeleton

Revision  Changes                                Path
1.7       +2 -1;  commitid: 1497e48ee422441a7;   xorp/Jamfile
1.23      +2 -2;  commitid: 1497e48ee422441a7;   xorp/Makefile.am
1.59      +1 -1;  commitid: 1497e48ee422441a7;   xorp/Makefile.in
1.228     +3 -2;  commitid: 1497e48ee422441a7;   xorp/configure.in
1.1       +71 -0                                 xorp/etc/templates/vrrp.tp (new)
1.1       +26 -0                                 xorp/vrrp/Jamfile (new)
1.1       +40 -0                                 xorp/vrrp/Makefile.am (new)
1.1       +536 -0                                xorp/vrrp/Makefile.in (new)
1.1       +106 -0                                xorp/vrrp/vrrp.cc (new)
1.1       +62 -0                                 xorp/vrrp/vrrp.hh (new)
1.1       +29 -0                                 xorp/vrrp/vrrp_exception.hh (new)
1.1       +32 -0                                 xorp/vrrp/vrrp_module.h (new)
1.1       +285 -0                                xorp/vrrp/vrrp_target.cc (new)
1.1       +117 -0                                xorp/vrrp/vrrp_target.hh (new)
1.1       +60 -0                                 xorp/vrrp/xorp_vrrp.cc (new)
1.8       +3 -1;  commitid: 1497e48ee422441a7;   xorp/xrl/interfaces/Jamfile
1.40      +5 -1;  commitid: 1497e48ee422441a7;   xorp/xrl/interfaces/Makefile.am
1.64      +13 -4;  commitid: 1497e48ee422441a7;  xorp/xrl/interfaces/Makefile.in
1.1       +41 -0                                 xorp/xrl/interfaces/vrrp.xif (new)
1.8       +4 -1;  commitid: 1497e48ee422441a7;   xorp/xrl/targets/Jamfile
1.73      +9 -1;  commitid: 1497e48ee422441a7;   xorp/xrl/targets/Makefile.am
1.96      +19 -5;  commitid: 1497e48ee422441a7;  xorp/xrl/targets/Makefile.in
1.1       +7 -0                                  xorp/xrl/targets/vrrp.tgt (new)



More information about the Xorp-cvs mailing list