diff options
author | 2007-04-26 14:16:45 +0000 | |
---|---|---|
committer | 2007-04-26 14:16:45 +0000 | |
commit | b53f24aa58103b35c523af0987fcafc3d6dad613 (patch) | |
tree | f373826fefcb70325239e3cf453b048a1a5597a5 | |
parent | tweaks; (diff) | |
download | wireguard-openbsd-b53f24aa58103b35c523af0987fcafc3d6dad613.tar.xz wireguard-openbsd-b53f24aa58103b35c523af0987fcafc3d6dad613.zip |
bgpd supports RFC 2796 and 3682 so mention them with all the others.
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index 776e17ce835..284786f8c16 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.24 2007/04/24 08:51:53 claudio Exp $ +.\" $OpenBSD: bgpd.8,v 1.25 2007/04/26 14:16:45 claudio Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" @@ -165,6 +165,11 @@ control socket .%D August 1998 .Re .Rs +.%R RFC 2796 +.%T "BGP Route Reflection - An Alternative to Full Mesh IBGP" +.%D April 2000 +.Re +.Rs .%R RFC 2918 .%T "Route Refresh Capability for BGP-4" .%D September 2000 @@ -180,6 +185,11 @@ control socket .%D April 2004 .Re .Rs +.%R RFC 3682 +.%T "The Generalized TTL Security Mechanism (GTSM)" +.%D February 2004 +.Re +.Rs .%R RFC 4760 .%T "Multiprotocol Extensions for BGP-4" .%D January 2007 |