Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144434542
D47520.id146294.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
445 B
Referenced Files
None
Subscribers
None
D47520.id146294.diff
View Options
diff --git a/usr.sbin/traceroute6/traceroute6.c b/usr.sbin/traceroute6/traceroute6.c
--- a/usr.sbin/traceroute6/traceroute6.c
+++ b/usr.sbin/traceroute6/traceroute6.c
@@ -1009,6 +1009,10 @@
printf(" !");
++got_there;
break;
+ default:
+ ++unreachable;
+ printf(" !<%d>", code & 0xff);
+ break;
}
} else if (type == ICMP6_PARAM_PROB &&
code == ICMP6_PARAMPROB_NEXTHEADER) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 10:27 AM (18 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28568446
Default Alt Text
D47520.id146294.diff (445 B)
Attached To
Mode
D47520: traceroute6: Don't keep trying on unreachables
Attached
Detach File
Event Timeline
Log In to Comment