From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 7 Feb 2011 01:11:14 +0100 References: <1296744063-11440-1-git-send-email-linus.luessing@ascom.ch> In-Reply-To: <1296744063-11440-1-git-send-email-linus.luessing@ascom.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201102070111.14880.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Disallow originator addressing within mesh layer 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 Thursday 03 February 2011 15:41:03 Linus L=C3=BCssing wrote: > For a host in the mesh network, the batman layer should be transparent. > However, we had one exception, data packets within the mesh network > which have the same destination as a originator are being routed to > that node, although there is no host that node's bat0 interface and > therefore gets dropped anyway. This commit removes this exception. Applied in revision 1934. Thanks, Marek