mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 22:58:52 +01:00
Fix logging NAT rules
This commit is contained in:
parent
9ce5887269
commit
70f46c02cc
@ -2816,7 +2816,7 @@ sub expand_rule( $$$$$$$$$$;$ )
|
||||
'add',
|
||||
'' );
|
||||
|
||||
add_rule( $chainref, $target );
|
||||
add_rule( $chainref, $exceptionrule . $target );
|
||||
} else {
|
||||
log_rule_limit(
|
||||
$loglevel ,
|
||||
|
@ -2,6 +2,8 @@ Changes in Shorewall 4.4.0
|
||||
|
||||
1) Fix 'compile ... -' so that it no longer requires '-v-1'
|
||||
|
||||
2) Fix rule generation for logging nat rules with no exclusion.
|
||||
|
||||
Changes in Shorewall 4.4.0-RC2
|
||||
|
||||
1) Fix capabilities file with Shorewall6.
|
||||
|
@ -133,7 +133,12 @@ None.
|
||||
N E W F E A T U R E S I N 4 . 4 . 0
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
None.
|
||||
1) Perviously, a nat rule (DNAT, REDIRECT, etc.) with logging
|
||||
specified could cause invalid iptables input to be generated.
|
||||
|
||||
Example of rule:
|
||||
|
||||
REDIRECT:ULOG wall 82 tcp 80
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
N E W F E A T U R E S IN 4 . 4
|
||||
|
Loading…
Reference in New Issue
Block a user