freebsd-ports/net-mgmt/cidr/pkg-descr
Emanuel Haupt 14ea0d1990 - Provide a patch to fix incorrect uses of strncpy
- Add an additional master site
- Nuke patch-aa
- Cleanup
- Bump PORTREVISION
- Take maintainer-ship

Obtained from:	OpenBSD
2006-07-28 12:53:31 +00:00

5 lines
366 B
Text

cidr is a tiny command-line tool for determining network and broadcast addresses
a la RFC 1878. It takes an IP address and netmask and outputs the network
address, broadcast address, and total number of addresses for the corresponding
subnet. The IP can be in binary, decimal, hex, or dotted quad. The mask can be
in binary, decimal, hex, dotted quad, or prefix.