diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-06-04 13:38:18 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-06-04 13:38:18 +0200 |
commit | 2a04b045e480bbf75229f0177abbd7f84d3b7089 (patch) | |
tree | ef857dd1a0857d9aebd3c87df29a4f9ddeb73a7b /doc/bird.sgml | |
parent | 72b28a041df18f0da2e6a85360d6935c6a2db471 (diff) | |
download | bird-2a04b045e480bbf75229f0177abbd7f84d3b7089.tar bird-2a04b045e480bbf75229f0177abbd7f84d3b7089.zip |
Adds route limit documentation.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index c504dbb..136ff25 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -891,6 +891,10 @@ for each neighbor using the following configuration parameters: implementations (Cisco and Quagga). This option is relevant to IPv4 mode with enabled capability advertisement only. Default: on. + <tag>route limit <m/number/</tag> The maximal number of routes + that may be imported from the protocol. If the route limit is + exceeded, the connection is closed with error. Default: no limit. + <tag>disable after error <m/switch/</tag> When an error is encountered (either locally or by the other side), disable the instance automatically and wait for an administrator to fix the problem manually. Default: off. |