diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-03-03 09:10:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 09:10:38 +1000 |
commit | 41e4b0734ca961d18c0a016a50b3c6e598a10dff (patch) | |
tree | 4a8a944a951eec56087dc842f4ab24ac3a77b88e /docs | |
parent | 241de488727ba60af9b883ef8ed31571a119b856 (diff) | |
download | vyos.vyos-main.tar.gz vyos.vyos-main.zip |
* T6829 re-init
* re-init T6829 ospfv3 area interface for 1.3-
* changelog
* changelog fix
* Doc is updated
* adding 1.4+ support
* ospfv3 area interfaces for 1.4+
* fixed ospfv3 facts and added area interface unit test for 1.4
* ospfv3 clean-up
* doc updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vyos.vyos.vyos_ospfv3_module.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/vyos.vyos.vyos_ospfv3_module.rst b/docs/vyos.vyos.vyos_ospfv3_module.rst index 2bc2f50..6957b77 100644 --- a/docs/vyos.vyos.vyos_ospfv3_module.rst +++ b/docs/vyos.vyos.vyos_ospfv3_module.rst @@ -121,6 +121,44 @@ Parameters <td class="elbow-placeholder"></td> <td colspan="2"> <div class="ansibleOptionAnchor" id="parameter-"></div> + <b>interface</b> + <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a> + <div style="font-size: small"> + <span style="color: purple">list</span> + / <span style="color: purple">elements=dictionary</span> + </div> + </td> + <td> + </td> + <td> + <div>Enable OSPVv3 on an interface for this area.</div> + <div style="font-size: small; color: darkgreen"><br/>aliases: interfaces</div> + </td> + </tr> + <tr> + <td class="elbow-placeholder"></td> + <td class="elbow-placeholder"></td> + <td class="elbow-placeholder"></td> + <td colspan="1"> + <div class="ansibleOptionAnchor" id="parameter-"></div> + <b>name</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>Interface name.</div> + </td> + </tr> + + <tr> + <td class="elbow-placeholder"></td> + <td class="elbow-placeholder"></td> + <td colspan="2"> + <div class="ansibleOptionAnchor" id="parameter-"></div> <b>range</b> <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a> <div style="font-size: small"> |