[Xorp-cvs] XORP cvs commit: xorp/cli xorp/fea/data_plane/io xorp/libcomm

Pavlin Radoslavov pavlin at icir.org
Fri Nov 16 14:29:18 PST 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-11-16 22:29:18 UTC

XORP CVS repository


Modified files:
	cli           cli_node_net.cc 
	fea/data_plane/io io_tcpudp_socket.cc 
	libcomm       comm_api.h comm_private.h comm_sock.c comm_user.c 

Log message:
	* Added my_ifindex, the local network interface index, as one of
	  the arguments when binding an IPv6 socket. It is required only
	  if the local address to bind to is an IPv6 link-local address,
	  otherwise it should be set to 0.
	
	* Removed the old style kdoc comments from libcomm/comm_sock.c
	  and libcomm/com_user.c. The (new style) kdoc comments are
	  in the libcomm/comm_api.h header file, and having another copy
	  in the *.c files makes it more difficult to maintain the code.
	
	* Minor cleanup inside libcomm.

Revision  Changes                                  Path
1.66      +3 -2;  commitid: 103a3473e18957ea6;     xorp/cli/cli_node_net.cc
1.17      +55 -6;  commitid: 103a3473e18957ea6;    xorp/fea/data_plane/io/io_tcpudp_socket.cc
1.30      +48 -21;  commitid: 103a3473e18957ea6;   xorp/libcomm/comm_api.h
1.6       +15 -9;  commitid: 103a3473e18957ea6;    xorp/libcomm/comm_private.h
1.44      +15 -361;  commitid: 103a3473e18957ea6;  xorp/libcomm/comm_sock.c
1.30      +24 -346;  commitid: 103a3473e18957ea6;  xorp/libcomm/comm_user.c



More information about the Xorp-cvs mailing list