diff options
author | 2004-05-23 22:32:42 +0000 | |
---|---|---|
committer | 2004-05-23 22:32:42 +0000 | |
commit | 09376f25a4e912f02f991501cc0f92a3e34eda2c (patch) | |
tree | 60cdf5f1446250fa0e91395ca1c69c9a8ff6998f | |
parent | a little cleanup; (diff) | |
download | wireguard-openbsd-09376f25a4e912f02f991501cc0f92a3e34eda2c.tar.xz wireguard-openbsd-09376f25a4e912f02f991501cc0f92a3e34eda2c.zip |
add relevant rfc's to SEE ALSO;
suggested by Alexey E. Suslikov;
help and ok henning@
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index 47768cf189b..7673a9cbd04 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.8 2004/02/05 01:33:57 mcbride Exp $ +.\" $OpenBSD: bgpd.8,v 1.9 2004/05/23 22:32:42 jmc Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" @@ -65,6 +65,41 @@ configuration file. .Sh SEE ALSO .Xr bgpd.conf 5 , .Xr bgpctl 8 +.Rs +.%R RFC 1771 +.%T "A Border Gateway Protocol 4 (BGP-4)" +.%D March 1995 +.Re +.Rs +.%R RFC 1997 +.%T "BGP Communities Attribute" +.%D August 1996 +.Re +.Rs +.%R RFC 2385 +.%T "Protection of BGP Sessions via the TCP MD5 Signature Option" +.%D August 1998 +.Re +.Rs +.%R RFC 2439 +.%T "BGP Route Flap Damping" +.%D November 1998 +.Re +.Rs +.%R RFC 2858 +.%T "Multiprotocol Extensions for BGP-4" +.%D June 2000 +.Re +.Rs +.%R RFC 2918 +.%T "Route Refresh Capability for BGP-4" +.%D September 2000 +.Re +.Rs +.%R RFC 3392 +.%T "Capabilities Advertisement with BGP-4" +.%D January 1999 +.Re .Sh HISTORY The .Nm |