Binary package “libiptables-chainmgr-perl” in ubuntu xenial

Perl extension for manipulating iptables policies

 The IPTables::ChainMgr module provides an interface to manipulate iptables
 policies on Linux systems through the direct execution of iptables commands.
 .
 Then, it is easy to execute iptables commands directly in order to both parse
 and change the configuration of the policy. Further, this simplifies
 installation since the only external requirement is (in the spirit of
 scripting) to be able to point IPTables::ChainMgr at an installed iptables
 binary instead of having to compile against a library.