From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 6 Jul 2012 00:04:49 +0200 References: <1341427099-12368-1-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1341427099-12368-1-git-send-email-siwu@hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201207060004.49919.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH-maint-v2] batman-adv: check incoming packet type for bla 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, July 04, 2012 20:38:19 Simon Wunderlich wrote: > If the gateway functionality is used, some broadcast packets (DHCP > requests) may be transmitted as unicast packets. As the bridge loop > avoidance code now only considers the payload Ethernet destination, > it may drop the DHCP request for clients which are claimed by other > backbone gateways, because it falsely infers from the broadcast address > that the right backbone gateway should havehandled the broadcast. > > Fix this by checking and delegating the batman-adv packet type used > for transmission. > > Reported-by: Guido Iribarren > Signed-off-by: Simon Wunderlich Applied in revision e324701. Thanks, Marek