diff options
| author | Sagar Paul <sagpaul@redhat.com> | 2021-08-04 10:08:22 +0530 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 04:38:22 +0000 | 
| commit | 83bc2db8cd723266eec243ca9330940a553e57a2 (patch) | |
| tree | 0c5e4c96e98a153b51e6ce2c88b86778b07db453 /plugins/modules | |
| parent | d1ebc5a6e65eda8cb7c39625afdf0fb5918da5dd (diff) | |
| download | vyos.vyos-83bc2db8cd723266eec243ca9330940a553e57a2.tar.gz vyos.vyos-83bc2db8cd723266eec243ca9330940a553e57a2.zip | |
Docs fixed - wrong platform mentioned (#189)
Docs fixed - wrong platform mentioned
SUMMARY
updated docs corrected wrong platform mentioned
ISSUE TYPE
Docs Pull Request
COMPONENT NAME
bgp_address_family
ospf_interfaces
ADDITIONAL INFORMATION
Reviewed-by: GomathiselviS <None>
Reviewed-by: None <None>
Diffstat (limited to 'plugins/modules')
| -rw-r--r-- | plugins/modules/vyos_bgp_address_family.py | 2 | ||||
| -rw-r--r-- | plugins/modules/vyos_ospf_interfaces.py | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/plugins/modules/vyos_bgp_address_family.py b/plugins/modules/vyos_bgp_address_family.py index 782669f4..ab98e3bd 100644 --- a/plugins/modules/vyos_bgp_address_family.py +++ b/plugins/modules/vyos_bgp_address_family.py @@ -238,7 +238,7 @@ options:      type: str      description:      - This option is used only with state I(parsed). -    - The value of this option should be the output received from the IOS device by +    - The value of this option should be the output received from the VYOS device by        executing the command B(show configuration command | match bgp).      - The state I(parsed) reads the configuration from C(running_config) option and        transforms it into Ansible structured data as per the resource module's argspec diff --git a/plugins/modules/vyos_ospf_interfaces.py b/plugins/modules/vyos_ospf_interfaces.py index 732a5e7f..61ef32ee 100644 --- a/plugins/modules/vyos_ospf_interfaces.py +++ b/plugins/modules/vyos_ospf_interfaces.py @@ -132,8 +132,8 @@ options:    running_config:      description:      - This option is used only with state I(parsed). -    - The value of this option should be the output received from the IOS device by -      executing the command B(sh running-config | section ^interface). +    - The value of this option should be the output received from the VYOS device by +      executing the command B(show configuration commands |  match "set interfaces").      - The state I(parsed) reads the configuration from C(running_config) option and        transforms it into Ansible structured data as per the resource module's argspec        and the value is then returned in the I(parsed) key within the result. | 
