forked from extern/shorewall_code
Document fixing route rule addition code
This commit is contained in:
parent
016537f631
commit
31f01fe765
@ -16,6 +16,8 @@ Changes in Shorewall 4.4.4
|
|||||||
|
|
||||||
8) Implement 'show policies' command.
|
8) Implement 'show policies' command.
|
||||||
|
|
||||||
|
9) Fix route_rule suppression for down provider.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.3
|
Changes in Shorewall 4.4.3
|
||||||
|
|
||||||
1) Move Debian INITLOG initialization to /etc/default/shorewall
|
1) Move Debian INITLOG initialization to /etc/default/shorewall
|
||||||
|
@ -190,6 +190,12 @@ Shorewall 4.4.4
|
|||||||
2) The Shorewall operations log (specified by STARTUP_LOG) is now
|
2) The Shorewall operations log (specified by STARTUP_LOG) is now
|
||||||
secured 0600.
|
secured 0600.
|
||||||
|
|
||||||
|
3) Previously, the compiler generated an incorrect test for interface
|
||||||
|
availability in the generated code for adding route rules. The
|
||||||
|
result was that the rules were always added, regardless of the
|
||||||
|
state of the provider's interface. Now, the rules are only added
|
||||||
|
when the interface is available.
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
K N O W N P R O B L E M S R E M A I N I N G
|
K N O W N P R O B L E M S R E M A I N I N G
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user