From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] gre: strict physical device binding Date: Mon, 19 Jan 2009 17:22:24 -0800 (PST) Message-ID: <20090119.172224.251874271.davem@davemloft.net> References: <1232362205-10572-1-git-send-email-timo.teras@iki.fi> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, kuznet@ms2.inr.ac.ru To: timo.teras@iki.fi Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:45714 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751080AbZATBWX (ORCPT ); Mon, 19 Jan 2009 20:22:23 -0500 In-Reply-To: <1232362205-10572-1-git-send-email-timo.teras@iki.fi> Sender: netdev-owner@vger.kernel.org List-ID: From: Timo Teras Date: Mon, 19 Jan 2009 12:50:05 +0200 > Check the device on receive path and allow otherwise identical devices > as long as the physical device differs. > > This is useful for NBMA tunnels, where you want to use different gre IP > for each public IP available via different physical devices. > > Signed-off-by: Timo Teras Seems reasonable, applied. Thanks Timo.