-
Notifications
You must be signed in to change notification settings - Fork 64
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
ip/route: dst_address should not be mandatory #184
Comments
Please publish the configuration of your resource. |
resource "routeros_ip_route" "d2_rmark_isp22" {
distance = 2
gateway = "10.10.10.1"
routing_table = "to_isp22"
target_scope = 12
} following mikrotik documentation at: https://help.mikrotik.com/docs/pages/viewpage.action?pageId=26476608 |
The problem is fixed, but I want to warn you: the "dst_address" field will still be set to "0.0.0.0/0". |
🎉 This issue has been resolved in version 1.3.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Thx, you are awesome, I see that mikrotik keep it blank when not set through UI, but I suppose it's equal to |
Currently
routeros_ip_route
requiresdst_address
to be set, but in some cases, routes must be set without it like for example in multi ISP failover scenario.It should not be a mandatory field.
The text was updated successfully, but these errors were encountered: