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

(-)a/tap.c (+1 lines)
Lines 972-977 restart: Link Here
972
		switch (ntohs(eh->h_proto)) {
972
		switch (ntohs(eh->h_proto)) {
973
		case ETH_P_ARP:
973
		case ETH_P_ARP:
974
		case ETH_P_IP:
974
		case ETH_P_IP:
975
		case htons_constant(ETH_P_IP):
975
			packet_add(pool_tap4, len, pkt_buf + n);
976
			packet_add(pool_tap4, len, pkt_buf + n);
976
			break;
977
			break;
977
		case ETH_P_IPV6:
978
		case ETH_P_IPV6:

Return to bug 4