diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-09 20:27:26 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-09 20:27:26 +0000 |
commit | 6aba2f99d36c0c95e63613146e8344d9256df609 (patch) | |
tree | b76e2f7547be4cda6abcae160da591c9f51dc7bd /usr.sbin/bgpd/bgpd.conf.5 | |
parent | 37d43a6ee9cff1651397a00f88f10a313035035f (diff) |
Introduce new route decision tunable "rde med compare (always|strict)".
If set to always the med will also be compared between different AS.
The default is strict which is the way the RFC specifies it.
OK henning@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.conf.5')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 79629645efb..adfa3fe58bb 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.58 2005/07/28 20:32:33 henning Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.59 2005/08/09 20:27:25 claudio Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -242,6 +242,23 @@ section. .Pp .It Xo .Ic rde +.Ic med +.Ic compare +.Pq Ic always Ns \&| Ns Ic strict +.Xc +If set to +.Ic always , +the +.Em MED +attributes will be comapared always. +The default is +.Ic strict +where the +.Em MED +is only compared between peers belonging to the same AS. +.Pp +.It Xo +.Ic rde .Ic route-age .Pq Ic ignore Ns \&| Ns Ic evaluate .Xc |