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

Resource firewall filter #237

Closed
thalessenapereira opened this issue Jul 12, 2023 · 1 comment · Fixed by #238
Closed

Resource firewall filter #237

thalessenapereira opened this issue Jul 12, 2023 · 1 comment · Fixed by #238
Assignees
Labels
bug Something isn't working released

Comments

@thalessenapereira
Copy link

There is a parameter that is not working in the resource firewall filter.

Is it possible to create a rule using the action add-dst-to-address-list or add-src-to-address-list? When using this action, we can determine the name of the list. If the parameter existed, it would be similar to the example below:

resource "routeros_ip_firewall_filter" "testepeg" {
action = "add-dst-to-address-list"
address_list_timeout = "00:00:10"
tls_host = "globo"
address_list = "teste"
chain = "forward"
src_address_list = "LAN"
}

@thalessenapereira thalessenapereira added the bug Something isn't working label Jul 12, 2023
@vaerh vaerh self-assigned this Jul 12, 2023
vaerh added a commit that referenced this issue Jul 12, 2023
@vaerh vaerh mentioned this issue Jul 12, 2023
@vaerh
Copy link
Collaborator

vaerh commented Jul 12, 2023

🎉 This issue has been resolved in version 1.12.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@vaerh vaerh added the released label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants