diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2016-08-17 08:13:53 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2016-08-17 08:13:53 +0000 |
commit | 08124951346940d21c4c909a67e8f08c53045b30 (patch) | |
tree | cd6ab6b74a5265d6115ccabf2ad7601125e12660 /usr.sbin/bgpd | |
parent | 6f93c9b303ded9461fc69bdc927d148d469afc96 (diff) |
The man page is a bit confusing for how we can control which address
families we support during capabilities negotiation. Re-organize the
man page to be more clear, and explicitly state what the default is.
OK sthen@ benno@
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 09161d6a4fb..6b61955cc40 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.144 2016/06/28 16:59:14 jca Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.145 2016/08/17 08:13:52 phessler Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 28 2016 $ +.Dd $Mdocdate: August 17 2016 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -617,16 +617,21 @@ The default for IBGP peers is .Pq Ic none Ns | Ns Ic unicast Ns | Ns Ic vpn .Xc For the given address family, control which subsequent address families -(at the moment, only +are announced during the capabilities negotiation. +Only routes for that address family and subsequent address family will be +announced and processed. +.Pp +At the moment, only .Em none , which disables the announcement of that address family, .Em unicast , and .Em vpn , -which allows the distribution of BGP MPLS VPNs, are supported) are announced -during the capabilities negotiation. -Only routes for that address family and subsequent address family will be -announced and processed. +which allows the distribution of BGP MPLS VPNs, are supported. +.Pp +The default is +.Ic unicast +for the same address family of the session. .Pp .It Xo .Ic announce as-4byte |