From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] MASQUERADE: inherit masq_index to slave connections Date: Sat, 30 Jul 2005 17:45:00 -0700 (PDT) Message-ID: <20050730.174500.122593208.davem@davemloft.net> References: <20050730135511.GE6620@rama.de.gnumonks.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, netfilter-devel@lists.netfilter.org Return-path: To: laforge@netfilter.org In-Reply-To: <20050730135511.GE6620@rama.de.gnumonks.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netdev.vger.kernel.org From: Harald Welte Date: Sat, 30 Jul 2005 15:55:12 +0200 > [NETFILTER] Inherit masq_index to slave connections > > masq_index is used for cleanup in case the interface address changes > (such as a dialup ppp link with dynamic addreses). Without this patch, > slave connections are not evicted in such a case, since they don't inherit > masq_index. > > Signed-off-by: Harald Welte Applied, thanks Harald.