Bug 35932

Summary: Insufficient description of ``log_in_vain'' sysctl in tcp(4)
Product: Documentation Reporter: Alex Semenyaka <alexs>
Component: Books & ArticlesAssignee: Yar Tikhiy <yar>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alex Semenyaka 2002-03-15 21:20:00 UTC
There is several possible values for the MIB net.inet.tcp.log_in_vain, as it
is obvious from the /usr/src/sys/netinet/tcp_input.c. The value of '1' forces
to log only SYN-packets, value of '2' means log all, and all other values
turn logging off. Unfortunatelly there is no description of these values in 
tcp(4) or rc.conf(5) while it might be useful for system administrators.

How-To-Repeat: 
man 4 tcp
Comment 1 Yar Tikhiy freebsd_committer freebsd_triage 2002-04-16 14:19:57 UTC
State Changed
From-To: open->analyzed

A bit different change introduced to -current, thanks. 


Comment 2 Yar Tikhiy freebsd_committer freebsd_triage 2002-04-16 14:19:57 UTC
Responsible Changed
From-To: freebsd-doc->yar

MFC reminder
Comment 3 Yar Tikhiy freebsd_committer freebsd_triage 2002-04-19 07:00:15 UTC
State Changed
From-To: analyzed->patched

I missed that now we use the "patched" state when a fix is awaiting MFC. 
Thank Ruslan Ermilov <ru@FreeBSD.ORG> for pointing out.
Comment 4 Yar Tikhiy freebsd_committer freebsd_triage 2002-04-24 11:16:24 UTC
State Changed
From-To: patched->closed

Fixed in both branches, thanks!