diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-09-24 22:12:11 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-09-24 22:12:11 +0200 |
commit | be6e39ebbf7ed107abde6fc1a18e8827ca47a7c1 (patch) | |
tree | a832ae3fd3377930b0f7703e14d3452f9ae3f0fc /doc/bird.sgml | |
parent | 2d507e64b7d7029906aac30dbea317795b5339de (diff) | |
download | bird-be6e39ebbf7ed107abde6fc1a18e8827ca47a7c1.tar bird-be6e39ebbf7ed107abde6fc1a18e8827ca47a7c1.zip |
Passive option.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 258b842..ceff31d 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -868,6 +868,11 @@ for each neighbor using the following configuration parameters: of BGP sessions. Default: no authentication. Password has to be set by external utility (e.g. setkey(8)) on BSD systems. + <tag>passive <m/switch/</tag> Standard BGP behavior is both + initiating outgoing connections and accepting incoming + connections. In passive mode, outgoing connections are not + initiated. Default: off. + <tag>rr client</tag> Be a route reflector and treat the neighbor as a route reflection client. Default: disabled. |