From: Herbert Xu Date: Thu, 9 Oct 2008 19:00:17 +0000 (-0700) Subject: gre: Add Transparent Ethernet Bridging X-Git-Tag: v2.6.28-rc1~717^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1a8000228e16212c93b23cfbed4d622e2ec7a6b;p=pandora-kernel.git gre: Add Transparent Ethernet Bridging This patch adds support for Ethernet over GRE encapsulation. This is exposed to user-space with a new link type of "gretap" instead of "gre". It will create an ARPHRD_ETHER device in lieu of the usual ARPHRD_IPGRE. Note that to preserver backwards compatibility all Transparent Ethernet Bridging packets are passed to an ARPHRD_IPGRE tunnel if its key matches and there is no ARPHRD_ETHER device whose key matches more closely. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed