diff options
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index b642a54d326..79629645efb 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.57 2005/06/29 09:43:25 claudio Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.58 2005/07/28 20:32:33 henning Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -377,6 +377,20 @@ messages to announcements of the local AS. The default for IBGP peers is .Ic all . .Pp +.It Xo +.Ic announce +.Pq Ic IPv4 Ns \&| Ns Ic IPv6 +.Pq Ic none Ns \&| Ns Ic unicast +.Xc +For the given address family, control which subsequent address families +(at the moment, only +.Em none , +which disables the announcement of that address family, and +.Em unicast +are supported) are announced during the capabilities negotiation. +Only routes for that address family and subsequent address family will be +announced and processed. +.Pp .It Ic depend on Ar interface The neighbor session will be kept in state .Em IDLE |