diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-27 11:42:37 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-27 11:42:37 -0300 |
commit | 8390248e17013b5f30470b9903021037847cbf9a (patch) | |
tree | 2459dfdfd857e6dc49348184969a6b07922e5349 | |
parent | 181a5e7774aed68f5ec7f14f9fdfc2995456a4ae (diff) | |
download | FreeBSD-src-8390248e17013b5f30470b9903021037847cbf9a.zip FreeBSD-src-8390248e17013b5f30470b9903021037847cbf9a.tar.gz |
Revert "Importing pfSense patch pf_increase_self_table_size.diff"
A proper fix reached stable/10 - r287207
This reverts commit 74b3c6d4762659d5014ccefb21e6657f673ab443.
-rw-r--r-- | sys/netpfil/pf/pf_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/pf/pf_if.c b/sys/netpfil/pf/pf_if.c index b7779e3..91fbeb8 100644 --- a/sys/netpfil/pf/pf_if.c +++ b/sys/netpfil/pf/pf_if.c @@ -106,7 +106,7 @@ pfi_initialize(void) struct ifnet *ifp; struct pfi_kif *kif; - V_pfi_buffer_max = 1024; + V_pfi_buffer_max = 64; V_pfi_buffer = malloc(V_pfi_buffer_max * sizeof(*V_pfi_buffer), PFI_MTYPE, M_WAITOK); |