diff options
author | Ondrej Filip <feela@network.cz> | 2013-08-15 20:26:50 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2013-08-15 20:26:50 +0200 |
commit | b0a8c7fc8547eef21ede33887580b5e867ee742c (patch) | |
tree | e52c49397f845d834f074d1de7e3c2fe58742e96 /doc/bird.sgml | |
parent | e628cad0ca9eb7d9bf4141e57201169c46faa661 (diff) |
Wrong change commited - 'route limit' marked as obsolete.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index a2266424..5ceb8ab9 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -477,7 +477,7 @@ to zero to disable it. An empty <cf><m/switch/</cf> is equivalent to <cf/on/ using <cf/show route filtered/. Note that this option does not work for the pipe protocol. Default: off. - <tag>import limit [<m/number/ | off ] [action warn | block | restart | disable]</tag> + <tag><label id="import-limit">import limit [<m/number/ | off ] [action warn | block | restart | disable]</tag> Specify an import route limit (a maximum number of routes imported from the protocol) and optionally the action to be taken when the limit is hit. Warn action just prints warning @@ -1497,7 +1497,8 @@ for each neighbor using the following configuration parameters: <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 an error. Limit is currently implemented as - <cf/import limit <m/number/ action restart/. Default: no limit. + <cf/import limit <m/number/ action restart/. This option is obsolete and it is + replaced by <ref id="import-limit" name="import limit option">. 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 |