diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-10-02 11:33:55 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-10-02 12:52:50 +0200 |
commit | dcde7ae597ccb7d81648b9ecab7c0f61c88e60f2 (patch) | |
tree | 673dd152c3e3758ae1a41e89324f8b3334e21bf7 /doc | |
parent | 252c7e4d0b7b45c89f69b3c4763b0c013aa5830d (diff) |
Allows to configure different remote port for BGP sessions.
Thanks to João Taveira Araújo for the original patch.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 1a8e233d..8f2e6935 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1004,7 +1004,6 @@ foot). So <cf>1.2.0.0/16.pxlen = 16</cf> is true. <tag/ec/ - This is a specialized type used to represent BGP extended community values. It is essentially a 64bit value, literals of this type are usually written as <cf>(<m/kind/, <m/key/, <m/value/)</cf>, where @@ -1014,7 +1013,7 @@ foot). used kind. Similarly to pairs, ECs can be constructed using expressions for <cf/key/ and <cf/value/ parts, (e.g. <cf/(ro, myas, 3*10)/, where <cf/myas/ is an integer variable). - + <tag/int|pair|quad|ip|prefix|ec|enum set/ Filters recognize four types of sets. Sets are similar to strings: you can pass them around but you can't modify them. Literals of type <cf>int @@ -1616,7 +1615,7 @@ using the following configuration parameters: address, equivalent to the <cf/source address/ option (see below). This parameter is mandatory. - <tag>neighbor <m/ip/ as <m/number/</tag> + <tag>neighbor <m/ip/ [port <m/number/] as <m/number/</tag> 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. |