summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSagar Paul <sagpaul@redhat.com>2021-08-04 10:08:22 +0530
committerGitHub <noreply@github.com>2021-08-04 04:38:22 +0000
commit83bc2db8cd723266eec243ca9330940a553e57a2 (patch)
tree0c5e4c96e98a153b51e6ce2c88b86778b07db453 /docs
parentd1ebc5a6e65eda8cb7c39625afdf0fb5918da5dd (diff)
downloadvyos-ansible-old-83bc2db8cd723266eec243ca9330940a553e57a2.tar.gz
vyos-ansible-old-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 'docs')
-rw-r--r--docs/vyos.vyos.vyos_bgp_address_family_module.rst2
-rw-r--r--docs/vyos.vyos.vyos_ospf_interfaces_module.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/vyos.vyos.vyos_bgp_address_family_module.rst b/docs/vyos.vyos.vyos_bgp_address_family_module.rst
index 0c463d0..a213ff0 100644
--- a/docs/vyos.vyos.vyos_bgp_address_family_module.rst
+++ b/docs/vyos.vyos.vyos_bgp_address_family_module.rst
@@ -1132,7 +1132,7 @@ Parameters
</td>
<td>
<div>This option is used only with state <em>parsed</em>.</div>
- <div>The value of this option should be the output received from the IOS device by executing the command <b>show configuration command | match bgp</b>.</div>
+ <div>The value of this option should be the output received from the VYOS device by executing the command <b>show configuration command | match bgp</b>.</div>
<div>The state <em>parsed</em> reads the configuration from <code>running_config</code> option and transforms it into Ansible structured data as per the resource module&#x27;s argspec and the value is then returned in the <em>parsed</em> key within the result.</div>
</td>
</tr>
diff --git a/docs/vyos.vyos.vyos_ospf_interfaces_module.rst b/docs/vyos.vyos.vyos_ospf_interfaces_module.rst
index 0417088..c2c5db6 100644
--- a/docs/vyos.vyos.vyos_ospf_interfaces_module.rst
+++ b/docs/vyos.vyos.vyos_ospf_interfaces_module.rst
@@ -424,7 +424,7 @@ Parameters
</td>
<td>
<div>This option is used only with state <em>parsed</em>.</div>
- <div>The value of this option should be the output received from the IOS device by executing the command <b>sh running-config | section ^interface</b>.</div>
+ <div>The value of this option should be the output received from the VYOS device by executing the command <b>show configuration commands | match &quot;set interfaces&quot;</b>.</div>
<div>The state <em>parsed</em> reads the configuration from <code>running_config</code> option and transforms it into Ansible structured data as per the resource module&#x27;s argspec and the value is then returned in the <em>parsed</em> key within the result.</div>
</td>
</tr>