From d243747d92c4cacce93fc3a982655dc80d4886d4 Mon Sep 17 00:00:00 2001 From: andre Date: Fri, 27 Aug 2004 15:16:24 +0000 Subject: Always compile PFIL_HOOKS into the kernel and remove the associated kernel compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and thus it becomes a standard part of the network stack. If no hooks are connected the entire packet filter hooks section and related activities are jumped over. This removes any performance impact if no hooks are active. Both OpenBSD and DragonFlyBSD have integrated PFIL_HOOKS permanently as well. --- sys/powerpc/conf/GENERIC | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 35eec94..ad88985 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -56,7 +56,6 @@ 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 KDB #Enable the kernel debugger -- cgit v1.1