Document IPv6 multicast network fix

This commit is contained in:
Tom Eastep 2010-07-16 09:31:37 -07:00
parent 7ec0961a6c
commit 24b2f6501f
3 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Changes in Shorewall 4.4.11.1
1) Fix IPv6 shorecap program.
2) Eradicate incorrect IPv6 Multicast Network
Changes in Shorewall 4.4.11
1) Apply patch from Gabriel.

View File

@ -16,3 +16,9 @@
path name of ip6tables on the firewall (example:
IP6TABLES=/sbin/ip6tables).
c) 'shorewall6 load <firewall>'.
2) In a number of cases, Shorewall6 generates incorrect rules
involving the IPv6 multicast network. The rules specify
ff00::/10 where they should specify ff00::/8.

View File

@ -224,6 +224,10 @@ I I I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
iptables rather than ip6tables, with the result that many capabilities
that are only available in IPv4 were being reported as available.
2) In a number of cases, Shorewall6 generates incorrect rules
involving the IPv6 multicast network. The rules specify
ff00::/10 where they should specify ff00::/8.
4.4.11
1) The IPv6 allowBcast action generated an invalid rule.