diff options
author | anlan_cs <vic.lan@pica8.com> | 2022-12-07 08:00:27 +0100 |
---|---|---|
committer | anlan_cs <vic.lan@pica8.com> | 2022-12-10 09:46:40 +0100 |
commit | 118e4e8cdc86acaf69b4cbf547a32d99a069072a (patch) | |
tree | 1d6f752d02c9e02bee0f593c85db27287f385087 | |
parent | Merge pull request #12339 from anlancs/fix/bgpd-null-show (diff) | |
download | frr-118e4e8cdc86acaf69b4cbf547a32d99a069072a.tar.xz frr-118e4e8cdc86acaf69b4cbf547a32d99a069072a.zip |
doc: fix an incomplete command for ospf
The command of "show ip ospf" is incomplete. But "show ipv6 ospf" is fine.
Just complete it with actual parameters.
Signed-off-by: anlan_cs <vic.lan@pica8.com>
-rw-r--r-- | doc/user/ospfd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index 181a6b2f3..69c1c18d3 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -782,7 +782,7 @@ Showing Information .. _show-ip-ospf: -.. clicmd:: show ip ospf [json] +.. clicmd:: show ip ospf [vrf <NAME|all>] [json] Show information on a variety of general OSPF and area state and configuration information. |