summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorrusty <rusty>2000-07-12 07:30:55 +0000
committerrusty <rusty>2000-07-12 07:30:55 +0000
commitf0e8e88eb59415c4d41a5fa2ce7a09eea1ab2e6d (patch)
tree794cbc314e9210eb249efd2ff319d849d00db3cd /extensions
parent83c40ee2c7934236d2b900b62d278dc96940eb24 (diff)
Remove ICMP packet-filtered option (deprecated).
Add tests for RST generation.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_REJECT.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libipt_REJECT.c b/extensions/libipt_REJECT.c
index 5f723f7..19fe698 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