From owner-freebsd-hackers Wed Jul 24 15:48:42 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA22432 for hackers-outgoing; Wed, 24 Jul 1996 15:48:42 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA22426 for ; Wed, 24 Jul 1996 15:48:37 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15630(2)>; Wed, 24 Jul 1996 15:47:53 PDT Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177482>; Wed, 24 Jul 1996 15:47:37 -0700 X-Mailer: exmh version 1.6.7 5/3/96 To: Subramaniam Vincent cc: freebsd-hackers@freebsd.org Subject: Re: IP router alert option In-reply-to: Your message of "Tue, 23 Jul 1996 07:45:51 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jul 1996 15:47:24 PDT From: Bill Fenner Message-Id: <96Jul24.154737pdt.177482@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message you wri te: >Does any of the current releases support the Router Alert IP option ? If you just want to send packets with the Router Alert IP option, then just do it. You don't need any kernel support, just use setsockopt(). FreeBSD-current as of 3/14/96 #define's IPOPT_RA in /usr/include/netinet/ip.h . Bill