Tue Oct 27 10:10:57 2009mail [...] pascalhofmann.de - Ticket created
Subject:
perl uses obsolete (PF_INET,SOCK_PACKET)
Date:
Tue, 27 Oct 2009 15:10:23 +0100
To:
bug-Net-ARP [...] rt.cpan.org
From:
Pascal Hofmann <mail [...] pascalhofmann.de>
When sending arp packets with Net::ARP following line appears in dmesg
output:
[14027.842250] perl uses obsolete (PF_INET,SOCK_PACKET)
Net::ARP uses the obsolete call socket(PF_INET,SOCK_PACKET, ...). I
think it should use socket(PF_PACKET, SOCK_RAW, ...) instead.
OS: Debian Lenny (amd64)
Package: libnet-arp-perl (1.0.2-1)
Regards
Pascal Hofmann