Bug 13234

Summary: .../netinet/ip_input.c should include opt_ipstealth.h
Product: Base System Reporter: Achim Patzner <ap>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description Achim Patzner 1999-08-18 21:00:01 UTC
	
No matter whether you include option IPSTEALTH or not the functionality
won't be there.

Fix: 

.../netinet/ip_input.c has to include opt_ipstealth.h. Or has it been
disabled intentionally?


Achim
How-To-Repeat: 
	
Make a kernel using 
options IPSTEALTH
Comment 1 hoek freebsd_committer freebsd_triage 1999-08-22 21:54:03 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfiled PR 
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2001-05-24 20:18:51 UTC
State Changed
From-To: open->closed

Fixed in the following commit: 
---------------------------- 
revision 1.122 
date: 1999/08/29 12:18:39;  author: des;  state: Exp;  lines: +2 -1 
Include the correct header for the IPSTEALTH option. 
----------------------------