print !A on ICMP_UNREACH_ADM_PROHIB too
authorkstailey <kstailey@openbsd.org>
Thu, 30 Jan 1997 07:07:07 +0000 (07:07 +0000)
committerkstailey <kstailey@openbsd.org>
Thu, 30 Jan 1997 07:07:07 +0000 (07:07 +0000)
usr.sbin/traceroute/traceroute.c

index 91752c4..da93f7b 100644 (file)
@@ -537,6 +537,7 @@ main(argc, argv)
                                                ++unreachable;
                                                Printf(" !S");
                                                break;
+                                       case ICMP_UNREACH_ADM_PROHIB:
                                        case ICMP_UNREACH_NET_PROHIB:
                                                ++unreachable;
                                                Printf(" !A");