diff options
author | nectar <nectar@FreeBSD.org> | 2004-01-24 14:59:51 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-01-24 14:59:51 +0000 |
commit | 70865363ca3965520f879ab49c6846b9d34015c6 (patch) | |
tree | 5ef81e4dc6dea09474ffa160922656d4be3b0e12 /sys/sparc64 | |
parent | bbc2a64b23179a758ceb50496fe6ecd1b1d80bda (diff) | |
download | FreeBSD-src-70865363ca3965520f879ab49c6846b9d34015c6.zip FreeBSD-src-70865363ca3965520f879ab49c6846b9d34015c6.tar.gz |
Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so
that one can load the IPFilter module (which requires PFIL_HOOKS).
Requested by: Many, for over a year
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index b07bd30..3e02544 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -55,6 +55,7 @@ options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores #options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions +options PFIL_HOOKS # pfil(9) framework # Debugging for use in -current options DDB #Enable the kernel debugger |