diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-10-26 09:58:20 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-10-26 09:58:20 +0000 |
commit | c52aaa5c39eb422ac37f4c115aa2d5e0241bd497 (patch) | |
tree | 70b1a7b7bd598132e72e92fbbce1e77bb3895d5c /usr.sbin/bgpd | |
parent | ffe97cf2509441d71586f7007e9dcc611c880b76 (diff) |
Add RFC2545 to the list of standarts supported by bgpd.
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index c2922af7c2f..c3b77586b39 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.31 2009/09/22 14:07:53 claudio Exp $ +.\" $OpenBSD: bgpd.8,v 1.32 2009/10/26 09:58:19 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: September 22 2009 $ +.Dd $Mdocdate: October 26 2009 $ .Dt BGPD 8 .Os .Sh NAME @@ -165,6 +165,11 @@ control socket .%D August 1998 .Re .Rs +.%R RFC 2545 +.%T "Use of BGP-4 Multiprotocol Extensions for IPv6 Inter-Domain Routing" +.%D March 1999 +.Re +.Rs .%R RFC 2796 .%T "BGP Route Reflection - An Alternative to Full Mesh IBGP" .%D April 2000 |