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:
TEST_ARP_IF="eth0"
And probably run it with
FEATURES="-userpriv -network-sandbox"