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

[Backward compatibility] routeros_ip_firewall_filter NOT WORKING AS EXPECTED #418

Closed
gudge25 opened this issue Apr 11, 2024 · 1 comment · Fixed by #424
Closed

[Backward compatibility] routeros_ip_firewall_filter NOT WORKING AS EXPECTED #418

gudge25 opened this issue Apr 11, 2024 · 1 comment · Fixed by #424
Assignees
Labels
bug Something isn't working released

Comments

@gudge25
Copy link

gudge25 commented Apr 11, 2024

code from example

resource "routeros_ip_firewall_filter" "rule" {
 action      = "accept"
 chain       = "forward"
 src_address = "10.0.0.1"
 dst_address = "10.0.1.1"
 dst_port    = "443"
 protocol    = "tcp"
}

but TF is sending additional values which are not need
for example

address-list-timeout=none-dynamic
log=no
image
@gudge25 gudge25 added the bug Something isn't working label Apr 11, 2024
@gudge25 gudge25 changed the title outeros_ip_firewall_filter NOT WORKING AS EXPECTED routeros_ip_firewall_filter NOT WORKING AS EXPECTED Apr 11, 2024
@gudge25 gudge25 changed the title routeros_ip_firewall_filter NOT WORKING AS EXPECTED [Backward compatibility] routeros_ip_firewall_filter NOT WORKING AS EXPECTED Apr 11, 2024
@vaerh vaerh self-assigned this Apr 15, 2024
@vaerh vaerh closed this as completed in 62ee597 Apr 15, 2024
vaerh added a commit that referenced this issue Apr 15, 2024
vaerh added a commit that referenced this issue Apr 15, 2024
@vaerh
Copy link
Collaborator

vaerh commented Apr 16, 2024

🎉 This issue has been resolved in version 1.46.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@vaerh vaerh added the released label Apr 16, 2024
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
2 participants