From owner-freebsd-ports@FreeBSD.ORG Wed Aug 5 21:53:14 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B69861065673; Wed, 5 Aug 2009 21:53:14 +0000 (UTC) (envelope-from lasta@orion.net.id) Received: from smtp.orion.net.id (smtp.orion.net.id [203.84.155.158]) by mx1.freebsd.org (Postfix) with ESMTP id 074318FC22; Wed, 5 Aug 2009 21:53:13 +0000 (UTC) Received: from smtp.orion.net.id (localhost [127.0.0.1]) by smtp.orion.net.id (Postfix) with ESMTP id 73F21432C; Thu, 6 Aug 2009 04:35:01 +0700 (WIT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=orion.net.id; h=date:from: to:cc:message-id:in-reply-to:subject:mime-version:content-type: content-transfer-encoding; q=dns/txt; s=selector1; bh=hVKokqK7uW XrIyKkecHISaBvpm4=; b=oy+d0WmZbsCcktnPXUF2bTISYYNTrm3RfcUk5A3k/C StqO7u9JMrMsH9HwMKCmk6F85xXo6gs5er36ftDvuTg4Ds5S/xfrydZNVw2yfvDu pjNiqvXLbBMCsYdp/r46AwlTxioKcMbQkYEpDUwlmSNmgq5P0Hd3T7tiD6PMgweV w= Received: from mail.orion.net.id (mailhub.orion.net.id [203.84.155.155]) by smtp.orion.net.id (Postfix) with ESMTP id 6BA1F42F6; Thu, 6 Aug 2009 04:35:00 +0700 (WIT) Received: from localhost (localhost [127.0.0.1]) by mail.orion.net.id (Postfix) with ESMTP id 0D9177D0362; Thu, 6 Aug 2009 04:35:39 +0700 (WIT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -2.51 X-Spam-Level: X-Spam-Status: No, score=-2.51 tagged_above=-10 required=6.6 tests=[AWL=-0.011, BAYES_00=-2.599, RDNS_NONE=0.1] Received: from mail.orion.net.id ([127.0.0.1]) by localhost (mail.orion.net.id [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BWwxAGuN8pLk; Thu, 6 Aug 2009 04:35:33 +0700 (WIT) Received: from mail.orion.net.id (mail.orion.net.id [203.84.155.155]) by mail.orion.net.id (Postfix) with ESMTP id 05C047D0359; Thu, 6 Aug 2009 04:35:33 +0700 (WIT) Date: Thu, 6 Aug 2009 04:35:32 +0700 (WIT) From: Lasta Yani To: hrs@FreeBSD.org Message-ID: <10117348.18611249508132935.JavaMail.root@mail.orion.net.id> In-Reply-To: <23382533.18591249508037683.JavaMail.root@mail.orion.net.id> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [203.84.159.11] X-Mailer: Zimbra 5.0.5_GA_2201.UBUNTU6 (ZimbraWebClient - FF3.0 (Win)/5.0.5_GA_2201.UBUNTU6) Cc: ports@FreeBSD.org Subject: FreeBSD Port: openbgpd-4.5.20090709 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 21:53:15 -0000 Hello Hiroki, I'm sorry if I send directly this email to you. When I try to upgrade my machine to openbgpd-4.5.20090709, something weird had happened. This is my configuration, neighbor $nap1 { remote-as 45147 descr ke-NAP1 announce all set prepend-self 2 } neighbor $nap2 { remote-as 45147 descr ke-NAP2 announce all set prepend-self 2 } deny from any allow from $nap1 inet prefixlen 8 - 24 ------------------------------------------------------- # bgpctl s ip b sum Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd ke-NAP2 45147 790010 26298 0 01w2d03h 287574 ke-NAP1 45147 789760 26298 0 01w2d03h 287672 I dont change this configuration from OpenBGPD v4.2, and usually with this setting, I'm not receiving any prefixes from $nap2 (ke-NAP2), only receiving from $nap1 (ke-NAP1). Its weird when I upgraded via port to openbgpd-4.5.20090709, its still receiving prefixes, I can't deny it. Is there anything wrong with my configuration ? Thank you. Rgds, -- Lasta Yani