From owner-freebsd-net@FreeBSD.ORG Wed Aug 30 16:00:42 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 01DC716A4DA for ; Wed, 30 Aug 2006 16:00:41 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7A443D45 for ; Wed, 30 Aug 2006 16:00:41 +0000 (GMT) (envelope-from rajkumars@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so145504nzn for ; Wed, 30 Aug 2006 09:00:37 -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=tPajubdU24Cd9B/1m1p3TyUkSztLdPjsWlQmEXLxYMYqUc3AyZ4Ns8Whj4oBxbV8DtdRXB5ZZaUr2aKNUbCSPq0hAsjKGMU5bDOzVK9jOjYRR+7rig1Szmxp59Xsor1xfmBtmRnEy7a8mEU/M6yD9qfuMrRG+izFMnyCKL3x+ZA= Received: by 10.65.81.19 with SMTP id i19mr1119654qbl; Wed, 30 Aug 2006 09:00:37 -0700 (PDT) Received: by 10.65.248.1 with HTTP; Wed, 30 Aug 2006 09:00:37 -0700 (PDT) Message-ID: <64de5c8b0608300900o643d8937i136f0d9652499d76@mail.gmail.com> Date: Wed, 30 Aug 2006 21:30:37 +0530 From: "Rajkumar S" To: freebsd-net@freebsd.org In-Reply-To: <20060830142231.GX76666@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64de5c8b0608300531y7ab06ea5ibde5c96aaaa6374e@mail.gmail.com> <20060830142231.GX76666@FreeBSD.org> Subject: Re: sending NGM_BPF_SET_PROGRAM message to a bpf node from a program 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: Wed, 30 Aug 2006 16:00:42 -0000 On 8/30/06, Gleb Smirnoff wrote: > > The cookie shouldn't be NGM_GENERIC_COOKIE, but should be NGM_BPF_COOKIE. > Thanks a lot, it's working now! raj