diff options
author | Robert Göhler <github@ghlr.de> | 2023-04-29 16:08:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 16:08:43 +0200 |
commit | f043137746d4c20838b9326e069f2f64864ddb83 (patch) | |
tree | 6e588edffa7147748ee6208d176d268fb05d5019 | |
parent | 2708902a2ef3591600c55f25ba04440e8e500972 (diff) | |
parent | c9fdb8ab6405da3c355e67f4084503f53f5e449c (diff) | |
download | vyos-documentation-f043137746d4c20838b9326e069f2f64864ddb83.tar.gz vyos-documentation-f043137746d4c20838b9326e069f2f64864ddb83.zip |
Merge pull request #996 from rgwan/master
T5123: Update ospf.rst
-rw-r--r-- | docs/configuration/protocols/ospf.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index 60f9c149..435e1297 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -603,10 +603,11 @@ Operational Mode Commands Hello due in 4.563s Neighbor Count is 1, Adjacent neighbor count is 1 -.. opcmd:: show ip ospf route +.. opcmd:: show ip ospf route [detail] This command displays the OSPF routing table, as determined by the most - recent SPF calculation. + recent SPF calculation. With the optional :cfgcmd:`detail` argument, + each route item's advertiser router and network attribute will be shown. .. code-block:: none |