diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-05-21 15:36:41 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-05-21 15:36:41 +0000 |
commit | 66ad79cdaaf232c69e2c23b334663335e31c41b9 (patch) | |
tree | a6de6ef4f185bb33d75dc21e42f684238002cd31 /usr.sbin/bgpd/bgpd.conf.5 | |
parent | 7ab3008b01a67c9f78cd18812453911c9fd48581 (diff) |
RFC 2796 bgp route reflector support. This is very useful in conjunction
with templates. looks good, go for it henning@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.conf.5')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 51ffdc06084..ea43798b163 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.25 2004/05/17 12:39:32 djm Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.26 2004/05/21 15:36:40 claudio Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -356,6 +356,9 @@ statement defines the maximum hops the neighbor may be away. Do not attempt to actively open a TCP connection to the neighbor system. .It Ar remote-as Set the AS number of the remote system. +.It Ar route-reflector +Act as a RFC 2796 route-reflector for this neighbor. +An optional cluster id can be specified else the own bgp id will be used. .It Ar set Set the .Em AS path attributes |