Age | Commit message (Collapse) | Author | Files | Lines |
|
DIST_SUBDIR to ${PKGNAME}.
Pointed out by Thomas Klausner <wiz@netbsd.org>, thanks!
PKGREVISION hasn't been bumped as the window between changes is reasonably
slow (about 20 minutes)
|
|
Changes:
# 0.35 12/2/2001 Fixed big-endian bug in subnets(). This was reported
# by Igor Zozulya and Steve Kent. Thank you for your help
# and access to your sparc machine!
Fixes pkg/15576, though in a different way than suggested by originator
(distfile has been put into MASTER_SITE_LOCAL, so distinfo will never get
broken again)
|
|
Changelog:
- Use default netmask of class when no netmask is given
|
|
ipcalc takes an IP address and netmask and calculates the resulting broadcast,
network, Cisco wildcard mask, and host range. By giving a second netmask, you
can design sub- and supernetworks. It is also intended to be a teaching tool
and presents the results as easy-to-understand binary values.
|