From: Harald Welte Date: Tue, 22 Nov 2005 08:54:28 +0000 (+0000) Subject: tcp-rst is the alias, not tcp-reset (Torsten Hilbrich) X-Git-Tag: v1.3.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b8591d596913c492833f4a1809c5c735e3d5e0;p=thirdparty%2Fiptables.git tcp-rst is the alias, not tcp-reset (Torsten Hilbrich) --- diff --git a/extensions/libipt_REJECT.c b/extensions/libipt_REJECT.c index f9823315..70859eb5 100644 --- a/extensions/libipt_REJECT.c +++ b/extensions/libipt_REJECT.c @@ -44,7 +44,7 @@ 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"}, - {"tcp-reset", "tcp-reset", + {"tcp-reset", "tcp-rst", IPT_TCP_RESET, "TCP RST packet"}, {"icmp-admin-prohibited", "admin-prohib", IPT_ICMP_ADMIN_PROHIBITED, "ICMP administratively prohibited (*)"}