diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-20 12:55:50 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-20 12:55:50 +0000 |
commit | c1d99db1d9918917582dafebaf731d7dec5e8958 (patch) | |
tree | 8c3194e9512f5c23ff12dda75fad6442e248e00a /net-mgmt | |
parent | 68fa723860dcf6b707c91770eeabe99b73cc70a5 (diff) | |
download | ports-c1d99db1d9918917582dafebaf731d7dec5e8958.tar.gz ports-c1d99db1d9918917582dafebaf731d7dec5e8958.zip |
- Update to 0.1.11
PR: ports/145851
Submitted by: Alexandre Snarskii <snar@snar.spb.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=252958
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bgpq3/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/bgpq3/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/bgpq3/pkg-descr | 18 |
3 files changed, 19 insertions, 7 deletions
diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile index 3aa3d279deee..7cfeb0285dec 100644 --- a/net-mgmt/bgpq3/Makefile +++ b/net-mgmt/bgpq3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bgpq3 -PORTVERSION= 0.1.10 +PORTVERSION= 0.1.11 CATEGORIES= net-mgmt MASTER_SITES= http://snar.spb.ru/prog/bgpq3/ EXTRACT_SUFX= .tgz diff --git a/net-mgmt/bgpq3/distinfo b/net-mgmt/bgpq3/distinfo index 4a69b56735e8..fdc6030343ed 100644 --- a/net-mgmt/bgpq3/distinfo +++ b/net-mgmt/bgpq3/distinfo @@ -1,3 +1,3 @@ -MD5 (bgpq3-0.1.10.tgz) = 5ed6e5f4316dffe66c48520abb883410 -SHA256 (bgpq3-0.1.10.tgz) = 74422c9a08e2542f606c6a60837c92d173c70f5be8f9b0308d2f339f463d2f7d -SIZE (bgpq3-0.1.10.tgz) = 52958 +MD5 (bgpq3-0.1.11.tgz) = fbafaa6101d596de219030832494cd7f +SHA256 (bgpq3-0.1.11.tgz) = f4a57d0acfed0e7dd687bc29fda7d9238e3036743cadb4648b739f59ce0003d2 +SIZE (bgpq3-0.1.11.tgz) = 53002 diff --git a/net-mgmt/bgpq3/pkg-descr b/net-mgmt/bgpq3/pkg-descr index d63d9a0f9efa..db615cef3b7e 100644 --- a/net-mgmt/bgpq3/pkg-descr +++ b/net-mgmt/bgpq3/pkg-descr @@ -1,5 +1,17 @@ -This program is a lightweight access- and prefix-list generator -for Cisco routers and GateD/Zebra. Access lists are generated -based on RADB/RIPE data. +bgpq3 is a lightweight access-list/prefix-list/as-path access-list generator +for Cisco and Juniper routers. + +This program is a mostly complete re-implementation of bgpq (net-mgmt/bgpq), +with next major advantages: +- much faster, especially for large as-sets. +- supports ipv6 both at transport level and in prefix/access-lists generation. +- supports asn32 in both asdot and asplain notation, also supports +"transition" as23456 generation instead of asn32. + +However, bgpq3 can not be used as a full replacement of bgpq, because: +- "more specific" prefix filtering is not implemented (and not planned). +- GateD prefix-filters generation is not implemented (and not planned). +- Cisco standard access-lists generation is not implemented (and not planned). +- formatted output is not supported (yet?). WWW: http://snar.spb.ru/prog/bgpq3/ |