Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 1996 09:23:19 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        Nate Williams <nate@sri.mt.net>
Cc:        Michael Smith <msmith@atrad.adelaide.edu.au>, 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? 
Message-ID:  <96Apr8.092321pdt.177476@crevenia.parc.xerox.com>
In-Reply-To: Your message of "Mon, 08 Apr 96 07:52:43 PDT." <199604081452.IAA24889@rocky.sri.MT.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?96Apr8.092321pdt.177476>