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/ia64/conf/GENERIC | 1 - sys/ia64/conf/SKI | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/ia64') diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 11d7d38..8a0f786 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -40,7 +40,6 @@ options MSDOSFS # MSDOS Filesystem options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as root device -options PFIL_HOOKS # pfil(9) framework options PROCFS # Process filesystem (/proc) options PSEUDOFS # Pseudo-filesystem framework options SCHED_ULE # ULE scheduler diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index ce805e9..f632a1f 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -35,7 +35,6 @@ options INET6 # IPv6 communications protocols options KDB # Enable kernel debugger support options KTRACE # ktrace(1) syscall trace support options MD_ROOT # MD usable as root device -options PFIL_HOOKS # pfil(9) framework options PROCFS # Process filesystem (/proc) options PSEUDOFS # Pseudo-filesystem framework options SCHED_ULE # ULE scheduler -- cgit v1.1