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

Pavlin Radoslavov pavlin@icir.org
Fri, 27 May 2005 20:25:55 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-05-27 20:25:55 UTC

XORP CVS repository


Modified files:
	pim           pim_mre.cc 

Log message:
	If a PIM configured interface is gracefully shutdown, then don't call
	assert_timer_timeout_wc() or assert_timer_timeout_sg() because this
	may transmit a regular Assert message which is not what we want.
	
	Instead, call process_could_assert_wc() or process_could_assert_sg()
	respectively so if an Assert message is to be sent, the message will
	be AssertCancel.

Revision  Changes                               Path
1.38      +13 -5;  commitid: 18894297818f7ea6;  xorp/pim/pim_mre.cc