summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2026-09-13 07:24:37 +1000
committerGitHub <noreply@github.com>2026-09-13 07:24:37 +1000
commit046bd167fcf31b21373d1f799aba8a1483104e9e (patch)
treefeca1ca2a1a3023bdc01b9400c4d446b1d57fbff /docs
parent7fd31edd2f5d47d1bc8813149a60c1c8c09c444a (diff)
parenta5fbed02fcd4a98845d1510be322d4404cfbd1e8 (diff)
downloadrest.vyos-046bd167fcf31b21373d1f799aba8a1483104e9e.tar.gz
rest.vyos-046bd167fcf31b21373d1f799aba8a1483104e9e.zip
Merge branch 'main' into t8989_auth_methodst8989_auth_methods
Diffstat (limited to 'docs')
-rw-r--r--docs/vyos.rest.vyos_lldp_interfaces_module.rst51
1 files changed, 1 insertions, 50 deletions
diff --git a/docs/vyos.rest.vyos_lldp_interfaces_module.rst b/docs/vyos.rest.vyos_lldp_interfaces_module.rst
index c294c79..d029429 100644
--- a/docs/vyos.rest.vyos_lldp_interfaces_module.rst
+++ b/docs/vyos.rest.vyos_lldp_interfaces_module.rst
@@ -202,7 +202,7 @@ Parameters
</td>
<td>
<div>LLDP administrative mode for this interface.</div>
- <div><code>rx-tx</code> sends and receives LLDP frames (default).</div>
+ <div><code>rx-tx</code> sends and receives LLDP frames (device default).</div>
<div><code>disable</code> disables LLDP on this interface.</div>
<div><code>rx</code> receives only.</div>
<div><code>tx</code> transmits only.</div>
@@ -229,21 +229,6 @@ Parameters
<tr>
<td colspan="4">
<div class="ansibleOptionAnchor" id="parameter-"></div>
- <b>running_config</b>
- <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
- <div style="font-size: small">
- <span style="color: purple">string</span>
- </div>
- </td>
- <td>
- </td>
- <td>
- <div>Used only with state <code>parsed</code>.</div>
- </td>
- </tr>
- <tr>
- <td colspan="4">
- <div class="ansibleOptionAnchor" id="parameter-"></div>
<b>state</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
@@ -257,8 +242,6 @@ Parameters
<li>overridden</li>
<li>deleted</li>
<li>gathered</li>
- <li>rendered</li>
- <li>parsed</li>
</ul>
</td>
<td>
@@ -267,8 +250,6 @@ Parameters
<div><code>overridden</code> - Replace config for all LLDP interfaces.</div>
<div><code>deleted</code> - Remove listed or all LLDP interface config.</div>
<div><code>gathered</code> - Read LLDP interface config from device without changes.</div>
- <div><code>rendered</code> - Return commands for provided config without connecting.</div>
- <div><code>parsed</code> - Parse running_config into structured data.</div>
</td>
</tr>
</table>
@@ -399,36 +380,6 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="return-"></div>
- <b>parsed</b>
- <a class="ansibleOptionLink" href="#return-" title="Permalink to this return value"></a>
- <div style="font-size: small">
- <span style="color: purple">list</span>
- </div>
- </td>
- <td>when state is parsed</td>
- <td>
- <div>Structured data parsed from running_config (state=parsed).</div>
- <br/>
- </td>
- </tr>
- <tr>
- <td colspan="1">
- <div class="ansibleOptionAnchor" id="return-"></div>
- <b>rendered</b>
- <a class="ansibleOptionLink" href="#return-" title="Permalink to this return value"></a>
- <div style="font-size: small">
- <span style="color: purple">list</span>
- </div>
- </td>
- <td>when state is rendered</td>
- <td>
- <div>Commands for provided config (state=rendered).</div>
- <br/>
- </td>
- </tr>
- <tr>
- <td colspan="1">
- <div class="ansibleOptionAnchor" id="return-"></div>
<b>response</b>
<a class="ansibleOptionLink" href="#return-" title="Permalink to this return value"></a>
<div style="font-size: small">