summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorrusty <rusty>2000-03-24 08:39:16 +0000
committerrusty <rusty>2000-03-24 08:39:16 +0000
commit2ba1c8b32301a7f0f6fb50ba079191356b7ade3f (patch)
tree5568962abe9219d3d9a3d6114a83665929fb25cd /extensions
parent502e56c88364c3f58e2c5d85ed1bfb0ab332867a (diff)
Testsuite update.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_REJECT.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/libipt_REJECT.c b/extensions/libipt_REJECT.c
index f174c6a..3f5c128 100644
--- a/extensions/libipt_REJECT.c
+++ b/extensions/libipt_REJECT.c
@@ -26,10 +26,8 @@ static const struct reject_names reject_table[] = {
IPT_ICMP_PORT_UNREACHABLE, "ICMP port unreachable (default)"},
{"icmp-proto-unreachable", "proto-unreach",
IPT_ICMP_PROT_UNREACHABLE, "ICMP protocol unreachable"},
- {"tcp-reset", "rst",
- IPT_TCP_RESET, "for TCP only: faked TCP RST"},
{"echo-reply", "echoreply",
- IPT_ICMP_ECHOREPLY, "for ICMP echo only: faked ICMP echo reply"},
+ IPT_ICMP_ECHOREPLY, "for ICMP echo only: faked ICMP echo reply"}
};
static void