| Summary: | socket(AF_INET, SOCK_RAW, 4) no longer works | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | bad <bad> | ||||
| Component: | kern | Assignee: | itojun | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.1-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
bad
2000-08-08 00:30:01 UTC
Responsible Changed From-To: freebsd-bugs->itojun Over to one of the KAME folks. 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
State Changed From-To: open->closed should have been fixed in sys/netinet/in_proto.c 1.56 |