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
I'm looking to be able to do what's below
firewall-cmd --permanent --add-rich-rule='rule family=ipv4 icmp-type name="destination-unreachable" limit value="20/s" accept'
Which looks like
rule family="ipv4" icmp-type name="destination-unreachable" accept limit value="20/s"
The text was updated successfully, but these errors were encountered:
I'm looking to be able to do what's below
firewall-cmd --permanent --add-rich-rule='rule family=ipv4 icmp-type name="destination-unreachable" limit value="20/s" accept'
Which looks like
rule family="ipv4" icmp-type name="destination-unreachable" accept limit value="20/s"
The text was updated successfully, but these errors were encountered: