From owner-freebsd-net@FreeBSD.ORG Sat Aug 26 11:21:43 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9731F16A5DD for ; Sat, 26 Aug 2006 11:21:43 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E8643D45 for ; Sat, 26 Aug 2006 11:21:43 +0000 (GMT) (envelope-from rajkumars@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1515978pye for ; Sat, 26 Aug 2006 04:21:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qbN4H6UflaQnLbunjxz0/DVCVZTBu47EIWOHe497m4XrweyPYAh4UrqxNbL2s2Dj938XE/b+uInHWF9TcEc8s5AkAVCinYOCtg3wo0H7/cxSkRarJuabAzOqWh2g4g0E/aWBIbdA5daoJRS4eyDVI0BaSc5UYwbX0CjBp+4z+NI= Received: by 10.65.185.3 with SMTP id m3mr4871851qbp; Sat, 26 Aug 2006 04:21:42 -0700 (PDT) Received: by 10.65.248.1 with HTTP; Sat, 26 Aug 2006 04:21:42 -0700 (PDT) Message-ID: <64de5c8b0608260421w5a784cek8a3481b7ef4f215c@mail.gmail.com> Date: Sat, 26 Aug 2006 16:51:42 +0530 From: "Rajkumar S" To: "Julian Elischer" , freebsd-net@freebsd.org In-Reply-To: <44EF8FA9.3090508@elischer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64de5c8b0608250849p2912457cs84c227cc914d1f10@mail.gmail.com> <44EF8FA9.3090508@elischer.org> Cc: Subject: Re: Netgraph plumbing question X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 11:21:43 -0000 On 8/26/06, Julian Elischer wrote: > in addition arbtrarily complicated switching can be done with the ng_bpf > node though it takes more to set it up. Thanks, I have a question related to the use of ng_bpf, I will post that in a seperate thread. > there may be other nods that can do what you want too.. > check out all the nodes give by: ng_hub is good enough to do a proof of concept, if required I shall try writing a new node. Thanks a lot again for your help. raj