From mboxrd@z Thu Jan 1 00:00:00 1970 From: Flavio Leitner Subject: restoring IP multicast addresses when restarting the interface. Date: Fri, 20 Apr 2012 21:25:33 -0300 Message-ID: <20120420212533.78903e3a@asterix.rh> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Herbert Xu To: netdev Return-path: Received: from mx1.redhat.com ([209.132.183.28]:62755 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751826Ab2DUA0l (ORCPT ); Fri, 20 Apr 2012 20:26:41 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hello folks, I was told that ntp in multicast mode was not working if you restart the interface (ifdown ; ifup Date: Thu Jun 7 18:35:38 2007 -0700 [IPV4]: Do not remove idev when addresses are cleared Now that we create idev before addresses are added, it no longer makes sense to remove them when addresses are all deleted. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller Although the new behavior seems nice and save some user space work, I think it was unintentional and likely to be a bug. What you guys think? thanks, fbl