From 8943fc9f877cbee3301a8261ddd27b4b1f15f174 Mon Sep 17 00:00:00 2001 From: rebortg Date: Mon, 30 Nov 2020 20:53:36 +0100 Subject: arrange services and protocols --- docs/configuration/protocols/index.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/configuration/protocols/index.rst (limited to 'docs/configuration/protocols/index.rst') diff --git a/docs/configuration/protocols/index.rst b/docs/configuration/protocols/index.rst new file mode 100644 index 00000000..271b6056 --- /dev/null +++ b/docs/configuration/protocols/index.rst @@ -0,0 +1,22 @@ +######### +Protocols +######### + + +.. toctree:: + :maxdepth: 1 + :includehidden: + + bfd + bgp + igmp + igmp-proxy + mpls + ospf + ospfv3 + pim + rip + ripng + rpki + static + vrf -- cgit v1.2.3 From b8a2fd5e578f200928a457b9f967ed92619bda88 Mon Sep 17 00:00:00 2001 From: rebortg Date: Tue, 8 Dec 2020 15:12:56 +0100 Subject: fix build error after merge --- docs/_include/interface-common-with-dhcp.txt | 2 +- docs/_include/interface-common.txt | 4 ++-- docs/_include/interface-vlan-8021ad.txt | 8 ++++---- docs/_include/interface-vlan-8021q.txt | 8 ++++---- docs/configuration/protocols/index.rst | 2 +- docs/configuration/protocols/isis.rst | 2 +- docs/contributing/documentation.rst | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'docs/configuration/protocols/index.rst') diff --git a/docs/_include/interface-common-with-dhcp.txt b/docs/_include/interface-common-with-dhcp.txt index 46dddb9b..47b4796f 100644 --- a/docs/_include/interface-common-with-dhcp.txt +++ b/docs/_include/interface-common-with-dhcp.txt @@ -16,6 +16,6 @@ :var0: {{ var0 }} :var1: {{ var1 }} -.. cmdinclude:: ../_include/interface-dhcpv6-prefix-delegation.txt +.. cmdinclude:: /_include/interface-dhcpv6-prefix-delegation.txt :var0: {{ var0 }} :var1: {{ var1 }} diff --git a/docs/_include/interface-common.txt b/docs/_include/interface-common.txt index 79269fe3..5a997482 100644 --- a/docs/_include/interface-common.txt +++ b/docs/_include/interface-common.txt @@ -22,11 +22,11 @@ :var0: {{ var0 }} :var1: {{ var1 }} -.. cmdinclude:: ../_include/interface-ip.txt +.. cmdinclude:: /_include/interface-ip.txt :var0: {{ var0 }} :var1: {{ var1 }} -.. cmdinclude:: ../_include/interface-ipv6.txt +.. cmdinclude:: /_include/interface-ipv6.txt :var0: {{ var0 }} :var1: {{ var1 }} diff --git a/docs/_include/interface-vlan-8021ad.txt b/docs/_include/interface-vlan-8021ad.txt index 6a34786f..0a1722dc 100644 --- a/docs/_include/interface-vlan-8021ad.txt +++ b/docs/_include/interface-vlan-8021ad.txt @@ -88,7 +88,7 @@ tag is the one closer/closest to the Ethernet header, its name is S-TAG :var6: :var7: 20 -.. cmdinclude:: ../_include/interface-ip.txt +.. cmdinclude:: /_include/interface-ip.txt :var0: {{ var0 }} :var1: {{ var1 }} :var2: vif-s @@ -98,7 +98,7 @@ tag is the one closer/closest to the Ethernet header, its name is S-TAG :var6: :var7: 20 -.. cmdinclude:: ../_include/interface-ipv6.txt +.. cmdinclude:: /_include/interface-ipv6.txt :var0: {{ var0 }} :var1: {{ var1 }} :var2: vif-s @@ -140,7 +140,7 @@ tag is the one closer/closest to the Ethernet header, its name is S-TAG :var6: :var7: 20 -.. cmdinclude:: ../_include/interface-dhcpv6-prefix-delegation.txt +.. cmdinclude:: /_include/interface-dhcpv6-prefix-delegation.txt :var0: {{ var0 }} :var1: {{ var1 }} :var2: vif-s @@ -150,4 +150,4 @@ tag is the one closer/closest to the Ethernet header, its name is S-TAG :var6: :var7: 20 -.. include:: ../common-references.rst +.. include:: /_include/common-references.txt diff --git a/docs/_include/interface-vlan-8021q.txt b/docs/_include/interface-vlan-8021q.txt index e4ed9db0..63f4433f 100644 --- a/docs/_include/interface-vlan-8021q.txt +++ b/docs/_include/interface-vlan-8021q.txt @@ -71,14 +71,14 @@ term used for this is ``vif``. :var3: :var4: 10 -.. cmdinclude:: ../_include/interface-ip.txt +.. cmdinclude:: /_include/interface-ip.txt :var0: {{ var0 }} :var1: {{ var1 }} :var2: vif :var3: :var4: 10 -.. cmdinclude:: ../_include/interface-ipv6.txt +.. cmdinclude:: /_include/interface-ipv6.txt :var0: {{ var0 }} :var1: {{ var1 }} :var2: vif @@ -108,11 +108,11 @@ term used for this is ``vif``. :var3: :var4: 10 -.. cmdinclude:: ../_include/interface-dhcpv6-prefix-delegation.txt +.. cmdinclude:: /_include/interface-dhcpv6-prefix-delegation.txt :var0: {{ var0 }} :var1: {{ var1 }} :var2: vif :var3: :var4: 10 -.. include:: ../common-references.rst +.. include:: /_include/common-references.txt diff --git a/docs/configuration/protocols/index.rst b/docs/configuration/protocols/index.rst index 819db4df..8ef35b5d 100644 --- a/docs/configuration/protocols/index.rst +++ b/docs/configuration/protocols/index.rst @@ -11,7 +11,7 @@ Protocols bgp igmp igmp-proxy - is-is + isis mpls ospf ospfv3 diff --git a/docs/configuration/protocols/isis.rst b/docs/configuration/protocols/isis.rst index 807dca83..64cc2535 100644 --- a/docs/configuration/protocols/isis.rst +++ b/docs/configuration/protocols/isis.rst @@ -1,4 +1,4 @@ -.. include:: ../_include/need_improvement.txt +.. include:: /_include/need_improvement.txt .. _isis: diff --git a/docs/contributing/documentation.rst b/docs/contributing/documentation.rst index 1766d6ca..ddd21396 100644 --- a/docs/contributing/documentation.rst +++ b/docs/contributing/documentation.rst @@ -213,7 +213,7 @@ file and replace the ``{{ var0 }}`` - ``{{ var9 }}`` with the correct value .. code-block:: none - .. cmdinclude:: interface-address.txt + .. cmdinclude:: /_include/interface-address.txt :var0: ethernet :var1: eth1 -- cgit v1.2.3 From dc2f70f10e05b2df120972f8b31debfa3ade65b2 Mon Sep 17 00:00:00 2001 From: rebortg Date: Thu, 10 Dec 2020 22:10:46 +0100 Subject: sort IP commands under configuration --- docs/configuration/protocols/index.rst | 1 - docs/configuration/system/ip.rst | 72 ++++++++- docs/configuration/system/ipv6.rst | 184 ++++++++++++++++++++++- docs/operation/index.rst | 1 - docs/operation/ip-commands.rst | 258 --------------------------------- 5 files changed, 252 insertions(+), 264 deletions(-) delete mode 100644 docs/operation/ip-commands.rst (limited to 'docs/configuration/protocols/index.rst') diff --git a/docs/configuration/protocols/index.rst b/docs/configuration/protocols/index.rst index 8ef35b5d..eba56bf2 100644 --- a/docs/configuration/protocols/index.rst +++ b/docs/configuration/protocols/index.rst @@ -14,7 +14,6 @@ Protocols isis mpls ospf - ospfv3 pim rip ripng diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst index 74116eb0..78aeef4e 100644 --- a/docs/configuration/system/ip.rst +++ b/docs/configuration/system/ip.rst @@ -1,2 +1,70 @@ -ip -## \ No newline at end of file +## +IP +## + +System configuration commands +----------------------------- + +.. cfgcmd:: set system ip disable-forwarding + + Use this command to disable IPv4 forwarding on all interfaces. + +.. cfgcmd:: set system ip arp table-size + + Use this command to define the maximum number of entries to keep in + the ARP cache (1024, 2048, 4096, 8192, 16384, 32768). + +.. cfgcmd:: set system ip multipath layer4-hashing + + Use this command to use Layer 4 information for IPv4 ECMP hashing. + + +Operational commands +-------------------- + +show commands +^^^^^^^^^^^^^ + +See below the different parameters available for the IPv4 **show** command: + +.. code-block:: none + + vyos@vyos:~$ show ip + Possible completions: + access-list Show all IP access-lists + as-path-access-list + Show all as-path-access-lists + bgp Show Border Gateway Protocol (BGP) information + community-list + Show IP community-lists + extcommunity-list + Show extended IP community-lists + forwarding Show IP forwarding status + groups Show IP multicast group membership + igmp Show IGMP (Internet Group Management Protocol) information + large-community-list + Show IP large-community-lists + multicast Show IP multicast + ospf Show IPv4 Open Shortest Path First (OSPF) routing information + pim Show PIM (Protocol Independent Multicast) information + ports Show IP ports in use by various system services + prefix-list Show all IP prefix-lists + protocol Show IP route-maps per protocol + rip Show Routing Information Protocol (RIP) information + route Show IP routes + + +reset commands +^^^^^^^^^^^^^^ + +And the different IPv4 **reset** commands available: + +.. code-block:: none + + vyos@vyos:~$ reset ip + Possible completions: + arp Reset Address Resolution Protocol (ARP) cache + bgp Clear Border Gateway Protocol (BGP) statistics or status + igmp IGMP clear commands + multicast IP multicast routing table + route Reset IP route \ No newline at end of file diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst index 19ed6d62..cba5c0e0 100644 --- a/docs/configuration/system/ipv6.rst +++ b/docs/configuration/system/ipv6.rst @@ -1,2 +1,182 @@ -ipv6 -#### \ No newline at end of file +#### +IPv6 +#### + +System configuration commands +----------------------------- + +.. cfgcmd:: set system ipv6 disable + + Use this command to disable assignment of IPv6 addresses on all + interfaces. + +.. cfgcmd:: set system ipv6 disable-forwarding + + Use this command to disable IPv6 forwarding on all interfaces. + +.. cfgcmd:: set system ipv6 neighbor table-size + + Use this command to define the maximum number of entries to keep in + the Neighbor cache (1024, 2048, 4096, 8192, 16384, 32768). + +.. cfgcmd:: set system ipv6 strict-dad + + Use this command to disable IPv6 operation on interface when + Duplicate Address Detection fails on Link-Local address. + +.. cfgcmd:: set system ipv6 multipath layer4-hashing + + Use this command to user Layer 4 information for ECMP hashing. + + +Operational commands +-------------------- + +Show commands +^^^^^^^^^^^^^ + +.. opcmd:: show ipv6 neighbors + + Use this command to show IPv6 Neighbor Discovery Protocol information. + +.. opcmd:: show ipv6 groups + + Use this command to show IPv6 multicast group membership. + +.. opcmd:: show ipv6 forwarding + + Use this command to show IPv6 forwarding status. + +.. opcmd:: show ipv6 route + + Use this command to show IPv6 routes. + + Check the many parameters available for the `show ipv6 route` command: + + .. code-block:: none + + vyos@vyos:~$ show ipv6 route + Possible completions: + Execute the current command + Show IPv6 routes of given address or prefix + + bgp Show IPv6 BGP routes + cache Show kernel IPv6 route cache + connected Show IPv6 connected routes + forward Show kernel IPv6 route table + isis Show IPv6 ISIS routes + kernel Show IPv6 kernel routes + ospfv3 Show IPv6 OSPF6 routes + ripng Show IPv6 RIPNG routes + static Show IPv6 static routes + summary Show IPv6 routes summary + table Show IP routes in policy table + vrf Show IPv6 routes in VRF + + +.. opcmd:: show ipv6 prefix-list + + Use this command to show all IPv6 prefix lists + + There are different parameters for getting prefix-list information: + + .. code-block:: none + + vyos@vyos:~$ show ipv6 prefix-list + Possible completions: + Execute the current command + Show specified IPv6 prefix-list + detail Show detail of IPv6 prefix-lists + summary Show summary of IPv6 prefix-lists + +.. opcmd:: show ipv6 access-list + + Use this command to show all IPv6 access lists + + You can also specify which IPv6 access-list should be shown: + + .. code-block:: none + + vyos@vyos:~$ show ipv6 access-list + Possible completions: + Execute the current command + Show specified IPv6 access-list + +.. opcmd:: show ipv6 bgp + + Use this command to show IPv6 Border Gateway Protocol information. + + + In addition, you can specify many other parameters to get BGP + information: + + .. code-block:: none + + vyos@vyos:~$ show ipv6 bgp + Possible completions: + Execute the current command + Show BGP information for given address or prefix + + community Show routes matching the communities + community-list + Show routes matching the community-list + filter-list Show routes conforming to the filter-list + large-community + Show routes matching the large-community-list + large-community-list + neighbors Show detailed information on TCP and BGP neighbor connections + prefix-list Show routes matching the prefix-list + regexp Show routes matching the AS path regular expression + route-map Show BGP routes matching the specified route map + summary Show summary of BGP neighbor status + + +.. opcmd:: show ipv6 ospfv3 + + Use this command to get information about OSPFv3. + + You can get more specific OSPFv3 information by using the parameters + shown below: + + .. code-block:: none + + vyos@vyos:~$ show ipv6 ospfv3 + Possible completions: + Execute the current command + area Show OSPFv3 spf-tree information + border-routers + Show OSPFv3 border-router (ABR and ASBR) information + database Show OSPFv3 Link state database information + interface Show OSPFv3 interface information + linkstate Show OSPFv3 linkstate routing information + neighbor Show OSPFv3 neighbor information + redistribute Show OSPFv3 redistribute External information + route Show OSPFv3 routing table information + +.. opcmd:: show ipv6 ripng + + Use this command to get information about the RIPNG protocol + +.. opcmd:: show ipv6 ripng status + + Use this command to show the status of the RIPNG protocol + + +Reset commands +^^^^^^^^^^^^^^ + +.. opcmd:: reset ipv6 bgp
+ + Use this command to clear Border Gateway Protocol statistics or + status. + + +.. opcmd:: reset ipv6 neighbors
+ + Use this command to reset IPv6 Neighbor Discovery Protocol cache for + an address or interface. + +.. opcmd:: reset ipv6 route cache + + Use this command to flush the kernel IPv6 route cache. + An address can be added to flush it only for that route. \ No newline at end of file diff --git a/docs/operation/index.rst b/docs/operation/index.rst index 647b5b25..c19afeab 100644 --- a/docs/operation/index.rst +++ b/docs/operation/index.rst @@ -7,5 +7,4 @@ Operation Mode :includehidden: information - ip-commands boot-options \ No newline at end of file diff --git a/docs/operation/ip-commands.rst b/docs/operation/ip-commands.rst deleted file mode 100644 index eba4fd90..00000000 --- a/docs/operation/ip-commands.rst +++ /dev/null @@ -1,258 +0,0 @@ -.. _ip-commands: - -########### -IP commands -########### - -IPv4 -==== - -System configuration commands ------------------------------ - -.. cfgcmd:: set system ip disable-forwarding - - Use this command to disable IPv4 forwarding on all interfaces. - -.. cfgcmd:: set system ip arp table-size - - Use this command to define the maximum number of entries to keep in - the ARP cache (1024, 2048, 4096, 8192, 16384, 32768). - -.. cfgcmd:: set system ip multipath layer4-hashing - - Use this command to use Layer 4 information for IPv4 ECMP hashing. - - -Operational commands --------------------- - -show commands -^^^^^^^^^^^^^ - -See below the different parameters available for the IPv4 **show** command: - -.. code-block:: none - - vyos@vyos:~$ show ip - Possible completions: - access-list Show all IP access-lists - as-path-access-list - Show all as-path-access-lists - bgp Show Border Gateway Protocol (BGP) information - community-list - Show IP community-lists - extcommunity-list - Show extended IP community-lists - forwarding Show IP forwarding status - groups Show IP multicast group membership - igmp Show IGMP (Internet Group Management Protocol) information - large-community-list - Show IP large-community-lists - multicast Show IP multicast - ospf Show IPv4 Open Shortest Path First (OSPF) routing information - pim Show PIM (Protocol Independent Multicast) information - ports Show IP ports in use by various system services - prefix-list Show all IP prefix-lists - protocol Show IP route-maps per protocol - rip Show Routing Information Protocol (RIP) information - route Show IP routes - - -reset commands -^^^^^^^^^^^^^^ - -And the different IPv4 **reset** commands available: - -.. code-block:: none - - vyos@vyos:~$ reset ip - Possible completions: - arp Reset Address Resolution Protocol (ARP) cache - bgp Clear Border Gateway Protocol (BGP) statistics or status - igmp IGMP clear commands - multicast IP multicast routing table - route Reset IP route - -IPv6 -==== - -System configuration commands ------------------------------ - -.. cfgcmd:: set system ipv6 disable - - Use this command to disable assignment of IPv6 addresses on all - interfaces. - -.. cfgcmd:: set system ipv6 disable-forwarding - - Use this command to disable IPv6 forwarding on all interfaces. - -.. cfgcmd:: set system ipv6 neighbor table-size - - Use this command to define the maximum number of entries to keep in - the Neighbor cache (1024, 2048, 4096, 8192, 16384, 32768). - -.. cfgcmd:: set system ipv6 strict-dad - - Use this command to disable IPv6 operation on interface when - Duplicate Address Detection fails on Link-Local address. - -.. cfgcmd:: set system ipv6 multipath layer4-hashing - - Use this command to user Layer 4 information for ECMP hashing. - - -Operational commands --------------------- - -Show commands -^^^^^^^^^^^^^ - -.. opcmd:: show ipv6 neighbors - - Use this command to show IPv6 Neighbor Discovery Protocol information. - -.. opcmd:: show ipv6 groups - - Use this command to show IPv6 multicast group membership. - -.. opcmd:: show ipv6 forwarding - - Use this command to show IPv6 forwarding status. - -.. opcmd:: show ipv6 route - - Use this command to show IPv6 routes. - - Check the many parameters available for the `show ipv6 route` command: - - .. code-block:: none - - vyos@vyos:~$ show ipv6 route - Possible completions: - Execute the current command - Show IPv6 routes of given address or prefix - - bgp Show IPv6 BGP routes - cache Show kernel IPv6 route cache - connected Show IPv6 connected routes - forward Show kernel IPv6 route table - isis Show IPv6 ISIS routes - kernel Show IPv6 kernel routes - ospfv3 Show IPv6 OSPF6 routes - ripng Show IPv6 RIPNG routes - static Show IPv6 static routes - summary Show IPv6 routes summary - table Show IP routes in policy table - vrf Show IPv6 routes in VRF - - -.. opcmd:: show ipv6 prefix-list - - Use this command to show all IPv6 prefix lists - - There are different parameters for getting prefix-list information: - - .. code-block:: none - - vyos@vyos:~$ show ipv6 prefix-list - Possible completions: - Execute the current command - Show specified IPv6 prefix-list - detail Show detail of IPv6 prefix-lists - summary Show summary of IPv6 prefix-lists - -.. opcmd:: show ipv6 access-list - - Use this command to show all IPv6 access lists - - You can also specify which IPv6 access-list should be shown: - - .. code-block:: none - - vyos@vyos:~$ show ipv6 access-list - Possible completions: - Execute the current command - Show specified IPv6 access-list - -.. opcmd:: show ipv6 bgp - - Use this command to show IPv6 Border Gateway Protocol information. - - - In addition, you can specify many other parameters to get BGP - information: - - .. code-block:: none - - vyos@vyos:~$ show ipv6 bgp - Possible completions: - Execute the current command - Show BGP information for given address or prefix - - community Show routes matching the communities - community-list - Show routes matching the community-list - filter-list Show routes conforming to the filter-list - large-community - Show routes matching the large-community-list - large-community-list - neighbors Show detailed information on TCP and BGP neighbor connections - prefix-list Show routes matching the prefix-list - regexp Show routes matching the AS path regular expression - route-map Show BGP routes matching the specified route map - summary Show summary of BGP neighbor status - - -.. opcmd:: show ipv6 ospfv3 - - Use this command to get information about OSPFv3. - - You can get more specific OSPFv3 information by using the parameters - shown below: - - .. code-block:: none - - vyos@vyos:~$ show ipv6 ospfv3 - Possible completions: - Execute the current command - area Show OSPFv3 spf-tree information - border-routers - Show OSPFv3 border-router (ABR and ASBR) information - database Show OSPFv3 Link state database information - interface Show OSPFv3 interface information - linkstate Show OSPFv3 linkstate routing information - neighbor Show OSPFv3 neighbor information - redistribute Show OSPFv3 redistribute External information - route Show OSPFv3 routing table information - -.. opcmd:: show ipv6 ripng - - Use this command to get information about the RIPNG protocol - -.. opcmd:: show ipv6 ripng status - - Use this command to show the status of the RIPNG protocol - - -Reset commands -^^^^^^^^^^^^^^ - -.. opcmd:: reset ipv6 bgp
- - Use this command to clear Border Gateway Protocol statistics or - status. - - -.. opcmd:: reset ipv6 neighbors
- - Use this command to reset IPv6 Neighbor Discovery Protocol cache for - an address or interface. - -.. opcmd:: reset ipv6 route cache - - Use this command to flush the kernel IPv6 route cache. - An address can be added to flush it only for that route. - -- cgit v1.2.3 From f379d9196375cdb5543877af0a4b82e313c117bc Mon Sep 17 00:00:00 2001 From: rebortg Date: Tue, 12 Jan 2021 21:46:22 +0100 Subject: disable empty pages, for the moment --- docs/configuration/protocols/igmp-proxy.disable | 2 ++ docs/configuration/protocols/igmp-proxy.rst | 2 -- docs/configuration/protocols/index.rst | 4 ---- docs/configuration/protocols/pim.disable | 2 ++ docs/configuration/protocols/pim.rst | 2 -- docs/configuration/protocols/ripng.disable | 3 +++ docs/configuration/protocols/ripng.rst | 3 --- docs/configuration/protocols/vrf.disable | 3 +++ docs/configuration/protocols/vrf.rst | 3 --- docs/configuration/service/index.rst | 2 -- docs/configuration/service/pppoe-advert.disable | 2 ++ docs/configuration/service/pppoe-advert.rst | 2 -- docs/configuration/service/salt-minion.disable | 2 ++ docs/configuration/service/salt-minion.rst | 2 -- docs/configuration/system/acceleration.disable | 7 +++++++ docs/configuration/system/acceleration.rst | 7 ------- docs/configuration/system/config-management.disable | 2 ++ docs/configuration/system/config-management.rst | 2 -- docs/configuration/system/conntrack.disable | 2 ++ docs/configuration/system/conntrack.rst | 2 -- docs/configuration/system/domain-name.disable | 2 ++ docs/configuration/system/domain-name.rst | 2 -- docs/configuration/system/domain-search.disable | 2 ++ docs/configuration/system/domain-search.rst | 2 -- docs/configuration/system/index.rst | 9 --------- docs/configuration/system/name-servers-dhcp.disable | 2 ++ docs/configuration/system/name-servers-dhcp.rst | 2 -- docs/configuration/system/static-host-mapping.disable | 2 ++ docs/configuration/system/static-host-mapping.rst | 2 -- docs/configuration/system/sysctl.disable | 2 ++ docs/configuration/system/sysctl.rst | 2 -- docs/configuration/system/wifi-requlatory-domain.disable | 2 ++ docs/configuration/system/wifi-requlatory-domain.rst | 2 -- 33 files changed, 37 insertions(+), 52 deletions(-) create mode 100644 docs/configuration/protocols/igmp-proxy.disable delete mode 100644 docs/configuration/protocols/igmp-proxy.rst create mode 100644 docs/configuration/protocols/pim.disable delete mode 100644 docs/configuration/protocols/pim.rst create mode 100644 docs/configuration/protocols/ripng.disable delete mode 100644 docs/configuration/protocols/ripng.rst create mode 100644 docs/configuration/protocols/vrf.disable delete mode 100644 docs/configuration/protocols/vrf.rst create mode 100644 docs/configuration/service/pppoe-advert.disable delete mode 100644 docs/configuration/service/pppoe-advert.rst create mode 100644 docs/configuration/service/salt-minion.disable delete mode 100644 docs/configuration/service/salt-minion.rst create mode 100644 docs/configuration/system/acceleration.disable delete mode 100644 docs/configuration/system/acceleration.rst create mode 100644 docs/configuration/system/config-management.disable delete mode 100644 docs/configuration/system/config-management.rst create mode 100644 docs/configuration/system/conntrack.disable delete mode 100644 docs/configuration/system/conntrack.rst create mode 100644 docs/configuration/system/domain-name.disable delete mode 100644 docs/configuration/system/domain-name.rst create mode 100644 docs/configuration/system/domain-search.disable delete mode 100644 docs/configuration/system/domain-search.rst create mode 100644 docs/configuration/system/name-servers-dhcp.disable delete mode 100644 docs/configuration/system/name-servers-dhcp.rst create mode 100644 docs/configuration/system/static-host-mapping.disable delete mode 100644 docs/configuration/system/static-host-mapping.rst create mode 100644 docs/configuration/system/sysctl.disable delete mode 100644 docs/configuration/system/sysctl.rst create mode 100644 docs/configuration/system/wifi-requlatory-domain.disable delete mode 100644 docs/configuration/system/wifi-requlatory-domain.rst (limited to 'docs/configuration/protocols/index.rst') diff --git a/docs/configuration/protocols/igmp-proxy.disable b/docs/configuration/protocols/igmp-proxy.disable new file mode 100644 index 00000000..cce5f948 --- /dev/null +++ b/docs/configuration/protocols/igmp-proxy.disable @@ -0,0 +1,2 @@ +igmp-proxy +########## \ No newline at end of file diff --git a/docs/configuration/protocols/igmp-proxy.rst b/docs/configuration/protocols/igmp-proxy.rst deleted file mode 100644 index cce5f948..00000000 --- a/docs/configuration/protocols/igmp-proxy.rst +++ /dev/null @@ -1,2 +0,0 @@ -igmp-proxy -########## \ No newline at end of file diff --git a/docs/configuration/protocols/index.rst b/docs/configuration/protocols/index.rst index eba56bf2..c302d6a9 100644 --- a/docs/configuration/protocols/index.rst +++ b/docs/configuration/protocols/index.rst @@ -10,13 +10,9 @@ Protocols bfd bgp igmp - igmp-proxy isis mpls ospf - pim rip - ripng rpki static - vrf diff --git a/docs/configuration/protocols/pim.disable b/docs/configuration/protocols/pim.disable new file mode 100644 index 00000000..1dd373d8 --- /dev/null +++ b/docs/configuration/protocols/pim.disable @@ -0,0 +1,2 @@ +PIM +### \ No newline at end of file diff --git a/docs/configuration/protocols/pim.rst b/docs/configuration/protocols/pim.rst deleted file mode 100644 index 1dd373d8..00000000 --- a/docs/configuration/protocols/pim.rst +++ /dev/null @@ -1,2 +0,0 @@ -PIM -### \ No newline at end of file diff --git a/docs/configuration/protocols/ripng.disable b/docs/configuration/protocols/ripng.disable new file mode 100644 index 00000000..dec6bddf --- /dev/null +++ b/docs/configuration/protocols/ripng.disable @@ -0,0 +1,3 @@ +##### +RIPng +##### \ No newline at end of file diff --git a/docs/configuration/protocols/ripng.rst b/docs/configuration/protocols/ripng.rst deleted file mode 100644 index dec6bddf..00000000 --- a/docs/configuration/protocols/ripng.rst +++ /dev/null @@ -1,3 +0,0 @@ -##### -RIPng -##### \ No newline at end of file diff --git a/docs/configuration/protocols/vrf.disable b/docs/configuration/protocols/vrf.disable new file mode 100644 index 00000000..e7609a77 --- /dev/null +++ b/docs/configuration/protocols/vrf.disable @@ -0,0 +1,3 @@ +############# +Protocols VRF +############# diff --git a/docs/configuration/protocols/vrf.rst b/docs/configuration/protocols/vrf.rst deleted file mode 100644 index e7609a77..00000000 --- a/docs/configuration/protocols/vrf.rst +++ /dev/null @@ -1,3 +0,0 @@ -############# -Protocols VRF -############# diff --git a/docs/configuration/service/index.rst b/docs/configuration/service/index.rst index e73f6dc2..fb194239 100644 --- a/docs/configuration/service/index.rst +++ b/docs/configuration/service/index.rst @@ -17,10 +17,8 @@ Service ipoe-server lldp mdns - pppoe-advert pppoe-server router-advert - salt-minion snmp ssh tftp-server diff --git a/docs/configuration/service/pppoe-advert.disable b/docs/configuration/service/pppoe-advert.disable new file mode 100644 index 00000000..bbb82202 --- /dev/null +++ b/docs/configuration/service/pppoe-advert.disable @@ -0,0 +1,2 @@ +pppoe-advert +############ \ No newline at end of file diff --git a/docs/configuration/service/pppoe-advert.rst b/docs/configuration/service/pppoe-advert.rst deleted file mode 100644 index bbb82202..00000000 --- a/docs/configuration/service/pppoe-advert.rst +++ /dev/null @@ -1,2 +0,0 @@ -pppoe-advert -############ \ No newline at end of file diff --git a/docs/configuration/service/salt-minion.disable b/docs/configuration/service/salt-minion.disable new file mode 100644 index 00000000..63df57a4 --- /dev/null +++ b/docs/configuration/service/salt-minion.disable @@ -0,0 +1,2 @@ +salt-minion +########### \ No newline at end of file diff --git a/docs/configuration/service/salt-minion.rst b/docs/configuration/service/salt-minion.rst deleted file mode 100644 index 63df57a4..00000000 --- a/docs/configuration/service/salt-minion.rst +++ /dev/null @@ -1,2 +0,0 @@ -salt-minion -########### \ No newline at end of file diff --git a/docs/configuration/system/acceleration.disable b/docs/configuration/system/acceleration.disable new file mode 100644 index 00000000..b09da38b --- /dev/null +++ b/docs/configuration/system/acceleration.disable @@ -0,0 +1,7 @@ +.. _acceleration: + +############ +Acceleration +############ + + diff --git a/docs/configuration/system/acceleration.rst b/docs/configuration/system/acceleration.rst deleted file mode 100644 index b09da38b..00000000 --- a/docs/configuration/system/acceleration.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _acceleration: - -############ -Acceleration -############ - - diff --git a/docs/configuration/system/config-management.disable b/docs/configuration/system/config-management.disable new file mode 100644 index 00000000..40973713 --- /dev/null +++ b/docs/configuration/system/config-management.disable @@ -0,0 +1,2 @@ +config-management +################# \ No newline at end of file diff --git a/docs/configuration/system/config-management.rst b/docs/configuration/system/config-management.rst deleted file mode 100644 index 40973713..00000000 --- a/docs/configuration/system/config-management.rst +++ /dev/null @@ -1,2 +0,0 @@ -config-management -################# \ No newline at end of file diff --git a/docs/configuration/system/conntrack.disable b/docs/configuration/system/conntrack.disable new file mode 100644 index 00000000..7d5d4308 --- /dev/null +++ b/docs/configuration/system/conntrack.disable @@ -0,0 +1,2 @@ +conntrack +######### \ No newline at end of file diff --git a/docs/configuration/system/conntrack.rst b/docs/configuration/system/conntrack.rst deleted file mode 100644 index 7d5d4308..00000000 --- a/docs/configuration/system/conntrack.rst +++ /dev/null @@ -1,2 +0,0 @@ -conntrack -######### \ No newline at end of file diff --git a/docs/configuration/system/domain-name.disable b/docs/configuration/system/domain-name.disable new file mode 100644 index 00000000..9028b65b --- /dev/null +++ b/docs/configuration/system/domain-name.disable @@ -0,0 +1,2 @@ +domain-name +########### \ No newline at end of file diff --git a/docs/configuration/system/domain-name.rst b/docs/configuration/system/domain-name.rst deleted file mode 100644 index 9028b65b..00000000 --- a/docs/configuration/system/domain-name.rst +++ /dev/null @@ -1,2 +0,0 @@ -domain-name -########### \ No newline at end of file diff --git a/docs/configuration/system/domain-search.disable b/docs/configuration/system/domain-search.disable new file mode 100644 index 00000000..f4aef62e --- /dev/null +++ b/docs/configuration/system/domain-search.disable @@ -0,0 +1,2 @@ +domain-search +############# \ No newline at end of file diff --git a/docs/configuration/system/domain-search.rst b/docs/configuration/system/domain-search.rst deleted file mode 100644 index f4aef62e..00000000 --- a/docs/configuration/system/domain-search.rst +++ /dev/null @@ -1,2 +0,0 @@ -domain-search -############# \ No newline at end of file diff --git a/docs/configuration/system/index.rst b/docs/configuration/system/index.rst index 4bb16c42..2e428333 100644 --- a/docs/configuration/system/index.rst +++ b/docs/configuration/system/index.rst @@ -7,12 +7,7 @@ System :maxdepth: 1 :includehidden: - acceleration - config-management - conntrack console - domain-name - domain-search flow-accounting host-name ip @@ -20,16 +15,12 @@ System lcd login name-server - name-servers-dhcp ntp option proxy - static-host-mapping - sysctl syslog task-scheduler time-zone - wifi-requlatory-domain .. toctree:: diff --git a/docs/configuration/system/name-servers-dhcp.disable b/docs/configuration/system/name-servers-dhcp.disable new file mode 100644 index 00000000..6719fef9 --- /dev/null +++ b/docs/configuration/system/name-servers-dhcp.disable @@ -0,0 +1,2 @@ +name-servers-dhcp +################# \ No newline at end of file diff --git a/docs/configuration/system/name-servers-dhcp.rst b/docs/configuration/system/name-servers-dhcp.rst deleted file mode 100644 index 6719fef9..00000000 --- a/docs/configuration/system/name-servers-dhcp.rst +++ /dev/null @@ -1,2 +0,0 @@ -name-servers-dhcp -################# \ No newline at end of file diff --git a/docs/configuration/system/static-host-mapping.disable b/docs/configuration/system/static-host-mapping.disable new file mode 100644 index 00000000..97d9a443 --- /dev/null +++ b/docs/configuration/system/static-host-mapping.disable @@ -0,0 +1,2 @@ +static-host-mapping +################### \ No newline at end of file diff --git a/docs/configuration/system/static-host-mapping.rst b/docs/configuration/system/static-host-mapping.rst deleted file mode 100644 index 97d9a443..00000000 --- a/docs/configuration/system/static-host-mapping.rst +++ /dev/null @@ -1,2 +0,0 @@ -static-host-mapping -################### \ No newline at end of file diff --git a/docs/configuration/system/sysctl.disable b/docs/configuration/system/sysctl.disable new file mode 100644 index 00000000..82ffd159 --- /dev/null +++ b/docs/configuration/system/sysctl.disable @@ -0,0 +1,2 @@ +sysctl +###### \ No newline at end of file diff --git a/docs/configuration/system/sysctl.rst b/docs/configuration/system/sysctl.rst deleted file mode 100644 index 82ffd159..00000000 --- a/docs/configuration/system/sysctl.rst +++ /dev/null @@ -1,2 +0,0 @@ -sysctl -###### \ No newline at end of file diff --git a/docs/configuration/system/wifi-requlatory-domain.disable b/docs/configuration/system/wifi-requlatory-domain.disable new file mode 100644 index 00000000..2b6ce7d4 --- /dev/null +++ b/docs/configuration/system/wifi-requlatory-domain.disable @@ -0,0 +1,2 @@ +wifi-requlatory-domain +###################### \ No newline at end of file diff --git a/docs/configuration/system/wifi-requlatory-domain.rst b/docs/configuration/system/wifi-requlatory-domain.rst deleted file mode 100644 index 2b6ce7d4..00000000 --- a/docs/configuration/system/wifi-requlatory-domain.rst +++ /dev/null @@ -1,2 +0,0 @@ -wifi-requlatory-domain -###################### \ No newline at end of file -- cgit v1.2.3