[Xorp-cvs] XORP cvs commit: xorp/cli xorp/fea xorp/libproto xorp/mld6igmp xorp/pim

Pavlin Radoslavov pavlin@icir.org
Mon, 23 Jan 2006 21:03:44 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-01-23 21:03:44 UTC

XORP CVS repository


Modified files:
	cli           cli_node.hh 
	fea           mfea_node.cc mfea_node.hh mfea_proto_comm.cc 
	              mfea_proto_comm.hh xrl_mfea_node.cc 
	              xrl_mfea_node.hh 
	libproto      proto_node.hh 
	mld6igmp      igmp_proto.cc mld6_proto.cc 
	              mld6igmp_member_query.cc mld6igmp_node.cc 
	              mld6igmp_node.hh mld6igmp_proto.cc mld6igmp_vif.cc 
	              mld6igmp_vif.hh xrl_mld6igmp_node.cc 
	              xrl_mld6igmp_node.hh 
	pim           pim_bsr.cc pim_bsr.hh pim_config.cc 
	              pim_mre_assert.cc pim_mre_register.cc 
	              pim_mrt_mfc.cc pim_nbr.cc pim_node.cc pim_node.hh 
	              pim_proto_assert.cc pim_proto_bootstrap.cc 
	              pim_proto_cand_rp_adv.cc pim_proto_graft.cc 
	              pim_proto_hello.cc pim_proto_join_prune.cc 
	              pim_proto_join_prune_message.cc 
	              pim_proto_join_prune_message.hh 
	              pim_proto_register.cc pim_proto_register_stop.cc 
	              pim_vif.cc pim_vif.hh xrl_pim_node.cc 
	              xrl_pim_node.hh 

Log message:
	If there is an error sending a protocol control message, propagate
	an error message with the reason for the failure back to the caller.

Revision  Changes                                Path
1.25      +5 -3;  commitid: 8af043d542e07ea6;    xorp/cli/cli_node.hh
1.61      +16 -6;  commitid: 8af043d542e07ea6;   xorp/fea/mfea_node.cc
1.33      +5 -2;  commitid: 8af043d542e07ea6;    xorp/fea/mfea_node.hh
1.45      +53 -32;  commitid: 8af043d542e07ea6;  xorp/fea/mfea_proto_comm.cc
1.14      +4 -2;  commitid: 8af043d542e07ea6;    xorp/fea/mfea_proto_comm.hh
1.49      +22 -14;  commitid: 8af043d542e07ea6;  xorp/fea/xrl_mfea_node.cc
1.25      +2 -2;  commitid: 8af043d542e07ea6;    xorp/fea/xrl_mfea_node.hh
1.34      +9 -3;  commitid: 8af043d542e07ea6;    xorp/libproto/proto_node.hh
1.36      +51 -38;  commitid: 8af043d542e07ea6;  xorp/mld6igmp/igmp_proto.cc
1.37      +65 -51;  commitid: 8af043d542e07ea6;  xorp/mld6igmp/mld6_proto.cc
1.15      +9 -3;  commitid: 8af043d542e07ea6;    xorp/mld6igmp/mld6igmp_member_query.cc
1.47      +19 -8;  commitid: 8af043d542e07ea6;   xorp/mld6igmp/mld6igmp_node.cc
1.27      +8 -3;  commitid: 8af043d542e07ea6;    xorp/mld6igmp/mld6igmp_node.hh
1.18      +12 -5;  commitid: 8af043d542e07ea6;   xorp/mld6igmp/mld6igmp_proto.cc
1.44      +31 -15;  commitid: 8af043d542e07ea6;  xorp/mld6igmp/mld6igmp_vif.cc
1.21      +6 -5;  commitid: 8af043d542e07ea6;    xorp/mld6igmp/mld6igmp_vif.hh
1.51      +9 -4;  commitid: 8af043d542e07ea6;    xorp/mld6igmp/xrl_mld6igmp_node.cc
1.35      +2 -2;  commitid: 8af043d542e07ea6;    xorp/mld6igmp/xrl_mld6igmp_node.hh
1.45      +18 -10;  commitid: 8af043d542e07ea6;  xorp/pim/pim_bsr.cc
1.17      +4 -3;  commitid: 8af043d542e07ea6;    xorp/pim/pim_bsr.hh
1.45      +46 -23;  commitid: 8af043d542e07ea6;  xorp/pim/pim_config.cc
1.37      +25 -13;  commitid: 8af043d542e07ea6;  xorp/pim/pim_mre_assert.cc
1.23      +4 -2;  commitid: 8af043d542e07ea6;    xorp/pim/pim_mre_register.cc
1.33      +4 -2;  commitid: 8af043d542e07ea6;    xorp/pim/pim_mrt_mfc.cc
1.18      +4 -2;  commitid: 8af043d542e07ea6;    xorp/pim/pim_nbr.cc
1.76      +17 -7;  commitid: 8af043d542e07ea6;   xorp/pim/pim_node.cc
1.59      +14 -7;  commitid: 8af043d542e07ea6;   xorp/pim/pim_node.hh
1.27      +25 -19;  commitid: 8af043d542e07ea6;  xorp/pim/pim_proto_assert.cc
1.21      +45 -27;  commitid: 8af043d542e07ea6;  xorp/pim/pim_proto_bootstrap.cc
1.19      +4 -2;  commitid: 8af043d542e07ea6;    xorp/pim/pim_proto_cand_rp_adv.cc
1.10      +9 -6;  commitid: 8af043d542e07ea6;    xorp/pim/pim_proto_graft.cc
1.23      +26 -18;  commitid: 8af043d542e07ea6;  xorp/pim/pim_proto_hello.cc
1.13      +5 -3;  commitid: 8af043d542e07ea6;    xorp/pim/pim_proto_join_prune.cc
1.26      +46 -21;  commitid: 8af043d542e07ea6;  xorp/pim/pim_proto_join_prune_message.cc
1.9       +5 -3;  commitid: 8af043d542e07ea6;    xorp/pim/pim_proto_join_prune_message.hh
1.26      +63 -42;  commitid: 8af043d542e07ea6;  xorp/pim/pim_proto_register.cc
1.14      +16 -12;  commitid: 8af043d542e07ea6;  xorp/pim/pim_proto_register_stop.cc
1.59      +5 -3;  commitid: 8af043d542e07ea6;    xorp/pim/pim_vif.cc
1.38      +19 -11;  commitid: 8af043d542e07ea6;  xorp/pim/pim_vif.hh
1.93      +43 -25;  commitid: 8af043d542e07ea6;  xorp/pim/xrl_pim_node.cc
1.64      +2 -2;  commitid: 8af043d542e07ea6;    xorp/pim/xrl_pim_node.hh