forked from extern/shorewall_code
Revert "Allow Extension Scripts for Accounting Chains"
This reverts commit 728ad2fecf
.
This commit is contained in:
parent
728ad2fecf
commit
4f4925002a
@ -948,20 +948,6 @@ sub ensure_accounting_chain( $ )
|
||||
$chainref = new_chain 'filter' , $chain unless $chainref;
|
||||
$chainref->{accounting} = 1;
|
||||
$chainref->{referenced} = 1;
|
||||
|
||||
my $file = find_file $chain;
|
||||
|
||||
if ( -f $file ) {
|
||||
progress_message "Processing $file...";
|
||||
|
||||
my ( $level, $tag ) = ( '', '' );
|
||||
|
||||
unless ( my $return = eval `cat $file` ) {
|
||||
fatal_error "Couldn't parse $file: $@" if $@;
|
||||
fatal_error "Couldn't do $file: $!" unless defined $return;
|
||||
fatal_error "Couldn't run $file" unless $return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$chainref;
|
||||
|
Loading…
Reference in New Issue
Block a user