From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 19 Jan 2011 20:13:42 +0100 References: <1295103173-7036-1-git-send-email-lindner_marek@yahoo.de> <1295173672-16895-1-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1295173672-16895-1-git-send-email-lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201101192013.42758.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: free neighbors when an interface is deactivated Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Sunday 16 January 2011 11:27:52 Marek Lindner wrote: > hardif_disable_interface() calls purge_orig_ref() to immediately free > all neighbors associated with the interface that is going down. > purge_orig_neighbors() checked if the interface status is IF_INACTIVE > which is set to IF_NOT_IN_USE shortly before calling purge_orig_ref(). Applied in revision 1903. Regards, Marek