Bug 140021 - new port: net-mgmt/bgpq3, lightweight prefix-list generator for Cisco and Juniper routers.
Summary: new port: net-mgmt/bgpq3, lightweight prefix-list generator for Cisco and Jun...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-27 17:40 UTC by Alexandre Snarskii
Modified: 2009-11-23 09:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.32 KB, text/plain)
2009-10-27 17:40 UTC, Alexandre Snarskii
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Snarskii 2009-10-27 17:40:00 UTC
bgpq3 is a lightweight access-list/prefix-list/as-path access-list generator
for Cisco and Juniper routers. 

This program is (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.
- supports asn32 in both asdot and asplain notation, also supports
"transition" as23456 generation instead of asn32. 

However, bgpq3 can not be used as full replacement of bgpq, because: 
- 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/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-27 17:40:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-20 18:47:48 UTC
miwi        2009-11-20 18:47:36 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/bgpq3       Makefile distinfo pkg-descr 
  Log:
  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.
  
  WWW: http://snar.spb.ru/prog/bgpq3/
  
  PR:             ports/140021
  Submitted by:   Alexandre Snarskii <snar at snar.spb.ru>
  
  Revision  Changes    Path
  1.201     +1 -0      ports/net-mgmt/Makefile
  1.1       +21 -0     ports/net-mgmt/bgpq3/Makefile (new)
  1.1       +3 -0      ports/net-mgmt/bgpq3/distinfo (new)
  1.1       +5 -0      ports/net-mgmt/bgpq3/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-11-20 18:47:52 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 4 Alexandre Snarskii 2009-11-23 09:03:15 UTC
On Fri, Nov 20, 2009 at 06:47:52PM +0000, miwi@FreeBSD.org wrote:
> Synopsis: new port: net-mgmt/bgpq3, lightweight prefix-list generator for Cisco and Juniper routers.
> 
> State-Changed-From-To: open->closed
> State-Changed-By: miwi
> State-Changed-When: Fri Nov 20 18:47:52 UTC 2009
> State-Changed-Why: 
> New port added, with minor changes. Thanks!

Looks like you messed up with pkg-descr a little. 
Original pkg-descr was intended to describe differences 
between bgpq3 and bgpq and why former may not be used as
a full replacement of latter: 

<cite>
bgpq3 is a lightweight access-list/prefix-list/as-path access-list generator
for Cisco and Juniper routers.

This program is (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.
- supports asn32 in both asdot and asplain notation, also supports
"transition" as23456 generation instead of asn32.

However, bgpq3 can not be used as full replacement of bgpq, because:
- 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?).
</cite>

but you just used pkg-descr from bgpq: 

<cite>
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.
</cite>

Can I ask you to add correct pkg-descr, or should I open separate
ticket to achieve that ?