diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-04-26 14:16:46 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-04-26 14:16:46 +0000 |
commit | f0379d880874d2e972968f0ca668da03c46ccc52 (patch) | |
tree | 4a4d22b31c4038242cfc7fc9febe4bf1de42bc04 /usr.sbin/bgpd | |
parent | 93c5de0884960f25532c07ea090011e8c80ccad6 (diff) |
bgpd supports RFC 2796 and 3682 so mention them with all the others.
Diffstat (limited to 'usr.sbin/bgpd')
-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 |