Net::Libdnet - Perl interface to libdnet |
Net::Libdnet - Perl interface to libdnet
use Net::Libdnet;
All the following functions return undef and print a warning message to the standard error when a problem occurs.
Some of the functions in the original dnet were omited, because we
only deal with the string representation of addresses. We also avoid
passing handlers to the user, as we open and subsequently close them for
each request. Moreover, the XXX_loop()
functions are not implemented yet.
Not implemented yet.
Not implemented yet.
Not implemented yet.
Interfaces are manipulated as hashes with the following structure:
{ len => ... , name => ... , type => ... , flags => ... , mtu => ... , addr => ... , dst_addr => ... , link_addr => ... , # alias_num => ... , # alias_addrs => ... , };
Processing interface aliases is not implemented yet.
Sets the interface configuration entry. Please retrieve first the configuration, and do not build from scratch.
Not implemented yet.
Not implemented yet.
intf_set, hash2intf
dnet(3)
Net::Libdnet - Perl interface to libdnet |