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/modules/vyos_bgp_global.py | |
| 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/modules/vyos_bgp_global.py')
| -rw-r--r-- | plugins/modules/vyos_bgp_global.py | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/modules/vyos_bgp_global.py b/plugins/modules/vyos_bgp_global.py index aedbae18..49e0a729 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  | 
