Net::DHCPClientLive

Leandro ingrogger at gmail.com
Sat Aug 1 21:11:23 UTC 2015


About this awesome perl package:

Does anyone knows how to insert option 60 , vendor-class-id value in 
packets.
I tryed:

  my $client = new Net::DHCPClientLive( interface => "eth0",
                                       state => 'BOUND',
                                       option => { 60 => 'premium'}    
                     ====it is not working.
                                     ) or die "failed to move to BOUND 
state\n";

and a few others alternatives without success.

Thanks ...
Leandro.


More information about the dhcp-users mailing list