mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
Shorewall 4.5.0
|
|
|
|
----------------------------------------------------------------------------
|
|
R E L E A S E 4 . 5 H I G H L I G H T S
|
|
----------------------------------------------------------------------------
|
|
|
|
None.
|
|
|
|
----------------------------------------------------------------------------
|
|
M I G R A T I O N I S S U E S
|
|
----------------------------------------------------------------------------
|
|
|
|
None.
|
|
|
|
----------------------------------------------------------------------------
|
|
P R O B L E M S C O R R E C T E D I N 4 . 5 . 0
|
|
----------------------------------------------------------------------------
|
|
|
|
None.
|
|
|
|
----------------------------------------------------------------------------
|
|
K N O W N P R O B L E M S R E M A I N I N G
|
|
----------------------------------------------------------------------------
|
|
|
|
None.
|
|
|
|
----------------------------------------------------------------------------
|
|
N E W F E A T U R E S I N 4 . 5 . 0
|
|
----------------------------------------------------------------------------
|
|
|
|
1) Previously, the following sequence of policies would produce a
|
|
'Duplicate Policy' error:
|
|
|
|
$FW all ACCEPT
|
|
$FW dmz REJECT info
|
|
|
|
Begining with 4.5.0, this sequence produces the same result as this
|
|
one:
|
|
|
|
$FW dmz REJECT info
|
|
$FW all ACCEPT
|
|
|
|
|
|
|