Make one pass through the firewall the default.
Multiple pass (which only affects dummynet) is too confusing.
This commit is contained in:
parent
d662d4b701
commit
1e83f7627b
@ -12,7 +12,7 @@
|
||||
*
|
||||
* This software is provided ``AS IS'' without any warranties of any kind.
|
||||
*
|
||||
* $Id: ip_fw.c,v 1.108 1999/04/20 14:29:59 peter Exp $
|
||||
* $Id: ip_fw.c,v 1.109 1999/04/24 13:23:48 dt Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -62,7 +62,7 @@ static int fw_verbose = 1;
|
||||
#else
|
||||
static int fw_verbose = 0;
|
||||
#endif
|
||||
static int fw_one_pass = 0; /* XXX */
|
||||
static int fw_one_pass = 1 ;
|
||||
#ifdef IPFIREWALL_VERBOSE_LIMIT
|
||||
static int fw_verbose_limit = IPFIREWALL_VERBOSE_LIMIT;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user