diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 23:41:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-02 23:41:59 +0000 |
commit | 3f9395d5998ece19534fc47493b98bfb0a00793b (patch) | |
tree | 36954c6f99c1ab46e8ee4b8b112a0e72258151b6 /net/tableutil | |
parent | 15ff385bde691ac504e6c2180bd5f7196b5e03b3 (diff) |
Notes
Diffstat (limited to 'net/tableutil')
-rw-r--r-- | net/tableutil/pkg-descr | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/tableutil/pkg-descr b/net/tableutil/pkg-descr index 7c27bad85fa2..4869bf991b12 100644 --- a/net/tableutil/pkg-descr +++ b/net/tableutil/pkg-descr @@ -1,10 +1,9 @@ -Tableutil is a utility for converting, aggregating and performing operations -on lists of IP-addresses. It's primary use is to convert files into a format -pfctl(8) can read. +Tableutil is a utility for converting, aggregating and performing operations +on lists of IP-addresses. It's primary use is to convert files into a format +pfctl(8) can read. -It can read plain-text-files with ranges (123.123.123.123-234.234.234.234), -CIDR-style networks (192.168.0.0/24) single addresses (242.242.242.242) or +It can read plain-text-files with ranges (123.123.123.123-234.234.234.234), +CIDR-style networks (192.168.0.0/24) single addresses (242.242.242.242) or with hostnames (one.two.com). It can also read p2b files. -Author: jameskamlyn@gmail.com WWW: http://expiretable.fnord.se/ |