diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2000-02-10 17:56:01 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2000-02-10 17:56:01 +0000 |
| commit | 9fcc079584f8064468eeb656b6b8d26a5b7e8572 (patch) | |
| tree | 144958e2634fe0e5b89de343b75a1c2349ffdba6 | |
| parent | 6355710df8824446e2c8dc3a65811f5e3f64c7f5 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/ip_fw.c | 1 | ||||
| -rw-r--r-- | sys/netinet/ip_input.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 4d43433a1cf1..b2f5aedf648e 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -73,7 +73,6 @@ static int fw_verbose = 1; static int fw_verbose = 0; #endif int fw_one_pass = 1 ; -int fw_enable = 1 ; #ifdef IPFIREWALL_VERBOSE_LIMIT static int fw_verbose_limit = IPFIREWALL_VERBOSE_LIMIT; #else diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 2450a1d04c3e..b1eb90d00ee6 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -174,6 +174,7 @@ SYSCTL_INT(_net_inet_ip, OID_AUTO, stealth, CTLFLAG_RW, /* Firewall hooks */ ip_fw_chk_t *ip_fw_chk_ptr; ip_fw_ctl_t *ip_fw_ctl_ptr; +int fw_enable = 1 ; #ifdef DUMMYNET ip_dn_ctl_t *ip_dn_ctl_ptr; |
