# # Shorewall version 4 - INLINE Action # # /usr/share/shorewall/action.INLINE # ################################################################################# ?FORMAT 2 DEFAULTS - ?BEGIN PERL; use strict; use Shorewall::Chains; use Shorewall::Rules; my $chainref = get_action_chain; my $rule = get_inline_matches; add_rule( $chainref, $rule, '' ); allow_optimize( $chainref ); ?END PERL;