From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423429AbXBHVeP (ORCPT ); Thu, 8 Feb 2007 16:34:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423430AbXBHVeP (ORCPT ); Thu, 8 Feb 2007 16:34:15 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:42720 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1423429AbXBHVeO (ORCPT ); Thu, 8 Feb 2007 16:34:14 -0500 Date: Thu, 08 Feb 2007 13:34:13 -0800 (PST) Message-Id: <20070208.133413.130238005.davem@davemloft.net> To: ahendry@tusc.com.au Cc: linux-kernel@vger.kernel.org, eis@baty.hanse.de, linux-x25@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 1/3] [RESEND] X.25: Add call forwarding From: David Miller In-Reply-To: <1170890065.5189.39.camel@localhost> References: <1167881822.5124.88.camel@localhost> <20070104102702.30630a9d@localhost.localdomain> <1170890065.5189.39.camel@localhost> X-Mailer: Mew version 5.1.52 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: ahendry Date: Thu, 08 Feb 2007 10:14:25 +1100 > Adds call forwarding to X.25, allowing it to operate like an X.25 router. > Useful if one needs to manipulate X.25 traffic with tools like tc. > This is an update/cleanup based off a patch submitted by Daniel Ferenci a few years ago. > > Thanks Alan for the feedback. > Added the null check to the clones. > Moved the skb_clone's into the forwarding functions. > > Worked ok with Cisco XoT, linux X.25 back to back, and some old NTUs/PADs. > > Signed-off-by: Andrew Hendry Applied, thanks.