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

Andrea Bittau abittau at icir.org
Thu Oct 9 10:48:15 PDT 2008


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

XORP CVS repository


Modified files:
	fea/data_plane/ifconfig ifconfig_parse_netlink_socket.cc 

Log message:
	Don't delete an interface when it goes down, otherwise we (on Linux at least):
	1) Lose all configuration about it.  Because we get notified only about
	   changes.  So if no changes occur while down, we don't learn conf.
	
	2) Don't receive configuration updates while interface is down.  (e.g., address
	   change).
	
	An alternative (more expensive, but perhaps safer if the above aint correct) is
	to repull all conf when a new interface comes up.

Revision  Changes                                Path
1.25      +14 -3;  commitid: 14bac48ee43dd41a7;  xorp/fea/data_plane/ifconfig/ifconfig_parse_netlink_socket.cc



More information about the Xorp-cvs mailing list