Document fix for IPv6 parsing error

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-01-29 09:17:05 -08:00
parent 0de4208fef
commit cfcc59c731
3 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Changes in Shorewall 4.4.16.3
1) Fix silly bug in expand_rule().
Changes in Shorewall 4.4.16.2
1) Add sch_prio to modules file.

View File

@ -23,3 +23,18 @@
a) Copy /usr/share/shorewall/helpers to /etc/shorewall/
b) Add 'loadmodule sch_prio' to the copy
1) If the SOURCE column in /etc/shorewall6/rules contains [address],
a spurious error is generated:
Example:
net:[::/0]
ERROR: Invalid VLSM (0]) : /etc/shorewall6/rules (line 20)
Workaround:
Use <address> instead. In the example above, use net:<::/0>.

View File

@ -1,5 +1,5 @@
----------------------------------------------------------------------------
S H O R E W A L L 4 . 4 . 1 6 . 2
S H O R E W A L L 4 . 4 . 1 6 . 3
----------------------------------------------------------------------------
I. PROBLEMS CORRECTED IN THIS RELEASE
@ -12,6 +12,13 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
----------------------------------------------------------------------------
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
----------------------------------------------------------------------------
4.4.16.3
1) If the SOURCE column in /etc/shorewall6/rules contained [<address>],
a spurious error was generated:
ERROR: Invalid VLSM (0]) : /etc/shorewall6/rules (line 20)
4.4.16.2
1) Startup could previously fail on a system where module autoloading