diff options
author | seb <seb> | 2003-01-26 21:48:00 +0000 |
---|---|---|
committer | seb <seb> | 2003-01-26 21:48:00 +0000 |
commit | 0ac4b30da28d71333dafdf348f57c141e3bb088d (patch) | |
tree | 5aa18cee07231c5502ee17a4637a7ff9ac0f88a3 /net/libdnet/DESCR | |
parent | 9e1b0cafd6dcfa6a117e3c41acc2e8cf7bc3d4c7 (diff) | |
download | pkgsrc-0ac4b30da28d71333dafdf348f57c141e3bb088d.tar.gz |
Initial import of libdnet, version 1.5, into the NetBSD Packages Collection.
Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly
edited by me.
libdnet provides a simplified, portable interface to several low-level
networking routines, including
* network address manipulation
* kernel arp(4) cache and route(4) table lookup and manipulation
* network firewalling (IP filter, ipfw, ipchains, pf, ...)
* network interface lookup and manipulation
* raw IP packet and Ethernet frame transmission
Diffstat (limited to 'net/libdnet/DESCR')
-rw-r--r-- | net/libdnet/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/libdnet/DESCR b/net/libdnet/DESCR new file mode 100644 index 00000000000..68b550fe143 --- /dev/null +++ b/net/libdnet/DESCR @@ -0,0 +1,8 @@ +libdnet provides a simplified, portable interface to several low-level +networking routines, including + + * network address manipulation + * kernel arp(4) cache and route(4) table lookup and manipulation + * network firewalling (IP filter, ipfw, ipchains, pf, ...) + * network interface lookup and manipulation + * raw IP packet and Ethernet frame transmission |