Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 26 Sep 2002 11:22:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 26 Sep 2002 11:22:50 -0400 Received: from blackbird.intercode.com.au ([203.32.101.10]:53259 "EHLO blackbird.intercode.com.au") by vger.kernel.org with ESMTP id ; Thu, 26 Sep 2002 11:22:49 -0400 Date: Fri, 27 Sep 2002 01:27:41 +1000 (EST) From: James Morris To: "David S. Miller" cc: Rusty Russell , , , Subject: Re: [ANNOUNCE] NF-HIPAC: High Performance Packet Classification for Netfilter In-Reply-To: <20020925.224001.99456805.davem@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 839 Lines: 26 On Wed, 25 Sep 2002, David S. Miller wrote: > If you have things that must happen in a sequence to flow through > your path properly, that's where the "stackable" bit comes in. You > do that one bit, skb->dst = dst_pop(skb->dst), then your caller > will pass the packet on to skb->dst->{output,input}(). > > Is it clearer now the kind of things you'll be able to do? > So, this could be used for generic network layer encapsulation, and be used for GRE tunnels, SIT etc. without the kinds of kludges currently in use? Sounds nice. - James -- James Morris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/