View | Details | Raw Unified | Return to bug 254623
Collapse All | Expand All

(-)b/usr.sbin/traceroute6/traceroute6.c (-2 lines)
Lines 578-585 main(int argc, char *argv[]) Link Here
578
	 */
578
	 */
579
	switch (useproto) {
579
	switch (useproto) {
580
	case IPPROTO_ICMPV6:
580
	case IPPROTO_ICMPV6:
581
		sndsock = rcvsock;
582
		break;
583
	case IPPROTO_NONE:
581
	case IPPROTO_NONE:
584
	case IPPROTO_SCTP:
582
	case IPPROTO_SCTP:
585
	case IPPROTO_TCP:
583
	case IPPROTO_TCP:

Return to bug 254623