diff options
author | Mark Stapp <mjs@voltanet.io> | 2021-05-18 21:33:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 21:33:48 +0200 |
commit | b1ffa01dcd0fa76a986c095ce2c596f30986e7b1 (patch) | |
tree | 8dcd56790fc06433a6dea7c7c17425bab45e7240 | |
parent | build: Update configure.ac to reflect new master version (diff) | |
parent | doc: remove redundant index directives (diff) | |
download | frr-b1ffa01dcd0fa76a986c095ce2c596f30986e7b1.tar.xz frr-b1ffa01dcd0fa76a986c095ce2c596f30986e7b1.zip |
Merge pull request #8686 from idryzhov/fix-doc-index8.1-dev
doc: remove redundant index directives
-rw-r--r-- | doc/developer/workflow.rst | 1 | ||||
-rw-r--r-- | doc/user/eigrpd.rst | 3 | ||||
-rw-r--r-- | doc/user/nhrpd.rst | 2 | ||||
-rw-r--r-- | doc/user/ospf6d.rst | 1 | ||||
-rw-r--r-- | doc/user/ospfd.rst | 6 |
5 files changed, 1 insertions, 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 <area-id> 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 |