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/bgpq3/pkg-descr | |
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/bgpq3/pkg-descr')
-rw-r--r-- | net-mgmt/bgpq3/pkg-descr | 18 |
1 files changed, 15 insertions, 3 deletions
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/ |