From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 4 Nov 2010 14:42:01 +0100 References: <1288795295-25392-1-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1288795295-25392-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: <201011041442.01723.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: suppress false warning when changing the mac address 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 Wednesday 03 November 2010 15:41:35 Marek Lindner wrote: > Whenever the mac address of an batman interface is changed > check_known_mac_addr() is called to print a warning if the newly added > mac address exists an another batman interface. While looping through > the batman interface list check_known_mac_addr() only compares mac > addresses and does not make sure they belong to different interfaces, > thus always printing a warning. Applied in revision 1857. Regards, Marek