diff options
author | garga <garga@FreeBSD.org> | 2017-05-08 18:49:40 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2017-05-08 18:49:40 +0800 |
commit | 1374edde77abef40c5be4cf47cf61455d365ebb3 (patch) | |
tree | 37f8c39bbda6a61f540f19051b8887290d8a830e /net-mgmt/Makefile | |
parent | 0cc792e1d5ea2c9f197e3d869d6d0a74f3553846 (diff) | |
download | freebsd-ports-gnome-1374edde77abef40c5be4cf47cf61455d365ebb3.tar.gz freebsd-ports-gnome-1374edde77abef40c5be4cf47cf61455d365ebb3.tar.zst freebsd-ports-gnome-1374edde77abef40c5be4cf47cf61455d365ebb3.zip |
Add net-mgmt/iprange
This tool is capable of managing sets of IPs.
Why to use iprange over any other aggregate ?
* simpler
* supports many input formats, all together in the same file
* faster, actually a lot faster (thanks to the original design
by Gabriel Somlo)
* can compare files with IPs to find if they overlap and to what degree
* can find the IPs common to a set of files
* can exclude IPs (merge a set of files while excluding all IPs matched
by another set of files)
WWW: https://github.com/firehol/iprange
MFH: 2017Q2
Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 05f39c7495c9..4f1b5d73e43e 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -97,6 +97,7 @@ SUBDIR += ipcad SUBDIR += ipcalc SUBDIR += ipplan + SUBDIR += iprange SUBDIR += ipv6calc SUBDIR += ipv6gen SUBDIR += ipv6mon |