diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-06-04 01:20:45 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-06-04 01:20:45 +0000 |
commit | b300aac47dd83deef9f94ed6d2351350ef6c0575 (patch) | |
tree | 52dad76123266151c208201315252237ebdc59b9 /usr.sbin | |
parent | b28da475f645f4c1271c4620f04cb38106d53e42 (diff) |
Document that we accept ASPLAIN format 32-bit ASN.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index cf9b972ffe0..f6c9f698df8 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.92 2009/05/27 04:18:21 reyk Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.93 2009/06/04 01:20:44 sthen Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -16,7 +16,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: May 27 2009 $ +.Dd $Mdocdate: June 4 2009 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -123,12 +123,18 @@ sets the local AS to 65001. The AS numbers 64512 \(en 65534 are designated for private use. The AS number 23456 is a specially designated Autonomous System Number and should not be used. -4-byte AS numbers are specified as two numbers separated by a dot. -For example: +4-byte AS numbers are specified as two numbers separated by a dot +(ASDOT format), +for example: .Bd -literal -offset indent AS 3.10 .Ed .Pp +or as a large number (ASPLAIN format), for example: +.Bd -literal -offset indent +AS 196618 +.Ed +.Pp .It Ic connect-retry Ar seconds Set the number of seconds before retrying to open a connection. This timer should be sufficiently large in EBGP configurations. |