| DBD::Sys::Plugin::Any::NetInterface - provides a table containing the known network interfaces |
DBD::Sys::Plugin::Any::NetInterface - provides a table containing the known network interfaces
$netifs = $dbh->selectall_hashref("select * from netint", "interface");
$VERSION = "0.02"; =head1 ISA
DBD::Sys::Plugin::Any::NetInterface ISA DBD::Sys::Table
This module provides the table netint which contains the network
interfaces configured on a host and it's assigned addresses.
Interface name (e.g. eth0, em0, ...)
Address family of following address
The address of the interface (addresses are unique, interfaces can have multiple addresses).
Netmask of the address above.
Broadcast address for network address
Hardware address (MAC number) of the interface NIC.
Binary representation of the interface flags (at least up or down).
Comma separated list of the flags.
MTU for this address in this interface.
Metric for the interface/address.
Returns 'netint'.
Returns the column names of the table as named in Columns
Returns 'address'.
Retrieves the data from the Net::Interface manpage and put it into fetchable rows.
The module the Net::Interface manpage is required to provide data for the table.
Jens Rehsack Alexander Breibach
CPAN ID: REHSACK
rehsack@cpan.org alexander.breibach@googlemail.com
http://www.rehsack.de/
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
Free support can be requested via regular CPAN bug-tracking system. There is no guaranteed reaction time or solution time, but it's always tried to give accept or reject a reported ticket within a week. It depends on business load. That doesn't mean that ticket via rt aren't handles as soon as possible, that means that soon depends on how much I have to do.
Business and commercial support should be acquired from the authors via preferred freelancer agencies.
| DBD::Sys::Plugin::Any::NetInterface - provides a table containing the known network interfaces |