diff options
Diffstat (limited to 'perl/perl-Net-ARP/README')
-rw-r--r-- | perl/perl-Net-ARP/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-Net-ARP/README b/perl/perl-Net-ARP/README new file mode 100644 index 0000000000..f6aff54186 --- /dev/null +++ b/perl/perl-Net-ARP/README @@ -0,0 +1,7 @@ +This module can be used to create and send ARP packets and to get +the mac address of an ethernet interface or ip address. + +IMPORTANT: Version 1.0 will break with the API of PRE-1.0 versions, +because the return value of arp_lookup() and get_mac() will no longer +be passed as parameter, but returned! I hope this decision is ok +as long as we get a cleaner and more perlish API. |