Skip Menu |

This queue is for tickets about the Net-ARP CPAN distribution.

Report information
The Basics
Id: 50872
Status: new
Priority: 0/
Queue: Net-ARP

People
Owner: Nobody in particular
Requestors: mail [...] pascalhofmann.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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