diff options
author | 2005-06-04 21:48:16 +0000 | |
---|---|---|
committer | 2005-06-04 21:48:16 +0000 | |
commit | 92670eb1ef73aecd9ca119a0ebc926a23fcb5d53 (patch) | |
tree | 1818208dc1294303e5a03e876a28ad780f23ff3a | |
parent | Fix description in a comment. (diff) | |
download | wireguard-openbsd-92670eb1ef73aecd9ca119a0ebc926a23fcb5d53.tar.xz wireguard-openbsd-92670eb1ef73aecd9ca119a0ebc926a23fcb5d53.zip |
be more clear about route-age
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 02c282a0e20..a3dcb3462c8 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.54 2005/05/01 17:35:26 david Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.55 2005/06/04 21:48:16 henning Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -240,7 +240,8 @@ section. If set to .Ic evaluate , the best path selection will not only be based on the path attributes but -also on the age of the route. +also on the age of the route, giving preference to the older, typically +more stable, route. In this case the decision process is no longer deterministic. The default is .Ic ignore . |