From owner-freebsd-current@FreeBSD.ORG Mon Apr 3 08:26:28 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 180DE16A420 for ; Mon, 3 Apr 2006 08:26:28 +0000 (UTC) (envelope-from nikruzhan@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id D521243D5C for ; Mon, 3 Apr 2006 08:26:26 +0000 (GMT) (envelope-from nikruzhan@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so1505823nzf for ; Mon, 03 Apr 2006 01:26:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GTwG7SmIth4gYnCJZqsshvx8+Kce4ABCe9L912alq9IeU41Yn2rXDu29/VLK5FOeSpUT7PBjoxe4DxtQatbJfnDLsnYvj/vrvKYO0SasCUgmSb+qmJF08VjtJSLgdSTkDU43kJc5WDp4G5JbOhkQtrlnB0OCnJTmTPJjnBMotcU= Received: by 10.35.39.2 with SMTP id r2mr939614pyj; Mon, 03 Apr 2006 01:26:26 -0700 (PDT) Received: by 10.35.92.9 with HTTP; Mon, 3 Apr 2006 01:26:26 -0700 (PDT) Message-ID: <60ffc71f0604030126w60070561i9781729205d3790d@mail.gmail.com> Date: Mon, 3 Apr 2006 16:26:26 +0800 From: Nik To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: BGP: can't set sockopt TCP_MD5SIG 0 to socket 16 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2006 08:26:28 -0000 Hi all, I got four FreeBSD router and two of them using FreeBSD 6.1 Prerelease and quagga 0.99.3 and the other two is using FreeBSD 5.4 with quagga 0.98.5. I try to implement IBGP session in this 4 router and I encounter this problem when activate the IBGP; Info: 1) Two router is a Core - each has different version of OS and Quagga 2) Two router is a Distribution -each has different version of OS and Quagg= a BGP: can't set sockopt TCP_MD5SIG 0 to socket 16 BGP: can't set sockopt TCP_MD5SIG 0 to socket 15 BGP: can't set sockopt TCP_MD5SIG 0 to socket 18 FYI, I've already compile quagga with MD5 patch for BGP. Thanks a lot.