diff options
Diffstat (limited to 'docs/vyos.vyos.vyos_ospf_interfaces_module.rst')
-rw-r--r-- | docs/vyos.vyos.vyos_ospf_interfaces_module.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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> |