Skip to content

Commit

Permalink
fix(mangle-connection-state): typo in established value (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
moleus authored Nov 13, 2024
1 parent 7229c55 commit 19c6c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_ip_firewall_mangle.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func ResourceIPFirewallMangle() *schema.Resource {
Optional: true,
Description: "Interprets the connection tracking analysis data for a particular packet.",
ValidateDiagFunc: ValidationMultiValInSlice([]string{
"estabilished", "invalid", "new", "related", "untracked",
"established", "invalid", "new", "related", "untracked",
}, false, true),
},
"connection_type": {
Expand Down

0 comments on commit 19c6c97

Please sign in to comment.