./net/exabgp, ExaBGP is a userspace BGP daemon written in python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q2, Version: 3.4.19nb1, Package name: exabgp-3.4.19nb1, Maintainer: he

Unlike BIRD or Quagga, ExaBGP was not designed to transform a general purpose
server into a router, but to allow engineers to control their BGP (rfc4271)
network easily. Think of it as Software Defined Networking for people with
"commodity" routers.

ExaBGP transform BGP (rfc4271) messages into friendly plain text or JSON
which can be easily manipulate by scripts.

It allows the creation of tools such as:
* advanced looking glass graphically display the routing of prefix
* high availability tool which automatically isolate broken services
* DDOS mitigation
* an anycasted server


Required to run:
[devel/py-ipaddr] [devel/py-setuptools] [lang/python27] [lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2017-07-15 20:53:12 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5506 - requested by he
net/exabgp: NetBSD build fix

Revisions pulled up:
- net/exabgp/Makefile                                           1.21
- net/exabgp/distinfo                                           1.13
- net/exabgp/patches/patch-lib_exabgp_application_healthcheck.py 1.1

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue Jul  4 12:35:12 UTC 2017

   Modified Files:
   	pkgsrc/net/exabgp: Makefile distinfo
   Added Files:
   	pkgsrc/net/exabgp/patches: patch-lib_exabgp_application_healthcheck.py

   Log message:
   Patch the healthcheck.py script in its proper place.
   Provide a default syslog target of /var/run/log for NetBSD, so
   that the healthcheck.py script can run on NetBSD.
   Bump PKGREVISION.