← Back to team overview

pkg-perl-maintainers team mailing list archive

[Bug 1898971] [NEW] iptables path not correct for ubuntu 20.04

 

Public bug reported:

In fileParse.pm line 31:
Iptables path is not correct for ubuntu 20.04:
    my $ipt_bin  = '/sbin/iptables';
    my $ipt6_bin = '/sbin/ip6tables';

It should be:
    my $ipt_bin  = '/usr/sbin/iptables';
    my $ipt6_bin = '/usr/sbin/ip6tables';

** Affects: libiptables-parse-perl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libiptables-parse-perl in Ubuntu.
https://bugs.launchpad.net/bugs/1898971

Title:
  iptables path not correct for ubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libiptables-parse-perl/+bug/1898971/+subscriptions


Follow ups