mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-29 11:04:03 +01:00
Document IPv6 multicast network fix
This commit is contained in:
parent
7ec0961a6c
commit
24b2f6501f
@ -2,6 +2,8 @@ Changes in Shorewall 4.4.11.1
|
|||||||
|
|
||||||
1) Fix IPv6 shorecap program.
|
1) Fix IPv6 shorecap program.
|
||||||
|
|
||||||
|
2) Eradicate incorrect IPv6 Multicast Network
|
||||||
|
|
||||||
Changes in Shorewall 4.4.11
|
Changes in Shorewall 4.4.11
|
||||||
|
|
||||||
1) Apply patch from Gabriel.
|
1) Apply patch from Gabriel.
|
||||||
|
@ -16,3 +16,9 @@
|
|||||||
path name of ip6tables on the firewall (example:
|
path name of ip6tables on the firewall (example:
|
||||||
IP6TABLES=/sbin/ip6tables).
|
IP6TABLES=/sbin/ip6tables).
|
||||||
c) 'shorewall6 load <firewall>'.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
iptables rather than ip6tables, with the result that many capabilities
|
||||||
that are only available in IPv4 were being reported as available.
|
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
|
4.4.11
|
||||||
|
|
||||||
1) The IPv6 allowBcast action generated an invalid rule.
|
1) The IPv6 allowBcast action generated an invalid rule.
|
||||||
|
Loading…
Reference in New Issue
Block a user