From owner-freebsd-bugs Wed Jun 6 1:40: 2 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6068437B406; Wed, 6 Jun 2001 01:39:54 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f568dsW76018; Wed, 6 Jun 2001 01:39:54 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 01:39:54 -0700 (PDT) From: Message-Id: <200106060839.f568dsW76018@freefall.freebsd.org> To: bannai@pacbell.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/27891: Cannot assign a IP address to a interface when a route to the same subnet exists in the routing table Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot assign a IP address to a interface when a route to the same subnet exists in the routing table State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jun 6 01:35:05 PDT 2001 State-Changed-Why: This is the correct behavior. First, the IP address still gets assigned to the interface. It is the so-called "interface" route that can't be installed because the route to the same destination/netmask already exists in the routing table (whether static or not). Either delete this route before running ifconfig(8), or use a different netmask value. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27891 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message