          MODULE=libdnet
         VERSION=1.18.0
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/ofalk/libdnet/archive/refs/tags/
      SOURCE_VFY=sha256:a4a82275c7d83b85b1daac6ebac9461352731922161f1dcdcccd46c318f583c9
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MODULE-$VERSION
        WEB_SITE=https://github.com/ofalk/libdnet/
         ENTERED=20060314
         UPDATED=20240311
           SHORT="A interface to several low-level networking routines"

cat << EOF
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, PktFilter, ...)
  * network interface lookup and manipulation
  * IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
  * raw IP packet and Ethernet frame transmission
EOF
