mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Fix typos in AllowICMPs
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9018 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
c4bf347acb
commit
9799eb2481
@ -32,11 +32,11 @@ ACCEPT fe80::/10 - ipv6-icmp 132 # Listener done
|
||||
ACCEPT fe80::/10 - ipv6-icmp 143 # Listener report v2
|
||||
|
||||
# The following should be received with a ttl of 255 and must be allowed to transit a bridge
|
||||
ACCEPT - - icpv6-icmp 148 # Certificate path solicitation
|
||||
ACCEPT - - icpv6-icmp 149 # Certificate path advertisement
|
||||
ACCEPT - - ipv6-icmp 148 # Certificate path solicitation
|
||||
ACCEPT - - ipv6-icmp 149 # Certificate path advertisement
|
||||
|
||||
# The following should have a link local source address and a ttl of 1 and must be allowed to transit abridge
|
||||
ACCEPT fe80::/10 - icpv6-icmp 151 # Multicast router advertisement
|
||||
ACCEPT fe80::/10 - icpv6-icmp 152 # Multicast router solicitation
|
||||
ACCEPT fe80::/10 - icpv6-icmp 153 # Multicast router termination
|
||||
ACCEPT fe80::/10 - ipv6-icmp 151 # Multicast router advertisement
|
||||
ACCEPT fe80::/10 - ipv6-icmp 152 # Multicast router solicitation
|
||||
ACCEPT fe80::/10 - ipv6-icmp 153 # Multicast router termination
|
||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
||||
|
Loading…
Reference in New Issue
Block a user