From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pimreg zombies Date: Sun, 12 Sep 2010 12:08:22 -0700 (PDT) Message-ID: <20100912.120822.104051832.davem@davemloft.net> References: <2bpal7-l68.ln1@chipmunk.wormnet.eu> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: alex@digriz.org.uk Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:59862 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751817Ab0ILTIE (ORCPT ); Sun, 12 Sep 2010 15:08:04 -0400 In-Reply-To: <2bpal7-l68.ln1@chipmunk.wormnet.eu> Sender: netdev-owner@vger.kernel.org List-ID: From: Alexander Clouter Date: Sat, 4 Sep 2010 22:12:34 +0100 > I am writing a multicast pim daemon and noticed that if I call > setsockopt(MRT_ADD_VIF), also occurs for IPv6 too, incorrectly on a > socket established with socket(AF_INET, SOCK_RAW, IPPROTO_PIM)[1] then > when the application quits I have zombie pimreg (and pimreg6) interfaces > that can only be disposed of with a reboot. Thanks for this report, I'll take a look.