diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-18 17:03:21 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-18 19:14:14 +0200 |
commit | eefe02daa1818258c5b28a1cc7d2e7490cf25024 (patch) | |
tree | c6ad77691e74524794d80b1c2913c6a1571e5e41 /doc | |
parent | pimd: Fix indentation issue that is causing clang unhappiness (diff) | |
download | frr-eefe02daa1818258c5b28a1cc7d2e7490cf25024.tar.xz frr-eefe02daa1818258c5b28a1cc7d2e7490cf25024.zip |
ospf6d: Make 'show zebra' 'show ipv6 ospf6 zebra'
The 'show zebra' command really shouldn't be owned
by ospf6. This command is a specialized command
to show some basic information about ospf6 and zebra
so limit it to ospf6.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ospf6d.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ospf6d.texi b/doc/ospf6d.texi index 31f4db0cc..3ea71fbd2 100644 --- a/doc/ospf6d.texi +++ b/doc/ospf6d.texi @@ -151,6 +151,10 @@ Shows requestlist of neighbor. This command shows internal routing table. @end deffn +@deffn {Command} {show ipv6 ospf6 zebra} {} +Shows state about what is being redistributed between zebra and OSPF6 +@end deffn + @node OSPF6 Configuration Examples @section OSPF6 Configuration Examples |