From owner-freebsd-net@FreeBSD.ORG Tue Feb 13 11:21:41 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E14116A407 for ; Tue, 13 Feb 2007 11:21:41 +0000 (UTC) (envelope-from andriko.b@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id 2FB3013C49D for ; Tue, 13 Feb 2007 11:21:41 +0000 (UTC) (envelope-from andriko.b@gmail.com) Received: by wr-out-0506.google.com with SMTP id 69so2293964wra for ; Tue, 13 Feb 2007 03:21:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z+Dlf/4vryls43scYTEQ/T1ZoeJ6HGzwHNUbv6LowQhC6e9nUWEErdJ+9CarKREhI1MjChK10OaE3CJ+kSBleBmGv1AwnXRYCQaYEcNNzv+2kP599vXgS15HYoEct+H3d7onTZhxJj8m7eVtJgBqO/XtoBPoNhZu9f/euKZqfV8= Received: by 10.114.73.1 with SMTP id v1mr7482441waa.1171365700254; Tue, 13 Feb 2007 03:21:40 -0800 (PST) Received: by 10.114.130.8 with HTTP; Tue, 13 Feb 2007 03:21:40 -0800 (PST) Message-ID: <21be38170702130321t23345ce0pe298733be438d6b0@mail.gmail.com> Date: Tue, 13 Feb 2007 13:21:40 +0200 From: "Andrew Bliznak" To: "Alexander Motin" In-Reply-To: <45D194EB.10008@alkar.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <21be38170702130035n4ee69773mddc07a2b674fb81a@mail.gmail.com> <45D194EB.10008@alkar.net> Cc: freebsd-net@freebsd.org Subject: Re: Mpd-4.1 released 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: Tue, 13 Feb 2007 11:21:41 -0000 2007/2/13, Alexander Motin : > Hi. > > Andrew Bliznak wrote: > > I have set netflow node option in mpd.conf to attach to > > existing ng_netflow node > > --- > > default: > > load psrv1 > > load psrv3 > > ... > > pppoe: > > ... > > set netflow node netflow > > set netflow export 172.16.2.35 9996 > > ... > > psrv1: > > new -n -i ng1 pppoe1 pppoe1 > > load pppoe > > 'set netflow ...' options should be specified _before_ creation of any > bundle which require it. Move 'set netflow ...' commands to the startup > section. OK. This works. Thanks... One more questions. a) Device type l2tp (copy pppoe config with changed device type) produce INVARIANTS KASSERT in sys/netgraph/ng_l2tp.c on first packet from nearest cisco :( b) Now on exit not cleaned only three nodes: ... Name: Type: pppoe ID: 00001843 Num hooks: 1 Name: ng0 Type: iface ID: 00001630 Num hooks: 0 Name: ng2 Type: iface ID: 00000013 Num hooks: 0 ... pyvo# ngctl show \[00001843\]: Name: Type: pppoe ID: 00001843 Num hooks: 1 Local hook Peer name Peer type Peer ID Peer hook ---------- --------- --------- ------- --------- ethernet vlan4 ether 0000000b orphans > > -- > Alexander Motin mav@alkar.net > Optima Telecom >