diff options
author | peter <peter@FreeBSD.org> | 2001-01-29 13:26:14 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-29 13:26:14 +0000 |
commit | 45d023e517fe74bc20d44c77e4612f3b5cf616ad (patch) | |
tree | d7ccee522152338ce8cc4dbcea7e04d873fa15a6 /sys/conf/options | |
parent | 695e2716fdfbb7a4b3c7a07c6660c4f562fc1864 (diff) | |
download | FreeBSD-src-45d023e517fe74bc20d44c77e4612f3b5cf616ad.zip FreeBSD-src-45d023e517fe74bc20d44c77e4612f3b5cf616ad.tar.gz |
Supply a stub bpf_validate() (always returning false - the script is not
valid) if BPF is missing.
The netgraph_bpf node forced bpf to be present, reflect that in the
options.
Stop doing a 'count bpf' - we provide stubs.
Since a handful of drivers still refer to "bpf.h", provide a more accurate
indication that the API is present always. (eg: netinet6)
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 1d682e7..717a841 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -493,3 +493,4 @@ NDEVFSOVERFLOW opt_devfs.h # various 'device presence' options. DEV_SNP opt_snp.h DEV_MCA opt_mca.h +DEV_BPF opt_bpf.h |