desc: add informational Kconfig descriptions

This commit is contained in:
Jan Engelhardt
2009-03-26 21:32:44 +01:00
parent 538d74b5d8
commit 45b2e64d82
4 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config NETFILTER_XT_MATCH_LENGTH2
tristate '"length2" match support'
depends on NETFILTER_XTABLES
---help---
This option adds the "length2" match which is an advanced form of
xt_length that allows unambiguous layer-4/-5/-7 length matching. It is
useful to detect empty packets or for aiding in packet scheduling.