Skip to content

Commit

Permalink
Firewalld Remove unused variables in lib/pf/ipset.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Sep 9, 2024
1 parent 4162a80 commit d8743b9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/pf/ipset.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ use IO::Interface::Simple;
use List::MoreUtils qw(uniq);
use URI ();

Readonly my $FW_TABLE_FILTER => 'filter';
Readonly my $FW_TABLE_MANGLE => 'mangle';
Readonly my $FW_TABLE_NAT => 'nat';
Readonly my $FW_FILTER_INPUT_INT_VLAN => 'input-internal-vlan-if';
Readonly my $FW_FILTER_INPUT_INT_INLINE => 'input-internal-inline-if';
Readonly my $FW_FILTER_INPUT_MGMT => 'input-management-if';
Readonly my $FW_FILTER_INPUT_INT_HA => 'input-highavailability-if';
Readonly my $FW_FILTER_FORWARD_INT_INLINE => 'forward-internal-inline-if';
Readonly my $FW_PREROUTING_INT_INLINE => 'prerouting-int-inline-if';
Readonly my $FW_POSTROUTING_INT_INLINE => 'postrouting-int-inline-if';

tie our %NetworkConfig, 'pfconfig::cached_hash', "resource::network_config($host_id)";

=head1 SUBROUTINES
Expand Down

0 comments on commit d8743b9

Please sign in to comment.