diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vyos.vyos.vyos_bgp_address_family_module.rst | 2 | ||||
-rw-r--r-- | docs/vyos.vyos.vyos_ospf_interfaces_module.rst | 2 |
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'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 "set interfaces"</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's argspec and the value is then returned in the <em>parsed</em> key within the result.</div> </td> </tr> |