From owner-freebsd-isdn Thu Feb 18 15:13:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 49A8511AD7 for ; Thu, 18 Feb 1999 15:13:08 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id XAA14249; Thu, 18 Feb 1999 23:42:37 +0100 (CET) Message-Id: <199902182242.XAA14249@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Matthias Schuendehuette Cc: ISDN-Mailinglist Subject: Re: i4b in FBSD 3.1-S Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 18 Feb 1999 21:37:46 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Thu, 18 Feb 1999 23:42:37 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Matthias Schuendehuette writes: >Hello Jos, > >On 18-Feb-99 Jos Vissers wrote: > >> I think ifconfig is trying to add a route which already exists. > >Sorry, but 'ifconfig' configures an interface and doesn=B4t set a route!= >And, indeed, the interface 'already exists' - but which _file_ does >ifconfig mean? Strange to me. > this message is most probably caused by code in if_spppsubr.c which tries= to update the route entries whenever the IP address of an interface chang= es. IIRC it gets called unconditionally. If you do a "route add default" e.g.= in /etc/rc.isdn then the code in if_spppsubr.c will try to change the IF route when you ifconfig the interface and cause a clash. Take a look at the code. That's what it's there for. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message