diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-17 17:46:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-17 17:46:23 +0000 |
commit | d6dfa10be0a7543a842da8d2cdeb7493d3a8fa5d (patch) | |
tree | dfcffc6ea3e0fbe9a9bdb334dab2c21296352901 | |
parent | da915014352f4adaec70f3e74db62757e3642fb2 (diff) |
tweak previous;
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index 868e5524531..09e1a15c287 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.35 2010/05/17 15:49:29 claudio Exp $ +.\" $OpenBSD: bgpd.8,v 1.36 2010/05/17 17:46:22 jmc Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" @@ -42,7 +42,7 @@ concerning with other BGP systems. .Nm uses the Border Gateway Protocol, Version 4, -as described in RFC 4271/1771. +as described in RFC 4271. Please refer to that document for more information about BGP. .Pp .Nm diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 7dc729c72df..34e0d16594d 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.108 2010/05/17 16:08:20 claudio Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.109 2010/05/17 17:46:22 jmc Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -396,7 +396,7 @@ The default is .Xr bgpd 8 supports the setup and distribution of Virtual Private Networks. It is possible to import and export prefixes between routing domains. -Each routing domain is specified by a +Each routing domain is specified by an .Ic rdomain section, which allows properties to be set specifically for that rdomain: .Bd -literal -offset indent @@ -414,8 +414,8 @@ There are several routing domain properties: .Pp .Bl -tag -width Ds -compact .It Ic depend on Ar interface -Routes added to the rdomain will use this this interface as outgoing interface. -Normaly this will be a MPLS Provider Edge, +Routes added to the rdomain will use this interface as the outgoing interface. +Normally this will be an MPLS Provider Edge, .Xr mpe 4 , interface that is part of the rdomain. Local networks will be announced with the MPLS label specified on the interface. @@ -1145,7 +1145,7 @@ This rule applies only to .Em UPDATES where the .Em AS path -has more then +has more than .Ar len elements. .Pp @@ -1154,7 +1154,7 @@ This rule applies only to .Em UPDATES where a single .Em AS number -is repeated more then +is repeated more than .Ar len times. .Pp |