forked from extern/shorewall_code
Document missing ipset WARNING
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f741b8a225
commit
361c11d6e0
@ -6,6 +6,8 @@ Changes in Shorewall 4.4.19.4
|
||||
|
||||
3) Don't allow filters and tcrules to refer to non-leaf classes.
|
||||
|
||||
4) Issue warning on missing ipset.
|
||||
|
||||
Changes in Shorewall 4.4.19.3
|
||||
|
||||
1) Eliminate issue with 'gawk'.
|
||||
|
@ -29,6 +29,17 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
||||
Shorewall now generates a compile-time error since that
|
||||
configuration allows no network traffic to flow.
|
||||
|
||||
3) Traditionally, Shorewall has not checked for the existance of
|
||||
ipsets mentioned in the configuration, potentially resulting in a
|
||||
run-time start/restart failure. Now, the compiler will issue a
|
||||
WARNING if:
|
||||
|
||||
a) The compiler is being run by root.
|
||||
b) The compilation isn't producing a script to run on a remote
|
||||
system under a -lite product.
|
||||
c) An ipset appearing in the configuration does not exist on the
|
||||
local system.
|
||||
|
||||
4.4.19.3
|
||||
|
||||
1) The changes in 4.4.19.1 that corrected long-standing issues with
|
||||
|
Loading…
Reference in New Issue
Block a user