in reply to Re^2: Net::RawIP question
in thread Net::RawIP question
ethset
is a method for set an ethernet parameters in the current object. The given parameters must look like parameters for the ethnew without a $device.
So for your manipulation, it expects the new header to be given in the ethset call as ip => { header keys and values }
update: you might also want to check whether your calls are returning a true value i.e.
$n->methodname(parms) or die "Net::RawIP->methodname failed";
One world, one people
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Net::RawIP question
by mark200 (Novice) on Aug 16, 2018 at 14:23 UTC | |
by anonymized user 468275 (Curate) on Aug 16, 2018 at 19:18 UTC | |
by mark200 (Novice) on Aug 16, 2018 at 19:58 UTC | |
by anonymized user 468275 (Curate) on Aug 16, 2018 at 20:52 UTC | |
by mark200 (Novice) on Aug 16, 2018 at 21:48 UTC | |
|