Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for routing table? #162

Open
itrack opened this issue Mar 27, 2023 · 1 comment
Open

Support for routing table? #162

itrack opened this issue Mar 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@itrack
Copy link

itrack commented Mar 27, 2023

SUMMARY

The "routing table" is not supported by api_modify

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

routing table

ADDITIONAL INFORMATION

https://help.mikrotik.com/docs/display/ROS/Policy+Routing

    - name: Add routing tables
      community.routeros.api_modify:
        path: routing table
        data: 
          - "name='to_wan' fib=''"

/routing table add name=myTable fib

@felixfontein felixfontein added the enhancement New feature or request label Sep 1, 2023
derdeagle added a commit to derdeagle/community.routeros that referenced this issue Dec 28, 2023
@derdeagle
Copy link
Contributor

The support for routing table was added in back in PR #215 . I now only added routing rule. @felixfontein Could you please verify?

In the PR #246 the path routing rule was added additionally.

Somewhere in the depths of the MikroTik documentation I read that routing table would only make limited sense without routing rule but I cannot find it anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants