From: Mark Wooding Date: Sun, 22 May 2011 20:43:32 +0000 (+0100) Subject: IPv6 firewall support. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/firewall/commitdiff_plain/0291d6d55d3dc38a12d61abc007dda5cc3aa5110?ds=sidebyside;hp=0291d6d55d3dc38a12d61abc007dda5cc3aa5110 IPv6 firewall support. Introduce half-hearted IPv6 support. A surprising amount of the firewall structure carries over unchanged. The way fragmentation is handled differs between IPv4 and IPv6, which is annoying. And ip6tables(8) doesn't have the `addrtype' match which was so useful in IPv4. ---