Re: Kernel module
- From: Pascal Hambourg <boite-a-spam@xxxxxxxxxxxxxxx>
- Date: Thu, 29 Mar 2007 21:42:58 +0200
Hello,
W.P. a écrit :
could anyone tell me which (exactly by name or by .config option) kernel
module is responsible for this entry in proc:
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_established??
Kernel 2.4.18 (on MIPS -> RTL8186).
The /proc/sys/net/ipv4/netfilter/ip_conntrack_*_timeout* sysctls are not present in the vanilla 2.4.18 kernel. They were added in version 2.4.23.
They depend on the CONFIG_IP_NF_CONNTRACK option. Since 2.6.20 kernels, they are also available with the CONFIG_NF_CONNTRACK_PROC_COMPAT option when layer 3 independent connection tracking (CONFIG_NF_CONNTRACK) is selected instead of IP connection tracking (CONFIG_IP_NF_CONNTRACK).
.
- Follow-Ups:
- Re: Kernel module
- From: W.P.
- Re: Kernel module
- References:
- Kernel module
- From: W.P.
- Kernel module
- Prev by Date: Re: IPSec, IPTables, multiple subnets
- Next by Date: Re: Kernel module
- Previous by thread: Re: Kernel module
- Next by thread: Re: Kernel module
- Index(es):
Relevant Pages
|