diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-16 12:12:26 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-16 12:12:26 +0100 |
commit | 20ab192beca749166e19118e987b53b5e131d0cf (patch) | |
tree | 869cc9208ddb8a02140057d30813f7532d56d35a /doc | |
parent | 0888a737b045b48106edbd28ba3cd62fcc8c191e (diff) |
Adds filtering to 'show ospf lsadb' command.
Thanks Alexander V. Chernikov for the original patch.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 4abe706c..f5cfdfb1 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -561,6 +561,9 @@ This argument can be omitted if there exists only a single instance. link-state database. It is just a stripped-down version of 'show ospf state'. + <tag>show ospf lsadb [global | area <m/id/ | link] [type <m/num/] [lsid <m/id/] [self | router <m/id/] [<m/name/] </tag> + Show contents of an OSPF LSA database. Options could be used to filter entries. + <tag>show static [<m/name/]</tag> Show detailed information about static routes. |