From 2d60e7ea4d52403e63854dadf57863dda08cdd4f Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Tue, 17 Nov 2015 23:32:57 -0800 Subject: [PATCH] ipterr pattern path bug fix --- lib/IPTables/Parse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IPTables/Parse.pm b/lib/IPTables/Parse.pm index 4283e25..0dde4c3 100644 --- a/lib/IPTables/Parse.pm +++ b/lib/IPTables/Parse.pm @@ -32,7 +32,7 @@ sub new() { my $ipt6_bin = '/sbin/ip6tables'; my $fwc_bin = '/usr/bin/firewall-cmd'; my $iptout_pat = 'ipt.out.XXXXXX'; - my $ipterr_pat = 'ipt.out.XXXXXX'; + my $ipterr_pat = 'ipt.err.XXXXXX'; my $self = { _iptables => $args{'iptables'} || $args{'ip6tables'} || '',