From 773f8756b62272c101488008f36de8018016094d Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 7 Apr 2009 12:48:41 +0000 Subject: turn fragment reassembly on by default. the is little to no reason to not do fragment reassembly. discussed with dlg and ryan in basel. ok ryan dlg sthen jdixon todd deraadt --- sys/net/pf_ioctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/net/pf_ioctl.c b/sys/net/pf_ioctl.c index 01eaaa79fa8..aa459d683e8 100644 --- a/sys/net/pf_ioctl.c +++ b/sys/net/pf_ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_ioctl.c,v 1.216 2009/04/06 12:05:55 henning Exp $ */ +/* $OpenBSD: pf_ioctl.c,v 1.217 2009/04/07 12:48:40 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -209,6 +209,7 @@ pfattach(int num) pf_normalize_init(); bzero(&pf_status, sizeof(pf_status)); pf_status.debug = PF_DEBUG_URGENT; + pf_status.reass = PF_REASS_ENABLED; /* XXX do our best to avoid a conflict */ pf_status.hostid = arc4random(); -- cgit v1.2.3