mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
Add a comment
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0ecf0703dc
commit
f37a74a667
@ -1012,7 +1012,9 @@ sub add_common_rules ( $ ) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if ( ( my $setting = get_interface_option( $interface, 'dbl' ) ) != DBL_NONE ) {
|
if ( ( my $setting = get_interface_option( $interface, 'dbl' ) ) != DBL_NONE ) {
|
||||||
|
#
|
||||||
|
# Dynamic blacklisting
|
||||||
|
#
|
||||||
my @nodbl = @{$interfaceref->{nodbl}};
|
my @nodbl = @{$interfaceref->{nodbl}};
|
||||||
|
|
||||||
my $have_ipsec = have_ipsec;
|
my $have_ipsec = have_ipsec;
|
||||||
|
Loading…
Reference in New Issue
Block a user