From dc47f2e726ec47c584313edeca7cf6089fb6ac15 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Tue, 18 May 2021 15:29:59 +0300 Subject: doc: remove redundant index directives Signed-off-by: Igor Ryzhov --- doc/developer/workflow.rst | 1 - doc/user/eigrpd.rst | 3 +-- doc/user/nhrpd.rst | 2 -- doc/user/ospf6d.rst | 1 - doc/user/ospfd.rst | 6 ------ 5 files changed, 1 insertion(+), 12 deletions(-) diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index b4ddec10c..58b9c36e0 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -1247,7 +1247,6 @@ the command :clicmd:`show pony` would be documented as follows: .. code-block:: rest - .. index:: show pony .. clicmd:: show pony Prints an ASCII pony. Example output::: diff --git a/doc/user/eigrpd.rst b/doc/user/eigrpd.rst index 573e2ca2e..3650792a3 100644 --- a/doc/user/eigrpd.rst +++ b/doc/user/eigrpd.rst @@ -152,8 +152,7 @@ Show EIGRP Information Display the list of interfaces associated with a particular eigrp instance. -..index:: show ip eigrp [vrf NAME] neighbor -..clicmd:: show ip eigrp [vrf NAME] neighbor +.. clicmd:: show ip eigrp [vrf NAME] neighbor Display the list of neighbors that have been established within a particular eigrp instance. diff --git a/doc/user/nhrpd.rst b/doc/user/nhrpd.rst index cbbc2dc10..54527a0c9 100644 --- a/doc/user/nhrpd.rst +++ b/doc/user/nhrpd.rst @@ -198,13 +198,11 @@ original multicast packet. iptables -A OUTPUT -d 224.0.0.0/24 -o gre1 -j NFLOG --nflog-group 2 iptables -A OUTPUT -d 224.0.0.0/24 -o gre1 -j DROP -.. index:: nhrp multicast-nflog-group (1-65535) .. clicmd:: nhrp multicast-nflog-group (1-65535) Sets the nflog group that nhrpd will listen on for multicast packets. This value must match the nflog-group value set in the iptables rule. -.. index:: ip nhrp map multicast A.B.C.D|X:X::X:X A.B.C.D|dynamic .. clicmd:: ip nhrp map multicast A.B.C.D|X:X::X:X A.B.C.D|dynamic Sends multicast packets to the specified NBMA address. If dynamic is diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst index d7f4a3303..2b478d334 100644 --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@ -139,7 +139,6 @@ Redistribute routes to OSPF6 Redistribute routes from other protocols into OSPFv3. -.. index:: default-information originate [{always|metric (0-16777214)|metric-type (1-2)|route-map WORD}] .. clicmd:: default-information originate [{always|metric (0-16777214)|metric-type (1-2)|route-map WORD}] The command injects default route in the connected areas. The always diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index ba9917f72..b321d99ad 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -855,13 +855,11 @@ Traffic Engineering flood in AREA with Opaque Type-10, respectively in AS with Opaque Type-11. In all case, Opaque-LSA TLV=6. -.. index:: mpls-te export .. clicmd:: no mpls-te export Export Traffic Engineering Data Base to other daemons through the ZAPI Opaque Link State messages. -.. index:: show ip ospf mpls-te interface .. clicmd:: show ip ospf mpls-te interface .. clicmd:: show ip ospf mpls-te interface INTERFACE @@ -872,16 +870,12 @@ Traffic Engineering Show Traffic Engineering router parameters. -.. index:: show ip ospf mpls-te database [verbose|json] .. clicmd:: show ip ospf mpls-te database [verbose|json] -.. index:: show ip ospf mpls-te database vertex [self-originate|adv-router ADV-ROUTER] [verbose|json] .. clicmd:: show ip ospf mpls-te database vertex [self-originate|adv-router ADV-ROUTER] [verbose|json] -.. index:: show ip ospf mpls-te database edge [A.B.C.D] [verbose|json] .. clicmd:: show ip ospf mpls-te database edge [A.B.C.D] [verbose|json] -.. index:: show ip ospf mpls-te database subnet [A.B.C.D/M] [verbose|json] .. clicmd:: show ip ospf mpls-te database subnet [A.B.C.D/M] [verbose|json] Show Traffic Engineering Database -- cgit v1.2.3