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

(-)b/usr.sbin/arp/arp.c (+4 lines)
Lines 282-287 valid_type(int type) Link Here
282
	switch (type) {
282
	switch (type) {
283
	case IFT_ETHER:
283
	case IFT_ETHER:
284
	case IFT_FDDI:
284
	case IFT_FDDI:
285
	case IFT_INFINIBAND:
285
	case IFT_ISO88023:
286
	case IFT_ISO88023:
286
	case IFT_ISO88024:
287
	case IFT_ISO88024:
287
	case IFT_ISO88025:
288
	case IFT_ISO88025:
Lines 656-661 print_entry(struct sockaddr_dl *sdl, Link Here
656
	case IFT_BRIDGE:
657
	case IFT_BRIDGE:
657
		printf(" [bridge]");
658
		printf(" [bridge]");
658
		break;
659
		break;
660
	case IFT_INFINIBAND:
661
                printf(" [infiniband]");
662
                break;
659
	default:
663
	default:
660
		break;
664
		break;
661
        }
665
        }

Return to bug 196698