diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-11-15 01:29:01 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-11-15 01:29:01 +0100 |
commit | 15550957957f3c790f3bec3f6b8721559ea25969 (patch) | |
tree | 6e0721146734c2db29ca961d3b91d92faf004916 /doc | |
parent | e16469bc4d182428687a5ef5f2fb4707afa15abd (diff) |
Changes 'rejected' to 'filtered' in one of the last patches.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index e5550590..7cea3921 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -459,12 +459,12 @@ to zero to disable it. An empty <cf><m/switch/</cf> is equivalent to <cf/on/ works in the direction from the routing table to the protocol. Default: <cf/none/. - <tag>import keep rejected <m/bool/</tag> + <tag>import keep filtered <m/bool/</tag> Usually, if an import filter rejects a route, the route is - forgotten. When this option is active, rejected routes are + forgotten. When this option is active, these routes are kept in the routing table, but they are hidden and not propagated to other protocols. But it is possible to show them - using <cf/show route rejected/. Note that this option does not + using <cf/show route filtered/. Note that this option does not work for the pipe protocol. Default: off. <tag>import limit <m/number/ [action warn | block | restart | disable]</tag> @@ -476,7 +476,7 @@ to zero to disable it. An empty <cf><m/switch/</cf> is equivalent to <cf/on/ like appropriate commands. Disable is the default action if an action is not explicitly specified. Note that limits are reset during protocol reconfigure, reload or restart. Also note that - if <cf/import keep rejected/ is active, rejected routes are + if <cf/import keep filtered/ is active, filtered routes are counted towards the limit and blocked routes are forgotten, as the main purpose of the import limit is to protect routing tables from overflow. Default: <cf/none/. @@ -672,8 +672,8 @@ This argument can be omitted if there exists only a single instance. <p>You can also select just routes added by a specific protocol. <cf>protocol <m/p/</cf>. - <p>If BIRD is configured to keep rejected routes (see </cf/import keep rejected/ - option), you can show them instead of routes by using </cf/rejected/ switch. + <p>If BIRD is configured to keep filtered routes (see </cf/import keep filtered/ + option), you can show them instead of routes by using </cf/filtered/ switch. <p>The <cf/stats/ switch requests showing of route statistics (the number of networks, number of routes before and after filtering). If |