From owner-freebsd-net@FreeBSD.ORG Wed Jun 23 03:25:31 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93B8C106566B for ; Wed, 23 Jun 2010 03:25:31 +0000 (UTC) (envelope-from gigabyte.tmn@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2238D8FC17 for ; Wed, 23 Jun 2010 03:25:30 +0000 (UTC) Received: by fxm7 with SMTP id 7so3282258fxm.13 for ; Tue, 22 Jun 2010 20:25:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:reply-to:x-priority :message-id:to:cc:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=YMCebRhvryJOExCOBq5vSl1jS4Syhmj9eAcF64v58OY=; b=TcnFMQXLDaHITKTU8NaOlbh9Z7OKtuXftD/9U+MmNrP5EEJRv/QtvlTjBYJXnay6of 3e8vfkWmtXv90t3xOkCgkGEA9ADJ0Vdqn+XTKpmL1FpU+sE+/tAdJDy3wpN/piFFWVkX nhrlskHDg2Zm7Wg6BxAENUR53njH9bLxZBzbo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:reply-to:x-priority:message-id:to:cc:subject:in-reply-to :references:mime-version:content-type:content-transfer-encoding; b=NYLJ4yjFdP3IbD2Es0u3C/LOO8LnNjJBRdw45gzXIlgvzdjJYuT08zyQYMjXlHnhy1 bvJLtpB+NBeKdX6pWsDNo/N6sym2SWDe3rM10hTLqK1n6uwaw2mW6UKBLaFFt4I/pfQK 4KNoCD4cl4bQtWyjVpLRJSQwDxvdy5E9yAdB0= Received: by 10.223.113.69 with SMTP id z5mr169247fap.19.1277263528119; Tue, 22 Jun 2010 20:25:28 -0700 (PDT) Received: from 244.dynamic-n38.in72.ru ([91.203.38.244]) by mx.google.com with ESMTPS id a3sm31486349fak.40.2010.06.22.20.25.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Jun 2010 20:25:27 -0700 (PDT) Date: Wed, 23 Jun 2010 09:22:57 +0600 From: =?utf-8?B?0JTQvNC40YLRgNC40Lkg0JfQsNC80YPRgNCw0LXQsg==?= X-Priority: 3 (Normal) Message-ID: <57156839.20100623092257@gmail.com> To: freebsd-net@freebsd.org In-Reply-To: <50a120641003241158t15806da9g5993cfc3c7099bc0@mail.gmail.com> References: <50a120641003190539n7d60348ev85416f2777d6c82c@mail.gmail.com> <50a120641003241158t15806da9g5993cfc3c7099bc0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: dimm404@gmail.com Subject: [patch] ng_netflow X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?utf-8?B?0JTQvNC40YLRgNC40Lkg0JfQsNC80YPRgNCw0LXQsg==?= List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2010 03:25:31 -0000 If you can, add information abount AS numbers too. ASN patch for 16-bit ASN's for V5 protocol: http://www.stasyan.com/devel/ng_netflow/patch_asnum_1 Proto V5 can't handle 32-bit ASN unlike V9. But I can't understand why it's not working for me, AS numbers exists for first time after I was load AS information to node, but after some minutes I have't see any AS information in netflow datagrams. > Hello. > I saw patches for ng_netflow to make netflow v9 there > http://lists.freebsd.org/pipermail/freebsd-net/2009-September/022911.html > What's state of this patches? Is this code included in freebsd? Or will be > include in future release?