Skip to content

Commit 25b45e4

Browse files
committed
The path with the *highest* local weight is selected
ok kn
1 parent 0068fb0 commit 25b45e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

usr.sbin/bgpd/bgpd.8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $OpenBSD: bgpd.8,v 1.64 2021/02/16 08:29:16 claudio Exp $
1+
.\" $OpenBSD: bgpd.8,v 1.65 2021/04/08 11:56:30 danj Exp $
22
.\"
33
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
44
.\"
@@ -14,7 +14,7 @@
1414
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1515
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1616
.\"
17-
.Dd $Mdocdate: February 16 2021 $
17+
.Dd $Mdocdate: April 8 2021 $
1818
.Dt BGPD 8
1919
.Os
2020
.Sh NAME
@@ -90,7 +90,7 @@ Comparison of the BGP session type.
9090
Paths learned over an external (EBGP) session are preferred over those
9191
learned via an internal (IBGP) session.
9292
.It
93-
The path with the lowest local
93+
The path with the highest local
9494
.Em weight
9595
is selected.
9696
.It

0 commit comments

Comments
 (0)