diff options
author | 2004-05-24 08:45:04 +0000 | |
---|---|---|
committer | 2004-05-24 08:45:04 +0000 | |
commit | fd3d7bf3645f071755639fa045125e1a680c9e45 (patch) | |
tree | f0089103050539ad6b822f1cf1b072ded6576dc8 | |
parent | typo; From: Andrey Matveev <andrushock@korovino.net> (diff) | |
download | wireguard-openbsd-fd3d7bf3645f071755639fa045125e1a680c9e45.tar.xz wireguard-openbsd-fd3d7bf3645f071755639fa045125e1a680c9e45.zip |
uppercase `id';
ok henning@
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index f5503cf918c..e12058796b9 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.27 2004/05/23 23:05:31 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.28 2004/05/24 08:45:04 jmc Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -210,13 +210,13 @@ the route selection process is turned off. The default is .Em no . .It Ar router-id -Set the router id to the given IP address which must be local to the +Set the router ID to the given IP address which must be local to the machine. .Bd -literal -offset indent router-id 10.0.0.1 .Ed .Pp -If not given the bgp id is determined as the biggest IP address assigned +If not given, the bgp ID is determined as the biggest IP address assigned to the local machine. .El .Sh NEIGHBORS AND GROUPS @@ -417,7 +417,7 @@ Do not attempt to actively open a TCP connection to the neighbor system. Set the AS number of the remote system. .It Ar route-reflector Act as an RFC 2796 route-reflector for this neighbor. -An optional cluster id can be specified; otherwise the bgp id will be used. +An optional cluster ID can be specified; otherwise the bgp ID will be used. .It Ar set Set the .Em AS path attributes |