Now that Linux kernel 2.6.15 includes conntrack for IPv6, what is the ip6tables (v1.3.4) command which does the equivalent of 'iptables -A INPUT -p tcp -m state --state ESTABLISHED,RELATED -j ACCEPT' The obvious replacement of iptables by ip6tables complains that libip6t_state.so cannot be found.