summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_REJECT.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2000-03-24 08:39:16 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-03-24 08:39:16 +0000
commita1ce9f9b8265a8c28facd52f4e3c0465dce2b9f0 (patch)
tree5568962abe9219d3d9a3d6114a83665929fb25cd /extensions/libipt_REJECT.c
parent2f4e5d92c73906e0dc2ae42fee5c05740528e92b (diff)
Testsuite update.
Diffstat (limited to 'extensions/libipt_REJECT.c')
-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 f174c6a3..3f5c128a 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