diff options
author | seanc <seanc@FreeBSD.org> | 2003-08-27 11:49:25 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-08-27 11:49:25 +0800 |
commit | 8714162e2c680cb47193707e7037c2fd7d742b61 (patch) | |
tree | 282dc033264e2130cc467eefb3cb00dcbeb37889 /net/Makefile | |
parent | 578daaefa1068f2f207c682f9fc580671f814785 (diff) | |
download | freebsd-ports-gnome-8714162e2c680cb47193707e7037c2fd7d742b61.tar.gz freebsd-ports-gnome-8714162e2c680cb47193707e7037c2fd7d742b61.tar.zst freebsd-ports-gnome-8714162e2c680cb47193707e7037c2fd7d742b61.zip |
Add subcalc, a utility that is used for subnet calculation and IPv6
DNS PTR record generation. subcalc takes command line arguments in
a similar format to ifconfig(8) so the synopsis should be familiar to
the user. Given an address family, address and a netmask/prefix
length, subcalc will calculate the number of hosts and address ranges
of the specific network.
PR: ports/55979
Submitted by: Chris S.J. Peron
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a71f13a3ba68..c5ce4074f935 100644 --- a/net/Makefile +++ b/net/Makefile @@ -653,6 +653,7 @@ SUBDIR += staticcharge SUBDIR += sting SUBDIR += stone + SUBDIR += subcalc SUBDIR += suckblow SUBDIR += sup SUBDIR += svnc |