Project:Perl/maint-notes/dev-perl/Net-ARP

From Gentoo Wiki
Jump to:navigation Jump to:search

Testing

This module needs the ability to create (sometimes bogus) ARP packets via kernel interfaces that are privileged to root only.

To test these aspects, you should choose an ethernet device to use for ARP messages, and pass it via ENV as follows:

CODE
TEST_ARP_IF="eth0"

And probably run it with

CODE
FEATURES="-userpriv -network-sandbox"