mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-04 16:16:40 +00:00
Allow ICMPv6 Parameter Problem through peer ACL
This commit is contained in:
@@ -1374,7 +1374,8 @@ func (m *Manager) isSpecialICMP(d *decoder) bool {
|
||||
icmpType := d.icmp6.TypeCode.Type()
|
||||
return icmpType == layers.ICMPv6TypeDestinationUnreachable ||
|
||||
icmpType == layers.ICMPv6TypePacketTooBig ||
|
||||
icmpType == layers.ICMPv6TypeTimeExceeded
|
||||
icmpType == layers.ICMPv6TypeTimeExceeded ||
|
||||
icmpType == layers.ICMPv6TypeParameterProblem
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user