summaryrefslogtreecommitdiff
path: root/net/whatmask/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2003-12-19 12:23:56 +0000
committerzuntum <zuntum@pkgsrc.org>2003-12-19 12:23:56 +0000
commitf26e335c1ddfbf485dc7a66d1184d74a26437440 (patch)
tree8560872fb871bfc097f7f000723d88bb128e25f3 /net/whatmask/DESCR
parent9e4fdb68eb97f1dce9ef08f32f651ce8b4f851ea (diff)
downloadpkgsrc-f26e335c1ddfbf485dc7a66d1184d74a26437440.tar.gz
Update to version 1.2
Changes from version 1.1: * Added support for hex netmasks. * Minor bugfixes, cleanup. Provided by the maintainer - Joe Laffey <joe@laffeycomputer.com>, thanks!
Diffstat (limited to 'net/whatmask/DESCR')
-rw-r--r--net/whatmask/DESCR30
1 files changed, 12 insertions, 18 deletions
diff --git a/net/whatmask/DESCR b/net/whatmask/DESCR
index 46cb75297c8..0fd4368a245 100644
--- a/net/whatmask/DESCR
+++ b/net/whatmask/DESCR
@@ -1,21 +1,15 @@
-Whatmask is a small C program that lets you easily convert between three common
-subnet mask notations.
+Whatmask is a small C program that will help you with network settings.
-Notations supported:
+Whatmask can work in two modes. The first mode (which is how prior
+versions worked) is to invoke Whatmask with only a subnet mask as the
+argument. In this mode Whatmask will echo back the subnet mask in four
+formats, plus the number of useable addresses in the range.
- Name Example
- ---------------------------------
- CIDR /24
- Netmask 255.255.255.0
- Wilcard Bits 0.0.0.255
+Netmask Notations supported:
-The above notations are all identical. CIDR notation commonly has a "/" in
-front of the number (representing the number of bits). Whatmask can accept
-these notations with or without a slash. This notation is used more and more
-recently. A lot of popular routers and software support this notation.
-
-Netmask notation is pretty much the standard old-school way of doing it. It is
-supported by most systems (Un*x, Win, Mac, etc.).
-
-Wilcard bits are similar to the netmask, but they are the logical not of the
-netmask. This notation is used by a number of popular routers.
+ Name Example
+---------------------------------
+ CIDR /24
+ Netmask 255.255.255.0
+ Hex Netmask 0xffffff00
+ Wilcard Bits 0.0.0.255