From: Rusty Russell Date: Wed, 12 Jul 2000 07:30:55 +0000 (+0000) Subject: Remove ICMP packet-filtered option (deprecated). X-Git-Tag: v1.2.1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52e440e49cfe8f3660a4731c7bf2601baf2d6743;p=thirdparty%2Fiptables.git Remove ICMP packet-filtered option (deprecated). Add tests for RST generation. --- diff --git a/extensions/libipt_REJECT.c b/extensions/libipt_REJECT.c index 5f723f7c..19fe6988 100644 --- a/extensions/libipt_REJECT.c +++ b/extensions/libipt_REJECT.c @@ -32,8 +32,8 @@ static const struct reject_names reject_table[] = { IPT_ICMP_NET_PROHIBITED, "ICMP network prohibited"}, {"icmp-host-prohibited", "host-prohib", IPT_ICMP_HOST_PROHIBITED, "ICMP host prohibited"}, - {"icmp-packet-filtered", "packet-filtered", - IPT_ICMP_PACKET_FILTERED, "ICMP packet filtered"} + {"tcp-reset", "tcp-reset", + IPT_TCP_RESET, "TCP RST packet"} }; static void