From a8e806d61fc1e4fd88592bee7e501fbe259cca99 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Tue, 22 Jun 2021 23:55:12 +0530 Subject: Spelling glitch fix on doc (#168) Spelling glitch fix on doc Reviewed-by: https://github.com/apps/ansible-zuul --- docs/vyos.vyos.vyos_bgp_address_family_module.rst | 2 +- docs/vyos.vyos.vyos_bgp_global_module.rst | 8 ++++---- docs/vyos.vyos.vyos_firewall_global_module.rst | 4 ++-- docs/vyos.vyos.vyos_firewall_rules_module.rst | 6 +++--- docs/vyos.vyos.vyos_ospfv3_module.rst | 2 +- docs/vyos.vyos.vyos_ping_module.rst | 4 ++-- docs/vyos.vyos.vyos_route_maps_module.rst | 8 ++++---- docs/vyos.vyos.vyos_static_routes_module.rst | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) (limited to 'docs') diff --git a/docs/vyos.vyos.vyos_bgp_address_family_module.rst b/docs/vyos.vyos.vyos_bgp_address_family_module.rst index 6ba0dc20..0c463d06 100644 --- a/docs/vyos.vyos.vyos_bgp_address_family_module.rst +++ b/docs/vyos.vyos.vyos_bgp_address_family_module.rst @@ -682,7 +682,7 @@ Parameters -
Acess-list number.
+
Access-list number.
diff --git a/docs/vyos.vyos.vyos_bgp_global_module.rst b/docs/vyos.vyos.vyos_bgp_global_module.rst index da90274e..06bd9187 100644 --- a/docs/vyos.vyos.vyos_bgp_global_module.rst +++ b/docs/vyos.vyos.vyos_bgp_global_module.rst @@ -539,7 +539,7 @@ Parameters -
Administratives distances for BGP routes
+
Administrative distances for BGP routes
@@ -700,7 +700,7 @@ Parameters -
Disable immediate sesison reset if peer's connected link goes down
+
Disable immediate session reset if peer's connected link goes down
@@ -1155,7 +1155,7 @@ Parameters -
Acess-list number.
+
Access-list number.
@@ -1389,7 +1389,7 @@ Parameters -
True if all the configs unde this neighbor key is for peer group template.
+
True if all the configs under this neighbor key is for peer group template.
diff --git a/docs/vyos.vyos.vyos_firewall_global_module.rst b/docs/vyos.vyos.vyos_firewall_global_module.rst index b37cf020..ec84f559 100644 --- a/docs/vyos.vyos.vyos_firewall_global_module.rst +++ b/docs/vyos.vyos.vyos_firewall_global_module.rst @@ -701,7 +701,7 @@ Parameters -
RFC1337 TCP TIME-WAIT assasination hazards protection.
+
RFC1337 TCP TIME-WAIT assassination hazards protection.
@@ -793,7 +793,7 @@ Examples # vyos@vyos# run show configuration commands | grep firewall # # - - name: Merge the provided configuration with the exisiting running configuration + - name: Merge the provided configuration with the existing running configuration vyos.vyos.vyos_firewall_global: config: validation: strict diff --git a/docs/vyos.vyos.vyos_firewall_rules_module.rst b/docs/vyos.vyos.vyos_firewall_rules_module.rst index cebe64cc..7a7428d3 100644 --- a/docs/vyos.vyos.vyos_firewall_rules_module.rst +++ b/docs/vyos.vyos.vyos_firewall_rules_module.rst @@ -182,7 +182,7 @@ Parameters -
A ditionary that specifies the rule-set configurations.
+
A dictionary that specifies the rule-set configurations.
@@ -550,7 +550,7 @@ Parameters -
Inboud ip sec packets.
+
Inbound ip sec packets.
@@ -1574,7 +1574,7 @@ Examples # vyos@vyos# run show configuration commands | grep firewall # set firewall group address-group 'inbound' # - - name: Merge the provided configuration with the exisiting running configuration + - name: Merge the provided configuration with the existing running configuration vyos.vyos.vyos_firewall_rules: config: - afi: ipv6 diff --git a/docs/vyos.vyos.vyos_ospfv3_module.rst b/docs/vyos.vyos.vyos_ospfv3_module.rst index 568dbabe..6bad877e 100644 --- a/docs/vyos.vyos.vyos_ospfv3_module.rst +++ b/docs/vyos.vyos.vyos_ospfv3_module.rst @@ -358,7 +358,7 @@ Examples # vyos@vyos# run show configuration commands | grep ospfv3 # # - - name: Merge the provided configuration with the exisiting running configuration + - name: Merge the provided configuration with the existing running configuration vyos.vyos.vyos_ospfv3: config: redistribute: diff --git a/docs/vyos.vyos.vyos_ping_module.rst b/docs/vyos.vyos.vyos_ping_module.rst index 2407980d..59e4a745 100644 --- a/docs/vyos.vyos.vyos_ping_module.rst +++ b/docs/vyos.vyos.vyos_ping_module.rst @@ -296,7 +296,7 @@ Examples source: eth0 ttl: 128 - - name: Test unreachability to 10.30.30.30 using interval + - name: Test reachability to 10.30.30.30 using interval vyos.vyos.vyos_ping: dest: 10.30.30.30 interval: 3 @@ -405,7 +405,7 @@ Common return values are documented `here The round trip time (RTT) stats.
Sample:
-
AnsibleMapping([('avg', 2), ('max', 8), ('min', 1), ('mdev', 24)])
+
{'avg': 2, 'max': 8, 'min': 1, 'mdev': 24}
diff --git a/docs/vyos.vyos.vyos_route_maps_module.rst b/docs/vyos.vyos.vyos_route_maps_module.rst index 78c75b47..828ce347 100644 --- a/docs/vyos.vyos.vyos_route_maps_module.rst +++ b/docs/vyos.vyos.vyos_route_maps_module.rst @@ -986,7 +986,7 @@ Parameters -
Border Gateway Protocl (BGP) community attribute.
+
Border Gateway Protocol (BGP) community attribute.
@@ -1238,7 +1238,7 @@ Parameters -
Border Gateway Protocol (BGP) originator ID attribute. Orignator IP address.
+
Border Gateway Protocol (BGP) originator ID attribute. Originator IP address.
@@ -1378,7 +1378,7 @@ Examples # vyos@vyos:~$ show configuration commands | match "set policy route-map" # vyos@vyos:~$ - - name: Merge the provided configuration with the exisiting running configuration + - name: Merge the provided configuration with the existing running configuration register: result vyos.vyos.vyos_route_maps: &id001 config: @@ -1508,7 +1508,7 @@ Examples # set policy route-map test3 rule 1 set tag '5' # set policy route-map test3 rule 1 set weight '4' # - # - name: Replace the provided configuration with the exisiting running configuration + # - name: Replace the provided configuration with the existing running configuration # register: result # vyos.vyos.vyos_route_maps: &id001 # config: diff --git a/docs/vyos.vyos.vyos_static_routes_module.rst b/docs/vyos.vyos.vyos_static_routes_module.rst index 5a6884b1..889f7348 100644 --- a/docs/vyos.vyos.vyos_static_routes_module.rst +++ b/docs/vyos.vyos.vyos_static_routes_module.rst @@ -103,7 +103,7 @@ Parameters -
A ditionary that specify the static route configurations.
+
A dictionary that specify the static route configurations.
@@ -352,7 +352,7 @@ Examples # # vyos@vyos:~$ show configuration commands | grep static # - - name: Merge the provided configuration with the exisiting running configuration + - name: Merge the provided configuration with the existing running configuration vyos.vyos.vyos_static_routes: config: - address_families: -- cgit v1.2.3