diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index e89476ab9..eddf1b974 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -560,6 +560,8 @@ sub process_policies() # # Policy Rule application # +sub process_macro ($$$$$$$$$$$$$$$$$$$); + sub policy_rules( $$$$$ ) { my ( $chainref , $target, $loglevel, $default, $dropmulticast ) = @_;