summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2000-07-12 07:30:55 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-07-12 07:30:55 +0000
commit52e440e49cfe8f3660a4731c7bf2601baf2d6743 (patch)
tree794cbc314e9210eb249efd2ff319d849d00db3cd /extensions
parent89cea43fbb06d5c56acb806a20d68d78a13f231d (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 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