mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-19 04:41:07 +01:00
Another fix for the NOTRACK patch
- 3 defects in a two-line patch :-(
This commit is contained in:
parent
54fcc33adf
commit
341dec0711
@ -79,7 +79,7 @@ sub process_conntrack_rule( $$$$$$$$$ ) {
|
|||||||
# A patch that deimplements the NOTRACK target has been posted on the
|
# A patch that deimplements the NOTRACK target has been posted on the
|
||||||
# Netfilter development list
|
# Netfilter development list
|
||||||
#
|
#
|
||||||
$action = 'CT--notrack' if have_capability 'CT_TARGET';
|
$action = 'CT --notrack' if have_capability 'CT_TARGET';
|
||||||
} else {
|
} else {
|
||||||
( $target, my ( $option, $args, $junk ) ) = split ':', $action, 4;
|
( $target, my ( $option, $args, $junk ) ) = split ':', $action, 4;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user