diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-07 12:42:24 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-07 12:42:24 +0200 |
commit | c90ac711bc5d1989dcb093088c74d062b43e9914 (patch) | |
tree | 7f7644123d1653c34bf74db0d0105199c6695d00 /doc | |
parent | 282997f21e6d40c840433128b198a19e9fdf41fb (diff) | |
download | bird-c90ac711bc5d1989dcb093088c74d062b43e9914.tar bird-c90ac711bc5d1989dcb093088c74d062b43e9914.zip |
Cleanup in show route import <p>.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index dc117ac..6680c1e 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -350,7 +350,7 @@ BIRD and <file/birdc/ is stable (see the programmer's documentation). <tag>show symbols</tag> Show the list of symbols defined in the configuration (names of protocols, routing tables etc.). - <tag>show route [[for] <m/prefix/|<m/IP/] [table <m/sym/] [filter <m/f/|where <m/c/] [(import|proto) <m/p/] [<m/options/]</tag> + <tag>show route [[for] <m/prefix/|<m/IP/] [table <m/sym/] [filter <m/f/|where <m/c/] [(import|preimport) <m/p/] [<m/options/]</tag> Show contents of a routing table (by default of the main one), that is routes, their metrics and (in case the <cf/all/ switch is given) all their attributes. @@ -365,9 +365,9 @@ BIRD and <file/birdc/ is stable (see the programmer's documentation). <p>You can also ask for printing only routes processed and accepted by a given filter (<cf>filter <m/name/</cf> or <cf>filter { <m/filter/ } </cf> or matching a given condition (<cf>where <m/condition/</cf>). - The <cf/import/ and <cf/proto/ switches ask for printing of entries as - they would be seen by the specified protocol. With <cf/import/, the - export filter of the protocol is skipped. + The <cf/import/ and <cf/preimport/ switches ask for printing of entries + that are imported to the specified protocol. With <cf/preimport/, the + import filter of the protocol is skipped. <p>The <cf/stats/ switch requests showing of route statistics (the number of networks, number of routes before and after filtering). If |