Subject: | discover() exits with message "Aborted" |
Date: | Sun, 8 Aug 2008 17:27:09 -0000 |
To: | bug-Net-DHCPClient [...] rt.cpan.org |
From: | "Andreas Lund" <floyd [...] atc.no> |
Hi,
The following script:
----8<----
use Net::DHCPClient;
my $mac = lc '00:10:5A:1B:FA:24';
my $dhcp = new Net::DHCPClient(
macaddr => $mac,
interface => 'eth0',
debug => 10
);
$dhcp->discover();
----8<----
Produces the following output:
----8<----
XMIT:
xid 43839081: saddr=0.0.0.0 daddr=255.255.255.255
src=00:10:5a:1b:fa:24 dest=ff:ff:ff:ff:ff:ff op=1
Aborted
----8<----
Examining both DHCPClient.pm and RawIP.pm I can't figure out where or why the
request is aborted.
uname -a:
Linux atlas.atc.no 2.6.9-67.0.22.EL #1 Wed Jul 23 17:17:45 EDT 2008 i686 i686
i386 GNU/Linux
distro:
CentOS release 4.6 (Final)
perl -v:
This is perl, v5.8.5 built for i386-linux-thread-multi
--
Andreas Lund (floyd@atc.no) - Net.adm
Tel: +47 90.07.71.62 / +47 63.88.33.56
#include <disclaimer.h>