ansible-collections / community.routeros

Ansible modules for managing MikroTik RouterOS instances.
https://galaxy.ansible.com/ui/repo/published/community/routeros/
GNU General Public License v3.0
95 stars 45 forks source link

Add '/interface ovpn-client' path #244

Closed derdeagle closed 8 months ago

derdeagle commented 8 months ago
SUMMARY

Fixes #242 - add "/interface ovpn-client" path.

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION

None.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a1492b4) 82.97% compared to head (19d3edd) 82.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #244 +/- ## ======================================= Coverage 82.97% 82.97% ======================================= Files 32 32 Lines 4046 4046 Branches 871 871 ======================================= Hits 3357 3357 Misses 506 506 Partials 183 183 ``` | [Flag](https://app.codecov.io/gh/ansible-collections/community.routeros/pull/244/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/ansible-collections/community.routeros/pull/244/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | `66.86% <ø> (ø)` | | | [sanity](https://app.codecov.io/gh/ansible-collections/community.routeros/pull/244/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | `22.10% <ø> (ø)` | | | [units](https://app.codecov.io/gh/ansible-collections/community.routeros/pull/244/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections) | `82.91% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 8 months ago

Docs Build 📝

Thank you for contribution!✨

The docs for this PR have been published here: https://ansible-collections.github.io/community.routeros/pr/244

You can compare to the docs for the main branch here: https://ansible-collections.github.io/community.routeros/branch/main

The docsite for this PR is also available for download as an artifact from this run: https://github.com/ansible-collections/community.routeros/actions/runs/7330180953

File changes:

Click to see the diff comparison. **NOTE:** only file modifications are shown here. New and deleted files are excluded. See the file list and check the published docs to see those files. ```diff diff --git a/home/runner/work/community.routeros/community.routeros/docsbuild/base/api_info_module.html b/home/runner/work/community.routeros/community.routeros/docsbuild/head/api_info_module.html index 4281fc9..7674544 100644 --- a/home/runner/work/community.routeros/community.routeros/docsbuild/base/api_info_module.html +++ b/home/runner/work/community.routeros/community.routeros/docsbuild/head/api_info_module.html @@ -347,6 +347,7 @@ see "interface l2tp-server server"

  • "interface list"

  • "interface list member"

  • +
  • "interface ovpn-client"

  • "interface ovpn-server server"

  • "interface ppp-client"

  • "interface pppoe-client"

  • diff --git a/home/runner/work/community.routeros/community.routeros/docsbuild/base/api_modify_module.html b/home/runner/work/community.routeros/community.routeros/docsbuild/head/api_modify_module.html index 8d2110a..43722f0 100644 --- a/home/runner/work/community.routeros/community.routeros/docsbuild/base/api_modify_module.html +++ b/home/runner/work/community.routeros/community.routeros/docsbuild/head/api_modify_module.html @@ -367,6 +367,7 @@ see
    "interface l2tp-server server"

  • "interface list"

  • "interface list member"

  • +
  • "interface ovpn-client"

  • "interface ovpn-server server"

  • "interface ppp-client"

  • "interface pppoe-client"

  • ```
    derdeagle commented 8 months ago

    Thanks for your contribution!

    Always a pleasure ;)

    felixfontein commented 8 months ago

    @derdeagle thanks! :)