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 Ubuntu
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to