From a1ce9f9b8265a8c28facd52f4e3c0465dce2b9f0 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 24 Mar 2000 08:39:16 +0000 Subject: Testsuite update. --- extensions/libipt_REJECT.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'extensions') 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 -- cgit v1.2.3