From a1beb8f3ee7a6e41dbe4bfd336b8bf5eecb46d01 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 22 Feb 2015 13:50:58 +0100 Subject: Relax BGP neighbor parameter Permit specifying neighbor address, AS number and port independently. Add 'interface' parameter for specifying interface for link-local sessions independently. Thanks to Alexander V. Chernikov for the original patch. --- doc/bird.sgml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'doc/bird.sgml') diff --git a/doc/bird.sgml b/doc/bird.sgml index 1ba52481..5483ee63 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1620,10 +1620,20 @@ using the following configuration parameters: address, equivalent to the neighbor + neighbor [ Define neighboring router this instance will be talking to and what AS - it's located in. In case the neighbor is in the same AS as we are, we - automatically switch to iBGP. This parameter is mandatory. + it is located in. In case the neighbor is in the same AS as we are, we + automatically switch to iBGP. Optionally, the remote port may also be + specified. The parameter may be used multiple times with different + sub-options (e.g., both interface + Define interface we should use for link-local BGP IPv6 sessions. + Interface can also be specified as a part of direct Specify that the neighbor is directly connected. The IP address of the -- cgit v1.2.3