From owner-freebsd-current Mon Apr 8 09:24:07 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07192 for current-outgoing; Mon, 8 Apr 1996 09:24:07 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA07187 for ; Mon, 8 Apr 1996 09:24:06 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14561(12)>; Mon, 8 Apr 1996 09:23:30 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Mon, 8 Apr 1996 09:23:21 -0700 To: Nate Williams cc: Michael Smith , ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=), current@freebsd.org Subject: Re: routed delete my PPP default: how to fight it? In-reply-to: Your message of "Mon, 08 Apr 96 07:52:43 PDT." <199604081452.IAA24889@rocky.sri.MT.net> Date: Mon, 8 Apr 1996 09:23:19 PDT From: Bill Fenner Message-Id: <96Apr8.092321pdt.177476@crevenia.parc.xerox.com> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199604081452.IAA24889@rocky.sri.MT.net> you write: > if ((routes = socket(PF_ROUTE, SOCK_RAW, AF_INET)) < 0) { --------------------------^^^^^^^^ This is a routing socket; you can't do anything except talk to the kernel about the routing table via a PF_ROUTE socket. Bill