netfilter: conntrack: register sysctl table for gre
This patch adds two sysctl knobs for GRE: net.netfilter.nf_conntrack_gre_timeout = 30 net.netfilter.nf_conntrack_gre_timeout_stream = 180 Update the Documentation as well. Signed-off-by: Yafang Shao <laoar.shao@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:

committed by
Pablo Neira Ayuso

parent
294304e4c5
commit
a0badcc665
@@ -161,3 +161,12 @@ nf_conntrack_udp_timeout_stream - INTEGER (seconds)
|
||||
|
||||
This extended timeout will be used in case there is an UDP stream
|
||||
detected.
|
||||
|
||||
nf_conntrack_gre_timeout - INTEGER (seconds)
|
||||
default 30
|
||||
|
||||
nf_conntrack_gre_timeout_stream - INTEGER (seconds)
|
||||
default 180
|
||||
|
||||
This extended timeout will be used in case there is an GRE stream
|
||||
detected.
|
||||
|
Reference in New Issue
Block a user