diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/inet/ipf/ip_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/ipf/ip_state.c b/usr/src/uts/common/inet/ipf/ip_state.c index c92262b3ad..adf9ff9382 100644 --- a/usr/src/uts/common/inet/ipf/ip_state.c +++ b/usr/src/uts/common/inet/ipf/ip_state.c @@ -1285,6 +1285,7 @@ u_int flags; switch (ic->icmp_type) { case ICMP_ECHO : + case ICMP_ECHOREPLY : case ICMP_TSTAMP : case ICMP_IREQ : case ICMP_MASKREQ : |