aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bgpuma
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update security/silktools to 3.17.0Antoine Brodin2018-04-211-0/+1
| | | | Notes: svn path=/head/; revision=467887
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net-mgmt/bgpuma: fix licenseKurt Jaeger2016-03-051-1/+1
| | | | Notes: svn path=/head/; revision=410206
* New port: net-mgmt/bgpumaKurt Jaeger2016-03-053-0/+37
bgpuma is a program for searching BGP update files created by MRT or Zebra/Quagga for CIDR blocks and/or Autonomous Systems. Given a list of CIDR blocks, it looks for those CIDR blocks which match the list, are contained in the list, or are contained by the list. For Autonomous Systems, it looks for routes that are announced by the given system. It is based on the library created by RIPE called bgpdump and SiLK, created by CERT. WWW: https://github.com/cmu-sei/bgpuma Notes: svn path=/head/; revision=410205