diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-20 14:59:12 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-20 14:59:12 +0100 |
commit | ea7ada3809ed672bd9d2f9e5742f42b238cc5389 (patch) | |
tree | 0aa479d852c522c1b3987ff73dc8fa6a56bb6745 /doc | |
parent | 1a5178587ff63234d1b323fca965acb4a42cb9e2 (diff) | |
download | bird-ea7ada3809ed672bd9d2f9e5742f42b238cc5389.tar bird-ea7ada3809ed672bd9d2f9e5742f42b238cc5389.zip |
Fixes a new bug in the pipe protocol soft reconfiguration.
Also updates route reload for pipes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 3905a29..a6278a1 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -513,7 +513,9 @@ This argument can be omitted if there exists only a single instance. Re-export always succeeds, but re-import is protocol-dependent and might fail (for example, if BGP neighbor does not support route-refresh extension). In that case, re-export is also - skipped. + skipped. Note that for the pipe protocol, both directions are + always reloaded together (<cf/in/ or <cf/out/ options are + ignored in that case). <tag/down/ Shut BIRD down. |