View | Details | Raw Unified | Return to bug 269753 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/netpfil/ipfw/ip_fw2.c (-1 / +1 lines)
Lines 2002-2008 do { \ Link Here
2002
					    >> 8) | (offset != 0));
2002
					    >> 8) | (offset != 0));
2003
				} else {
2003
				} else {
2004
					/*
2004
					/*
2005
					 * Compatiblity: historically bare
2005
					 * Compatibility: historically bare
2006
					 * "frag" would match IPv6 fragments.
2006
					 * "frag" would match IPv6 fragments.
2007
					 */
2007
					 */
2008
					match = (cmd->arg1 == 0x1 &&
2008
					match = (cmd->arg1 == 0x1 &&

Return to bug 269753