No subject



Sun Feb 27 21:32:56 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Sun, 27 Feb 2005 13:33:00 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.11/8.12.8) with ESMTP id j1RLX0lN091757
	for <atanu@tigger.icir.org>; Sun, 27 Feb 2005 13:33:00 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id j1RLX02Z096685
	for <atanu@icir.org>; Sun, 27 Feb 2005 13:33:00 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id j1RLX0v4020771;
	Sun, 27 Feb 2005 13:33:00 -0800 (PST)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id j1RLWuv4020764
	for <xorp-cvs@icsi.berkeley.edu>; Sun, 27 Feb 2005 13:32:57 -0800 (PST)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id j1RLWu2Z096683
	for <xorp-cvs@icir.org>; Sun, 27 Feb 2005 13:32:56 -0800 (PST)
	(envelope-from pavlin@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.11/8.12.8) with ESMTP id j1RLWu4I087179
	for <xorp-cvs@icir.org>; Sun, 27 Feb 2005 13:32:56 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j1RLWuh2087178
	for xorp-cvs@icir.org; Sun, 27 Feb 2005 21:32:56 GMT
	(envelope-from pavlin)
Date: Sun, 27 Feb 2005 21:32:56 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200502272132.j1RLWuh2087178@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness xorp/fea xorp/libproto
 xorp/libxipc xorp/mld6igmp xorp/mrt xorp/pim xorp/rip
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-02-27 21:32:56 UTC

XORP CVS repository


Modified files:
	bgp           test_packet.cc update_test.cc 
	bgp/harness   test_trie.cc 
	fea           mfea_mrouter.cc mfea_node.cc mfea_node_cli.cc 
	              mfea_proto_comm.cc netlink_socket.cc rawsock4.cc 
	              routing_socket.cc test_rawsock4.cc xrl_mfea_node.cc 
	              xrl_rawsock4.cc xrl_rawsock6.cc 
	libproto      proto_node.hh 
	libxipc       test_xrl_receiver.cc test_xrl_sender.cc 
	mld6igmp      mld6igmp_node.cc mld6igmp_node_cli.cc 
	mrt           test_mrib.cc 
	pim           pim_mre_track_state.cc pim_node.cc pim_node_cli.cc 
	              pim_proto_assert.cc pim_proto_register_stop.cc 
	              pim_vif.cc 
	rip           test_auth.cc 

Log message:
	Replace all (uint32_t) and *_cast<uint32_t> casting with
	XORP_UINT_CAST everwhere they are used with printf-like arguments.

Revision  Changes    Path
1.16      +3 -3      xorp/bgp/harness/test_trie.cc
1.8       +9 -9      xorp/bgp/test_packet.cc
1.11      +3 -3      xorp/bgp/update_test.cc
1.23      +4 -3      xorp/fea/mfea_mrouter.cc
1.46      +2 -2      xorp/fea/mfea_node.cc
1.12      +19 -15    xorp/fea/mfea_node_cli.cc
1.21      +12 -11    xorp/fea/mfea_proto_comm.cc
1.28      +4 -4      xorp/fea/netlink_socket.cc
1.9       +2 -2      xorp/fea/rawsock4.cc
1.20      +2 -2      xorp/fea/routing_socket.cc
1.8       +4 -4      xorp/fea/test_rawsock4.cc
1.39      +5 -3      xorp/fea/xrl_mfea_node.cc
1.11      +4 -3      xorp/fea/xrl_rawsock4.cc
1.2       +4 -4      xorp/fea/xrl_rawsock6.cc
1.28      +3 -3      xorp/libproto/proto_node.hh
1.7       +2 -2      xorp/libxipc/test_xrl_receiver.cc
1.11      +4 -4      xorp/libxipc/test_xrl_sender.cc
1.39      +2 -2      xorp/mld6igmp/mld6igmp_node.cc
1.17      +2 -2      xorp/mld6igmp/mld6igmp_node_cli.cc
1.6       +2 -2      xorp/mrt/test_mrib.cc
1.32      +2 -2      xorp/pim/pim_mre_track_state.cc
1.62      +2 -2      xorp/pim/pim_node.cc
1.32      +3 -3      xorp/pim/pim_node_cli.cc
1.22      +3 -2      xorp/pim/pim_proto_assert.cc
1.12      +3 -2      xorp/pim/pim_proto_register_stop.cc
1.42      +2 -2      xorp/pim/pim_vif.cc
1.13      +2 -2      xorp/rip/test_auth.cc
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs