From 83bc2db8cd723266eec243ca9330940a553e57a2 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Wed, 4 Aug 2021 10:08:22 +0530 Subject: 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 Reviewed-by: None --- docs/vyos.vyos.vyos_bgp_address_family_module.rst | 2 +- docs/vyos.vyos.vyos_ospf_interfaces_module.rst | 2 +- 2 files changed, 2 insertions(+), 2 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 0c463d06..a213ff0d 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
This option is used only with state parsed.
-
The value of this option should be the output received from the IOS device by executing the command show configuration command | match bgp.
+
The value of this option should be the output received from the VYOS device by executing the command show configuration command | match bgp.
The state parsed reads the configuration from 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 parsed key within the result.
diff --git a/docs/vyos.vyos.vyos_ospf_interfaces_module.rst b/docs/vyos.vyos.vyos_ospf_interfaces_module.rst index 0417088c..c2c5db6a 100644 --- a/docs/vyos.vyos.vyos_ospf_interfaces_module.rst +++ b/docs/vyos.vyos.vyos_ospf_interfaces_module.rst @@ -424,7 +424,7 @@ Parameters
This option is used only with state parsed.
-
The value of this option should be the output received from the IOS device by executing the command sh running-config | section ^interface.
+
The value of this option should be the output received from the VYOS device by executing the command show configuration commands | match "set interfaces".
The state parsed reads the configuration from 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 parsed key within the result.
-- cgit v1.2.3