diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-02-16 08:29:17 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-02-16 08:29:17 +0000 |
commit | 39b52f0b716d5ce1c237f1eb534455dae06869ed (patch) | |
tree | 959f223deedcf0dff435d4a03ab186d15e0ef5ce /usr.sbin/bgpd/bgpd.8 | |
parent | 4711aa99691ac32d7473eb3410e143ad00ea0b38 (diff) |
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@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.8')
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 12 |
1 files changed, 10 insertions, 2 deletions
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 <henning@openbsd.org> .\" @@ -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 |