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

Bruce Simpson bms at icir.org
Thu Jun 29 04:03:56 PDT 2006


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms at xorpc.icir.org	2006-06-29 11:03:56 UTC

XORP CVS repository


Modified files:
	libxorp       win_dispatcher.cc win_io.c win_io.h 

Log message:
	Merge back Windows Router Manager v2 support to mainline, as
	part of the bigger plan to support IPv6 on Windows Longhorn.
	
	This uses the existing BSD socket message format with a few
	twists for Win32, and thus re-uses the existing RTM message
	parsing code, with the major difference that Win32 named pipes,
	not AF_ROUTE sockets, are the communication endpoints.
	
	 * Add support to the XORP event loop and Win32 I/O wrapper functions
	   to detect when Win32 named pipes are disconnected.
	 * Add support functions (WinSupport) for loading the RRAS shim DLLs
	   which XORP uses to integrate with Routing and Remote Access.
	 * WARNING: This support is alpha quality.
	
	Compile tested on FreeBSD 6.1, Windows Server 2003,
	and Windows 'Longhorn' Server Beta 2.
	
	Reviewed by:    pavlin
	Approved by:    pavlin, atanu
	Obtained from:  XORP/LH

Revision  Changes                                Path
1.11      +19 -5;  commitid: ac3544a3b3397ea6;   xorp/libxorp/win_dispatcher.cc
1.7       +28 -10;  commitid: ac3544a3b3397ea6;  xorp/libxorp/win_io.c
1.6       +4 -2;  commitid: ac3544a3b3397ea6;    xorp/libxorp/win_io.h



More information about the Xorp-cvs mailing list