Skip to content

Commit

Permalink
fix: Remove extra space after passthrough in validation (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorescu authored May 23, 2023
1 parent 986cc35 commit 3061910
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 @@ -35,7 +35,7 @@ func ResourceIPFirewallMangle() *schema.Resource {
ValidateFunc: validation.StringInSlice([]string{
"accept", "add-dst-to-address-list", "add-src-to-address-list", "change-dscp", "change-mss",
"change-ttl", "clear-df", "fasttrack-connection", "jump", "log", "mark-connection", "mark-packet",
"mark-routing", "passthrough ", "return", "route", "set-priority", "sniff-pc", "sniff-tzsp",
"mark-routing", "passthrough", "return", "route", "set-priority", "sniff-pc", "sniff-tzsp",
"strip-ipv4-options",
}, false),
},
Expand Down

0 comments on commit 3061910

Please sign in to comment.