From 026f7db453c46d7b9a72acbbe8abebbf76f0b457 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Wed, 22 Apr 2020 10:32:06 -0300 Subject: [PATCH 1/2] doc: remove duplicated command documentation Fixes a documentation warning during compilation. Signed-off-by: Rafael Zalamena --- doc/user/zebra.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 3629b47877..ba11d17909 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -999,18 +999,6 @@ zebra Terminal Mode Commands total number of route nodes in the table. Which will be higher than the actual number of routes that are held. -.. index:: show zebra fpm stats -.. clicmd:: show zebra fpm stats - - Display statistics related to the zebra code that interacts with the - optional Forwarding Plane Manager (FPM) component. - -.. index:: clear zebra fpm stats -.. clicmd:: clear zebra fpm stats - - Reset statistics related to the zebra code that interacts with the - optional Forwarding Plane Manager (FPM) component. - .. index:: show nexthop-group rib [ID] [vrf NAME] [singleton [ip|ip6]] .. clicmd:: show nexthop-group rib [ID] [vrf NAME] From 6d8589daea32bef095bbd0a310aa0988ec629330 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Wed, 22 Apr 2020 10:46:18 -0300 Subject: [PATCH 2/2] doc: improve FPM clear command doc Use the old description as it looks more complete than the current. Signed-off-by: Rafael Zalamena --- doc/user/zebra.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index ba11d17909..9dfd08f733 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -831,7 +831,8 @@ FPM Commands .. index:: clear zebra fpm stats .. clicmd:: clear zebra fpm stats - Resets all FPM counters. + Reset statistics related to the zebra code that interacts with the + optional Forwarding Plane Manager (FPM) component. ``dplane_fpm_nl`` implementation @@ -879,7 +880,8 @@ FPM Commands .. index:: clear fpm counters .. clicmd:: clear fpm counters - Resets all FPM counters. + Reset statistics related to the zebra code that interacts with the + optional Forwarding Plane Manager (FPM) component. .. _zebra-dplane: