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

(-)sys/netpfil/ipfw/ip_fw2.c (+5 lines)
Lines 1162-1167 do { \ Link Here
1162
				PULLUP_TO(hlen, ulp, struct pim);
1162
				PULLUP_TO(hlen, ulp, struct pim);
1163
				break;
1163
				break;
1164
1164
1165
			case IPPROTO_GRE:	/* RFC 1701 */
1166
				/* XXX GRE header check? */
1167
				PULLUP_TO(hlen, ulp, struct gre_h);
1168
				break;
1169
1165
			case IPPROTO_CARP:
1170
			case IPPROTO_CARP:
1166
				PULLUP_TO(hlen, ulp, struct carp_header);
1171
				PULLUP_TO(hlen, ulp, struct carp_header);
1167
				if (((struct carp_header *)ulp)->carp_version !=
1172
				if (((struct carp_header *)ulp)->carp_version !=

Return to bug 220640