Skip to content
Snippets Groups Projects
Commit 0b7e3e70 authored by ale's avatar ale
Browse files

Fix typo with --icmp-type

parent 0bcc85da
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ for icmp6type in 1 2 3 4 128 ; do ...@@ -44,7 +44,7 @@ for icmp6type in 1 2 3 4 128 ; do
done done
add_rule4 -A base-input -p icmp -m icmp --icmp-type 8 \ add_rule4 -A base-input -p icmp -m icmp --icmp-type 8 \
-m limit --limit 3/s -j ACCEPT -m limit --limit 3/s -j ACCEPT
add_rule6 -A base-input -p ipv6-icmp -m icmp6 --icmp-type 128 \ add_rule6 -A base-input -p ipv6-icmp -m icmp6 --icmpv6-type 128 \
-m limit --limit 3/s -j ACCEPT -m limit --limit 3/s -j ACCEPT
# IPv6 autodiscovery. # IPv6 autodiscovery.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment