diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-28 12:59:40 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-04-28 12:59:40 +0200 |
commit | ab758e4fb205346946f2d828236bd23efc2a419e (patch) | |
tree | 034f9915e830645e95dabb8a860e3819769bb677 /doc | |
parent | d494df63ac3061accdff348511a565c021411b28 (diff) |
Some fixes in route export limits.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index df6e2610..91cad085 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -443,7 +443,13 @@ to zero to disable it. An empty <cf><m/switch/</cf> is equivalent to <cf/on/ <tag>export limit <m/number/ [exceed warn | block | restart | disable]</tag> Specify an export route limit, works similarly to the <cf>import limit</cf> option, but for the routes exported - to the protocol. Default: <cf/none/. + to the protocol. This option is experimental, there are some + problems in details of its behavior -- the number of exported + routes can temporarily exceed the limit without triggering it + during protocol reload, exported routes counter ignores route + blocking and block action also blocks route updates of alread + accepted routes -- and these details will probably change in + the future. Default: <cf/none/. <tag>description "<m/text/"</tag> This is an optional description of the protocol. It is displayed as a part of the |