Bug#719960: libnet-arp-perl: Net::ARP::arp_lookup always fails (regression)

2015-10-15 Thread Florian Schlichting
On Sat, Aug 17, 2013 at 01:19:35PM +0200, Vincent Lefevre wrote: > On 2013-08-17 12:41:26 +0200, Florian Schlichting wrote: > > The implementation changed between 1.0.4-1 and 1.0.8-1; whereas before, > > it would just open /proc/net/arp and look for the IP address, matching > > the device only

Bug#719960: libnet-arp-perl: Net::ARP::arp_lookup always fails (regression)

2013-08-17 Thread Vincent Lefevre
Package: libnet-arp-perl Version: 1.0.8-1 Severity: grave Justification: renders package unusable After the upgrade to libnet-arp-perl 1.0.8-1, Net::ARP::arp_lookup always fails: xvii:~ perl -MNet::ARP -e 'print - .Net::ARP::arp_lookup(undef,192.168.1.1).\n' No valid device name found. -

Bug#719960: libnet-arp-perl: Net::ARP::arp_lookup always fails (regression)

2013-08-17 Thread Olof Johansson
On 2013-08-17 10:19 +0200, Vincent Lefevre wrote: After the upgrade to libnet-arp-perl 1.0.8-1, Net::ARP::arp_lookup always fails: xvii:~ perl -MNet::ARP -e 'print - .Net::ARP::arp_lookup(undef,192.168.1.1).\n' No valid device name found. - unknown I can't seem to find any references to

Bug#719960: libnet-arp-perl: Net::ARP::arp_lookup always fails (regression)

2013-08-17 Thread Florian Schlichting
severity 719960 normal thanks On Sat, Aug 17, 2013 at 11:33:31AM +0200, Olof Johansson wrote: On 2013-08-17 10:19 +0200, Vincent Lefevre wrote: After the upgrade to libnet-arp-perl 1.0.8-1, Net::ARP::arp_lookup always fails: xvii:~ perl -MNet::ARP -e 'print -

Bug#719960: libnet-arp-perl: Net::ARP::arp_lookup always fails (regression)

2013-08-17 Thread Vincent Lefevre
On 2013-08-17 12:41:26 +0200, Florian Schlichting wrote: On Sat, Aug 17, 2013 at 11:33:31AM +0200, Olof Johansson wrote: I can't seem to find any references to arp_lookup accepting undef as device in the manual. I don't remember where I got this solution. The implementation changed between