From 39b52f0b716d5ce1c237f1eb534455dae06869ed Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Tue, 16 Feb 2021 08:29:17 +0000 Subject: Add RTR support to OpenBGPD. Add basic support for the protocol. The RTR client runs in a new process where the protocol handling is done and when new data is available all sources are merged into one ROA set which is then loaded into the RDE. The roa-set from the config is also handled by the new RTR engine. Tested by and ok job@ --- usr.sbin/bgpd/bgpd.8 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bgpd/bgpd.8') diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index 3c2cb0aab46..26439ce8eaa 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.63 2021/02/01 07:39:59 jmc Exp $ +.\" $OpenBSD: bgpd.8,v 1.64 2021/02/16 08:29:16 claudio Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 1 2021 $ +.Dd $Mdocdate: February 16 2021 $ .Dt BGPD 8 .Os .Sh NAME @@ -413,6 +413,14 @@ has been started. .Re .Pp .Rs +.%A R. Bush +.%A R. Austein +.%D September 2017 +.%R RFC 8210 +.%T The Resource Public Key Infrastructure (RPKI) to Router Protocol, Version 1 +.Re +.Pp +.Rs .%A J. Mauch .%A J. Snijders .%A G. Hankins -- cgit v1.2.3