diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-21 09:26:59 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-21 09:26:59 +0200 |
commit | 6c84554b671fce473fe333ab3d8b548a0768882b (patch) | |
tree | fff55c05f21325230e5470825bd03d48742875c1 /doc/bird.sgml | |
parent | f434d19174cb2d3054a00248ca609aa87bf8c263 (diff) | |
parent | 4d176e14509c71823a539b3c8b6103e254296d4f (diff) | |
download | bird-6c84554b671fce473fe333ab3d8b548a0768882b.tar bird-6c84554b671fce473fe333ab3d8b548a0768882b.zip |
Merge branch 'master' into dev
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index d0fe47d..c73872b 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/] [<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. @@ -454,6 +454,9 @@ This argument can be omitted if there exists only a single instance. 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. |