diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-06-05 01:45:06 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-06-05 01:45:06 +0800 |
commit | c2b35a8093a613f1b6966f295967a4801f73918a (patch) | |
tree | 2b52f2208b14548b7d4ac181ac47dfdd6ccfeba7 /net/Makefile | |
parent | 55e4101a450c7d69fd816c72caef70c8a9e7e439 (diff) | |
download | freebsd-ports-gnome-c2b35a8093a613f1b6966f295967a4801f73918a.tar.gz freebsd-ports-gnome-c2b35a8093a613f1b6966f295967a4801f73918a.tar.zst freebsd-ports-gnome-c2b35a8093a613f1b6966f295967a4801f73918a.zip |
New port: net/openbgpd6
OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4.
It allows ordinary machines to be used as routers exchanging routes with
other systems speaking the BGP protocol.
This is the portable version and it does not have the means to
influence kernel routing tables. It is only suitable for route
servers/collectors.
WWW: http://www.openbgpd.org/
PR: 213445
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index df46a02eede3..851bc6c0cd9a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -526,6 +526,7 @@ SUBDIR += opal SUBDIR += open-isns SUBDIR += openbgpd + SUBDIR += openbgpd6 SUBDIR += openbsc SUBDIR += openggsn SUBDIR += openldap24-client |