summaryrefslogtreecommitdiff
path: root/doc/bird.sgml
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-11-07 10:28:01 +0100
committerMaria Matejka <mq@ucw.cz>2022-11-07 10:28:01 +0100
commit7bbd0b5a3b670cfbe72df21054465b71a632962f (patch)
tree5b1ca17e997224af1f5837b5ef2b1900366ea1dd /doc/bird.sgml
parent40bae8e1b788a535466ac673629fc93b6a258576 (diff)
parent37b644413723670928f6b54f2abe0c852eb0b652 (diff)
Merge commit '37b64441' into thread-next
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r--doc/bird.sgml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 8c882ee6..f8be53f6 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1149,7 +1149,7 @@ This argument can be omitted if there exists only a single instance.
Show the list of symbols defined in the configuration (names of
protocols, routing tables etc.).
- <tag><label id="cli-show-route">show route [[for] <m/prefix/|<m/IP/] [table (<m/t/ | all)] [filter <m/f/|where <m/c/] [(export|preexport|noexport) <m/p/] [protocol <m/p/] [(stats|count)] [<m/options/]</tag>
+ <tag><label id="cli-show-route">show route [[for] <m/prefix/|<m/IP/] [table (<m/t/ | all)] [(import|export) table <m/p/.<m/c/] [filter <m/f/|where <m/c/] [(export|preexport|noexport) <m/p/] [protocol <m/p/] [(stats|count)] [<m/options/]</tag>
Show contents of specified routing tables, that is routes, their metrics
and (in case the <cf/all/ switch is given) all their attributes.
@@ -1169,6 +1169,11 @@ This argument can be omitted if there exists only a single instance.
Last, the set of default tables is used: <cf/master4/, <cf/master6/ and
each first table of any other network type.
+ <p>There are internal tables when <cf/(import|export) table/ options
+ are used for some channels. They can be selected explicitly with
+ <cf/(import|export) table/ switch, specifying protocol <m/p/ and
+ channel name <m/c/.
+
<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>).