From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 28 Sep 2010 11:33:21 +0200 References: <201009262057.36382.lindner_marek@yahoo.de> <201009271758.03620.lindner_marek@yahoo.de> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009281133.21640.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] batman-adv: softif lan loop avoidance 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 Monday 27 September 2010 23:00:21 Donald Gordon wrote: > * Does this mean that batman will now send OGMs out the bat0 interface? No, OGMs have to originate from the bridge interface bat0 belongs to. > * Can the LAN be added as an interface that batman will send "normal" > batman packets out, too? So bat0 would be in a bridge br0 with e.g. > eth0, but br0 or eth0 would also be set up as an interface batman > would send/recieve batman-encapsulated packets on? If an interface is part of a bridge (e.g. br0) it can't be used by batman-adv at the same time. The bridge module pulls in all the traffic. But that always has been the case and is not a new development. Is that a theoretical question or do you have a use case ? Regards, Marek