IPTables::IPv4::IPQueue

IPTables::IPv4::IPQueue is a Perl extension for libipq.
Download

IPTables::IPv4::IPQueue Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • James Morris
  • Publisher web site:
  • http://search.cpan.org/~jmorris/perlipq-1.25/IPQueue.pm

IPTables::IPv4::IPQueue Tags


IPTables::IPv4::IPQueue Description

IPTables::IPv4::IPQueue is a Perl extension for libipq. IPTables::IPv4::IPQueue is a Perl extension for libipq.SYNOPSIS use IPTables::IPv4::IPQueue qw(:constants); $queue = new IPTables::IPv4::IPQueue(); $msg = $queue->get_message(); $queue->set_verdict($msg->packet_id(), NF_ACCEPT) $queue->set_mode(IPQ_COPY_PACKET, 2048); IPTables::IPv4::IPQueue->errstr; undef $queue;Perlipq (IPTables::IPv4::IPQueue) is a Perl extension for iptables userspace packet queuing via libipq.Packets may be selected from the stack via the iptables QUEUE target and passed to userspace. Perlipq allows these packets to be manipulated in Perl and passed back to the stack.More information on userspace packet queueing may be found in libipq(3). Requirements: · Perl


IPTables::IPv4::IPQueue Related Software