diff options
author | Sagar Paul <sagpaul@redhat.com> | 2021-06-22 23:55:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 18:25:12 +0000 |
commit | a8e806d61fc1e4fd88592bee7e501fbe259cca99 (patch) | |
tree | ce0a89c73c8e14c173c37dd9e720e94ad2576441 /plugins | |
parent | eb46eb529a8bcfaeb5a7e736550d7cfb612b02d7 (diff) | |
download | vyos.vyos-a8e806d61fc1e4fd88592bee7e501fbe259cca99.tar.gz vyos.vyos-a8e806d61fc1e4fd88592bee7e501fbe259cca99.zip |
Spelling glitch fix on doc (#168)
Spelling glitch fix on doc
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/modules/vyos_bgp_address_family.py | 2 | ||||
-rw-r--r-- | plugins/modules/vyos_bgp_global.py | 8 | ||||
-rw-r--r-- | plugins/modules/vyos_firewall_global.py | 4 | ||||
-rw-r--r-- | plugins/modules/vyos_firewall_rules.py | 6 | ||||
-rw-r--r-- | plugins/modules/vyos_ospfv3.py | 2 | ||||
-rw-r--r-- | plugins/modules/vyos_ping.py | 2 | ||||
-rw-r--r-- | plugins/modules/vyos_route_maps.py | 8 | ||||
-rw-r--r-- | plugins/modules/vyos_static_routes.py | 4 |
8 files changed, 18 insertions, 18 deletions
diff --git a/plugins/modules/vyos_bgp_address_family.py b/plugins/modules/vyos_bgp_address_family.py index 80c6807..782669f 100644 --- a/plugins/modules/vyos_bgp_address_family.py +++ b/plugins/modules/vyos_bgp_address_family.py @@ -165,7 +165,7 @@ options: type: str choices: ['export', 'import'] acl: - description: Acess-list number. + description: Access-list number. type: int filter_list: description: As-path-list to filter route updates to/from this neighbor. diff --git a/plugins/modules/vyos_bgp_global.py b/plugins/modules/vyos_bgp_global.py index aedbae1..49e0a72 100644 --- a/plugins/modules/vyos_bgp_global.py +++ b/plugins/modules/vyos_bgp_global.py @@ -139,7 +139,7 @@ options: type: str choices: ['export', 'import'] acl: - description: Acess-list number. + description: Access-list number. type: int ebgp_multihop: description: Allow this EBGP neighbor to not be on a directly connected network. Specify @@ -180,7 +180,7 @@ options: description: IPv4 peer group for this peer type: str peer_group: - description: True if all the configs unde this neighbor key is for peer group template. + description: True if all the configs under this neighbor key is for peer group template. type: bool port: description: Neighbor's BGP port @@ -363,7 +363,7 @@ options: description: Disable IGP route check for network statements type: bool distance: - description: Administratives distances for BGP routes + description: Administrative distances for BGP routes type: list elements: dict suboptions: @@ -390,7 +390,7 @@ options: description: Disable client to client route reflection type: bool no_fast_external_failover: - description: Disable immediate sesison reset if peer's connected link goes down + description: Disable immediate session reset if peer's connected link goes down type: bool router_id: description: BGP router-id diff --git a/plugins/modules/vyos_firewall_global.py b/plugins/modules/vyos_firewall_global.py index 6ff3071..71dc4a6 100644 --- a/plugins/modules/vyos_firewall_global.py +++ b/plugins/modules/vyos_firewall_global.py @@ -207,7 +207,7 @@ options: type: bool twa_hazards_protection: description: - - RFC1337 TCP TIME-WAIT assasination hazards protection. + - RFC1337 TCP TIME-WAIT assassination hazards protection. type: bool state_policy: description: @@ -267,7 +267,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/plugins/modules/vyos_firewall_rules.py b/plugins/modules/vyos_firewall_rules.py index 3bd6451..b6ed81b 100644 --- a/plugins/modules/vyos_firewall_rules.py +++ b/plugins/modules/vyos_firewall_rules.py @@ -86,7 +86,7 @@ options: type: bool rules: description: - - A ditionary that specifies the rule-set configurations. + - A dictionary that specifies the rule-set configurations. type: list elements: dict suboptions: @@ -215,7 +215,7 @@ options: type: int ipsec: description: - - Inboud ip sec packets. + - Inbound ip sec packets. type: str choices: - match-ipsec @@ -662,7 +662,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/plugins/modules/vyos_ospfv3.py b/plugins/modules/vyos_ospfv3.py index ca5bc93..9954ac7 100644 --- a/plugins/modules/vyos_ospfv3.py +++ b/plugins/modules/vyos_ospfv3.py @@ -126,7 +126,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/plugins/modules/vyos_ping.py b/plugins/modules/vyos_ping.py index 64509fb..90aa6d3 100644 --- a/plugins/modules/vyos_ping.py +++ b/plugins/modules/vyos_ping.py @@ -92,7 +92,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 diff --git a/plugins/modules/vyos_route_maps.py b/plugins/modules/vyos_route_maps.py index bca8383..c8e7352 100644 --- a/plugins/modules/vyos_route_maps.py +++ b/plugins/modules/vyos_route_maps.py @@ -91,7 +91,7 @@ options: description: Delete BGP communities matching the community-list. community: type: dict - description: Border Gateway Protocl (BGP) community attribute. + description: Border Gateway Protocol (BGP) community attribute. suboptions: value: type: str @@ -135,7 +135,7 @@ options: choices: [ "egp", "igp", "incomplete" ] originator_id: type: str - description: Border Gateway Protocol (BGP) originator ID attribute. Orignator IP address. + description: Border Gateway Protocol (BGP) originator ID attribute. Originator IP address. src: type: str description: Source address for route. Example <x.x.x.x> IP address. @@ -264,7 +264,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: @@ -394,7 +394,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/plugins/modules/vyos_static_routes.py b/plugins/modules/vyos_static_routes.py index fa29b72..ac288ce 100644 --- a/plugins/modules/vyos_static_routes.py +++ b/plugins/modules/vyos_static_routes.py @@ -62,7 +62,7 @@ options: - ipv6 required: true routes: - description: A ditionary that specify the static route configurations. + description: A dictionary that specify the static route configurations. type: list elements: dict suboptions: @@ -140,7 +140,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: |