[Xorp-cvs] XORP cvs commit: xorp/fea/data_plane/ifconfig

Andrea Bittau abittau at icir.org
Thu Oct 9 10:50:47 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	abittau at chum.icir.org	2008-10-09 17:50:47 UTC

XORP CVS repository


Modified files:
	fea/data_plane/ifconfig ifconfig_parse_netlink_socket.cc 

Log message:
	Revert - Pavlin was right.  RTM_DELLINK is sent only when an interface is
	destroyed - NOT when it goes down.  HOWEVER, Linux kernels prior to 2.6.24 had a
	bug in the IPv6 handling code that would generate a RTM_DELLINK when an IPv6
	interface went down.  Hence I was seeing the message being sent when interfaces
	went down (not destroyed) and I "fixed" it.
	
	The Linux kernel fix was submitted by Milan Kocia on 13/Sept/07 as "[PATCH 1/1]
	ipv6: remove redundant RTM_DELLINK message".

Revision  Changes                                Path
1.26      +3 -13;  commitid: 14d2948ee447541a7;  xorp/fea/data_plane/ifconfig/ifconfig_parse_netlink_socket.cc



More information about the Xorp-cvs mailing list