You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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"
}
The text was updated successfully, but these errors were encountered: