From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755558Ab2APQgj (ORCPT ); Mon, 16 Jan 2012 11:36:39 -0500 Received: from mail.vyatta.com ([76.74.103.46]:48890 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754963Ab2APQgh convert rfc822-to-8bit (ORCPT ); Mon, 16 Jan 2012 11:36:37 -0500 Date: Mon, 16 Jan 2012 08:36:34 -0800 From: Stephen Hemminger To: =?UTF-8?B?xaB0ZWZhbg==?= Gula Cc: Alexey Kuznetsov , "David S. Miller" , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch v1, kernel version 3.2.1] net/ipv4/ip_gre: Ethernet multipoint GRE over IP Message-ID: <20120116083634.7b327c34@nehalam.linuxnetplumber.net> In-Reply-To: References: Organization: Vyatta X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.8; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Jan 2012 13:13:19 +0100 Štefan Gula wrote: > From: Stefan Gula > This patch is an extension for current Ethernet over GRE > implementation, which allows user to create virtual bridge (multipoint > VPN) and forward traffic based on Ethernet MAC address informations in > it. It simulates the Bridge bahaviour learing mechanism, but instead > of learning port ID from which given MAC address comes, it learns IP > address of peer which encapsulated given packet. Multicast, Broadcast > and unknown-multicast traffic is send over network as multicast > enacapsulated GRE packet, so one Ethernet multipoint GRE tunnel can be > represented as one single virtual switch on logical level and be also > represented as one multicast IPv4 address on network level. > > Signed-off-by: Stefan Gula Thanks for the effort, but it is duplicating existing functionality. It possible to do this already with existing gretap device and the current bridge. The same thing is also supported by OpenVswitch.