mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associated
kernel compile option. Approved by: re (scottl)
This commit is contained in:
parent
2d79470f8a
commit
f44831e61c
1 changed files with 5 additions and 0 deletions
5
UPDATING
5
UPDATING
|
|
@ -23,6 +23,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
|
|||
developers choose to disable these features on build machines
|
||||
to maximize performance.
|
||||
|
||||
20040922:
|
||||
PFIL_HOOKS are a fixed part of the network stack now and do not
|
||||
need to be specified in the kernel configuration file anymore.
|
||||
Remove 'options PFIL_HOOKS' from your kernel config file.
|
||||
|
||||
20040914:
|
||||
The format of the pflogd(8) logfile "/var/log/pflog" has changed for
|
||||
architectures that have a 64 bit long type to make it compatible to
|
||||
|
|
|
|||
Loading…
Reference in a new issue