summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_icmpv6.c
Commit message (Collapse)AuthorAgeFilesLines
* fix loading shared library of ICMPv6 match.Yasuyuki KOZAKAI2006-04-151-272/+0
| | | | | | | | | | | | | The current ip6tables tries to load libip6t_icmp6.so when user types 'ip6tables -p icmpv6 ...' or 'ip6tables ... -m icmpv6' ...', and it fails. This patch renames libip6t_icmpv6.c to libip6t_icmp6.c so that ip6tables can load it. Now kernel module and user library has same name 'icmp6'. It can reduce confusion about name mismatch. That's why I renamed it instead of reverting change in find_match() which brought this bug. This patch keeps compatibiity and we can use '-p icmpv6', '-p ipv6-icmpv6', '-m icmpv6', '-m ipv6-icmpv6', and '-m icmp6', as ever.
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-8/+3
| | | | Fixes build with conntrack event patch for 2.6
* make structure initializers use C99 standard (Harald Welte)Harald Welte2005-02-011-13/+12
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte2002-03-141-2/+1
|
* IPv6 ICMP naming problem fixHarald Welte2001-10-041-2/+2
|
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-1/+1
| | | | - iptables-save/-restore is no longer experimental
* further fixes of string_to_number fixesHarald Welte2001-07-231-5/+3
|
* Major icmpv6 cleanup / fixes by Kis-Szabo Andras.András Kis-Szabó2001-07-141-0/+281