From owner-freebsd-net@FreeBSD.ORG Thu Mar 16 00:31: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 26CB116A401 for ; Thu, 16 Mar 2006 00:31:42 +0000 (UTC) (envelope-from michael@staff.openaccess.org) Received: from smtp.openaccess.org (smtp.openaccess.org [66.165.52.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id E013A43D45 for ; Thu, 16 Mar 2006 00:31:41 +0000 (GMT) (envelope-from michael@staff.openaccess.org) Received: from [10.0.1.6] (unknown [216.57.214.93]) by smtp.openaccess.org (Postfix) with ESMTP id 75B326D47BB for ; Wed, 15 Mar 2006 16:31:41 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: "freebsd-net@FreeBSD.org" From: Michael DeMan Date: Wed, 15 Mar 2006 16:31:51 -0800 X-Mailer: Apple Mail (2.746.2) Subject: OT - Quagga/CARP 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: Thu, 16 Mar 2006 00:31:42 -0000 Hi, I haven't been able to make headway on the Quagga lists, and I seem to recall somewhere a few months ago googling that my problem was some kind of know FreeBSD issue. Googling (and other sources) the last week hasn't helped. In essence, I am wondering if anybody on the FreeBSD side of things knows about my problem or a workaround. We use CARP and HSRP at various locations. On FreeBSD 5.4 with Quagga 0.99, if there is already a route say to 10.0.0.0/8, I can not do in Quagga: ip address 10.0.0.X/8 % Can't set interface IP address: File exists. I can do 10.0.0.X/16 or 10.0.0.X/4, but not the same identical subnet. I am unclear if this is a FreeBSD centric issue with Quagga or a general Quagga problem and the lists there have not been helpful. Sorry for the cross-post, but I badly need this working before rolling out piles of equipment this summer and am getting desperate. EXAMPLE: # sh ip route O>* 10.197.66.96/27 [110/20] via 216.57.215.249, wi0, 00:57:21 * via 216.57.214.33, wi1, 00:57:21 mfd(config)# int vlan59 mfd(config-if)# ip address 10.197.66.97/27 % Can't set interface IP address: File exists. mfd(config-if)#