Skip to content

Commit

Permalink
doc: update show route map documentation
Browse files Browse the repository at this point in the history
Add new parameter description and remove lingering command documentation
in zebra docs.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
  • Loading branch information
rzalamena committed Nov 21, 2023
1 parent 21646c7 commit 0ba99cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion doc/user/routemap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,14 @@ cont

.. _route-map-show-command:

.. clicmd:: show route-map [WORD] [json]
.. clicmd:: show route-map [WORD] [DAEMON] [json]

Display data about each daemons knowledge of individual route-maps.
If WORD is supplied narrow choice to that particular route-map.

If ``DAEMON`` option is specified then only the daemon specific
route-map data will be displayed.

If the ``json`` option is specified, output is displayed in JSON format.

.. _route-map-clear-counter-command:
Expand Down
2 changes: 0 additions & 2 deletions doc/user/zebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1459,8 +1459,6 @@ zebra Terminal Mode Commands

.. clicmd:: show ip prefix-list [NAME]

.. clicmd:: show route-map [NAME]

.. clicmd:: show ip protocol

.. clicmd:: show ip forward
Expand Down

0 comments on commit 0ba99cb

Please sign in to comment.