summaryrefslogtreecommitdiff
path: root/net/openbgpd6/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/openbgpd6: Remove expired portRene Ladan2025-05-317-116/+0
| | | | 2025-05-30 net/openbgpd6: Unsupported upstream, consider using net/openbgpd8
* net/openbgpd6: update 6.8 -> 6.9Kurt Jaeger2021-05-234-76/+0
| | | | Changes: https://marc.info/?l=openbgpd-users&m=161977120713468&w=2
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-5/+0
|
* net/openbgpd6: update 6.6.0 -> 6.8.0, fix -fno-commonKurt Jaeger2020-10-218-7/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6.8.0: - In bgpctl(8), the "reload" command now takes a 'reason' argument to use as Administrative Shutdown Communication to its neighbors. - Added bgpctl(8) support for VPNv6 in the family option of the "show rib" command. - Added bgpctl(8) support for JSON formatted output in various "show" commands. - Support to build OpenBGPD on Alpine Linux added 6.7.0: - Add initial support for JSON output in bgpctl(8). - Allow setting both IPv4 and IPv6 local-addresses at the same time in bgpd.conf group blocks. Introduced 'no local-address' to reset a previously set local address. - Properly aggregate duplicate bgpd(8) roa table prefix/source-as combinations into a single entry with the longest maxlen length. - Implemented bgpd.conf(5) max-prefix NUM out to limit the number of announced prefixes, avoiding leaks of full tables to upstreams and peers. - Extended bgpctl(8) 'show neighbor' to include the received and set prefix count, as well as the max-prefix out limit if set. - Improved reporting of notifications to include the suberror cause. - Also report the last received error cause in bgpctl(8) show neighbor output. - Fix softreconfig out handling to also work for neighbors using 'export default-route'. - Mark stale prefixes in the Adj-RIB-Out so that graceful reload operates properly. - Made it possible to build OpenBGPD-portable with bison. There is no longer the need to use byacc on Linux distributions. - Support for --runstatedir to specify the location of the bgpctl.sock. - Cleaned up configure script for better protability. See also: https://github.com/openbgpd-portable/openbgpd-portable/issues/8 PR: 250274 Notes: svn path=/head/; revision=552864
* net/openbgpd6: adding a new PROVIDE keywordKurt Jaeger2020-02-201-1/+1
| | | | | | | | | | - see also https://reviews.freebsd.org/D23329 PR: 244029 Submitted by: olivier Notes: svn path=/head/; revision=526573
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* New port: net/openbgpd6Kurt Jaeger2019-06-044-0/+82
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 Notes: svn path=/head/; revision=503486