[PATCH] TTL match support help message printed during kernel
configuration
Stephane Ouellette
so@tektrend.com
Tue, 02 Oct 2001 14:44:15 -0400
This is a multi-part message in MIME format.
--------------C73B1737B337DC5FE600B01F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi everyone,
following is a small patch for the help message printed during
kernel configuration, for the "TTL match support" option. The current
"TTL match support" and the "TTL target support" help messages are the
same...
Regards.
Stephane Ouellette
--------------C73B1737B337DC5FE600B01F
Content-Type: text/plain; charset=us-ascii;
name="ttl-match.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="ttl-match.patch"
--- patch-o-matic/ttl.patch.configure.help Wed Oct 4 11:27:07 2000
+++ patch-o-matic-fixed/ttl.patch.configure.help Tue Oct 2 14:42:14 2001
@@ -1,9 +1,8 @@
CONFIG_IP_NF_MATCH_TOS
TTL match support
CONFIG_IP_NF_MATCH_TTL
- This option adds a `TTL' target, which enables the user to set
- the TTL value or increment / decrement the TTL value by a given
- amount.
+ This adds CONFIG_IP_NF_MATCH_TTL option, which enabled the user
+ to match packets by their TTL value.
If you want to compile it as a module, say M here and read
Documentation/modules.txt. If unsure, say `N'.
--------------C73B1737B337DC5FE600B01F--