diff --git a/portreasons.cc b/portreasons.cc index 6e4b6f4d7..d49186680 100644 --- a/portreasons.cc +++ b/portreasons.cc @@ -172,6 +172,9 @@ reason_codes icmp_to_reason(int icmp_type, int icmp_code){ switch(icmp_type){ + case ICMP_ECHOREPLY: + return ER_ECHOREPLY; + case ICMP_UNREACH: switch(icmp_code){ case ICMP_UNREACH_NET: