From owner-freebsd-bugs Tue Aug 8 8:12:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lychee.itojun.org (ny-ppp004.iij-us.net [216.98.99.4]) by hub.freebsd.org (Postfix) with ESMTP id BBE0B37B911; Tue, 8 Aug 2000 08:12:43 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost [127.0.0.1]) by itojun.org (8.10.0/3.7W) with ESMTP id e78FCLc05963; Wed, 9 Aug 2000 00:12:21 +0900 (JST) Message-Id: <200008081512.e78FCLc05963@itojun.org> To: sheldonh@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org In-reply-to: sheldonh's message of Tue, 08 Aug 2000 02:43:04 MST. <200008080943.CAA24540@freefall.freebsd.org> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: kern/20473: socket(AF_INET, SOCK_RAW, 4) no longer works From: Jun-ichiro itojun Hagino Date: Wed, 09 Aug 2000 00:12:21 +0900 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org does it fix the issue? itojun Index: in_proto.c =================================================================== RCS file: /cvsroot/kame/kame/freebsd4/sys/netinet/in_proto.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -1 -r1.4 -r1.5 *** in_proto.c 2000/08/05 11:46:54 1.4 --- in_proto.c 2000/08/08 15:11:51 1.5 *************** *** 165,167 **** encap_init, 0, 0, 0, ! &nousrreqs }, --- 165,167 ---- encap_init, 0, 0, 0, ! &rip_usrreqs }, *************** *** 172,174 **** 0, 0, 0, 0, ! &nousrreqs }, --- 172,174 ---- 0, 0, 0, 0, ! &rip_usrreqs }, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message