diff options
Diffstat (limited to 'net/cidr/pkg/DESCR')
-rw-r--r-- | net/cidr/pkg/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/cidr/pkg/DESCR b/net/cidr/pkg/DESCR new file mode 100644 index 00000000000..486dc316e44 --- /dev/null +++ b/net/cidr/pkg/DESCR @@ -0,0 +1,6 @@ +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. |