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
We need to allow icmpv4 type 3 and 11. But when i'm adding it into the icmp_type, i have an error : Error: Could not run: undefined method downcase' for {"value"=>["8", "10", "11"], "Count"=>3}:Hash`
I would like to avoid creating duplicate rules of course :-)
To reproduce it :
open the firewall console
create a new icmpv4 rule and add custom type
type puppet ressource windows_firewall rule to get the output.
Hello,
I have a firewall rule that allow icmp type 8 (Echo Request), see my example below
We need to allow icmpv4 type 3 and 11. But when i'm adding it into the icmp_type, i have an error :
Error: Could not run: undefined method
downcase' for {"value"=>["8", "10", "11"], "Count"=>3}:Hash`I would like to avoid creating duplicate rules of course :-)
To reproduce it :
Would be nice to have something like that
The idea would be to manage the code and maybe the the type ? like referenced here : https://www.inetdoc.net/guides/iptables-tutorial/icmptypes.html
The text was updated successfully, but these errors were encountered: