Add a comment

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2024-03-07 12:30:37 -08:00
parent 0ecf0703dc
commit f37a74a667

View File

@ -1012,7 +1012,9 @@ sub add_common_rules ( $ ) {
);
if ( ( my $setting = get_interface_option( $interface, 'dbl' ) ) != DBL_NONE ) {
#
# Dynamic blacklisting
#
my @nodbl = @{$interfaceref->{nodbl}};
my $have_ipsec = have_ipsec;