forked from extern/shorewall_code
Document fix for IPv6 parsing error
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0de4208fef
commit
cfcc59c731
@ -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.
|
||||
|
@ -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>.
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user