This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

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

From Gentoo Wiki (test)
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"