From owner-freebsd-hackers Mon Jun 2 18:42:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA26377 for hackers-outgoing; Mon, 2 Jun 1997 18:42:57 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id SAA26372 for ; Mon, 2 Jun 1997 18:42:55 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15860(4)>; Mon, 2 Jun 1997 18:42:21 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177489>; Mon, 2 Jun 1997 18:42:13 -0700 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: hackers@freebsd.org Subject: Re: Why routed and not gated by default? In-reply-to: Your message of "Mon, 02 Jun 97 13:32:31 PDT." <19970602223231.RC39608@uriah.heep.sax.de> Date: Mon, 2 Jun 1997 18:42:03 PDT From: Bill Fenner Message-Id: <97Jun2.184213pdt.177489@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk j@uriah.heep.sax.de (J Wunsch) wrote: >I know that Bill Fenner will heavily object now Hm, I'm not sure that's the kind of name I want to have made for myself in the FreeBSD community =) routed used to screw up ppp/slip systems by trying to take charge of the default route even though the other systems installed their own. Not to sound too Terry-like, but this is a flaw in the BSD routing architecture; multiple routing daemons should be able to co-exist. We changed ppp and slip to add static routes, which routed won't fool with, but that's rather a hack. While lamenting the flawed architecture, the only realistic response is to disable routed on such systems. I still believe that router discovery should be enabled by default on ethernet-connected end-systems that aren't acting as routers themselves. Bill