diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-22 17:12:15 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-22 17:12:15 +0200 |
commit | ea2ae6dd0ae3f5dd8cd41c1e5a1170a163027725 (patch) | |
tree | bfad8e3665598cedc1a099b9d37571a924e3564f /doc/bird.sgml | |
parent | d72a0ac2396471ffb2b3a580ee986f950e4d23ae (diff) | |
download | bird-ea2ae6dd0ae3f5dd8cd41c1e5a1170a163027725.tar bird-ea2ae6dd0ae3f5dd8cd41c1e5a1170a163027725.zip |
Change import/preimport to export/preexport to be consistent with filters.
Diffstat (limited to 'doc/bird.sgml')
-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 c73872b..e93e534 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -435,7 +435,7 @@ This argument can be omitted if there exists only a single instance. <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|preimport) <m/p/] [protocol <m/p/] [<m/options/]</tag> + <tag>show route [[for] <m/prefix/|<m/IP/] [table <m/sym/] [filter <m/f/|where <m/c/] [(export|preexport) <m/p/] [protocol <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. @@ -450,9 +450,9 @@ This argument can be omitted if there exists only a single instance. <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/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. + The <cf/export/ and <cf/preexport/ switches ask for printing of entries + that are exported to the specified protocol. With <cf/preexport/, the + export filter of the protocol is skipped. <p>You can also select just routes added by a specific protocol. <cf>protocol <m/p/</cf>. |