diff options
author | rusty <rusty> | 2000-08-30 05:49:06 +0000 |
---|---|---|
committer | rusty <rusty> | 2000-08-30 05:49:06 +0000 |
commit | c3b3a13853e4e835aa7ced7cccb6477a66efa440 (patch) | |
tree | b5942a8c6b73c319d4435b33498913a861ffd732 /extensions/.TCPMSS-test | |
parent | f34886b5b3b566fdb50214886fc2899603ad9e1f (diff) |
TCP MSS matching support (untested).
Diffstat (limited to 'extensions/.TCPMSS-test')
-rwxr-xr-x | extensions/.TCPMSS-test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/.TCPMSS-test b/extensions/.TCPMSS-test index ff0294c..d6ea82f 100755 --- a/extensions/.TCPMSS-test +++ b/extensions/.TCPMSS-test @@ -1,2 +1,3 @@ #! /bin/sh [ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_TCPMSS.h ] && echo TCPMSS +[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_tcpmss.h ] && echo tcpmss |