summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Filip <feela@majklik.network.cz>2009-05-11 02:01:11 +0200
committerOndrej Filip <feela@majklik.network.cz>2009-05-11 02:01:11 +0200
commit4d176e14509c71823a539b3c8b6103e254296d4f (patch)
tree55d9403fefa8dae863e07f24001a637844d87978 /doc
parentef9c9ab9b64a6f3b5154e5340ffdcd1d211ec4c5 (diff)
downloadbird-4d176e14509c71823a539b3c8b6103e254296d4f.tar
bird-4d176e14509c71823a539b3c8b6103e254296d4f.zip
'show route protocol <p>' added to CLI.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 70cd523..f62881c 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -351,7 +351,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|preimport) <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/] [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.
@@ -370,6 +370,9 @@ BIRD and <file/birdc/ is stable (see the programmer's documentation).
that are imported to the specified protocol. With <cf/preimport/, the
import filter of the protocol is skipped.
+ <p>You can also select just routes added by a specific protocol.
+ <cf>protocol <m/p/</cf>.
+
<p>The <cf/stats/ switch requests showing of route statistics (the
number of networks, number of routes before and after filtering). If
you use <cf/count/ instead, only the statistics will be printed.