diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-28 08:16:24 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-28 08:16:24 +0000 |
commit | c2888a975d59102b19a3bfe63b7e9ac0f50fe419 (patch) | |
tree | 012dd3bdc3c642e4288a59bbaa7d165fc22a7b7d /sys/conf | |
parent | 427354c6146786ff2e7c23b0c93956082f11ff1a (diff) |
bpf device cloning.
Now to have more bpf devices just add device nodes in /dev,
no need to recompile kernel anymore.
Code from form@pdp-11.org.ru, some help from markus@.
ok markus@ canacar@ deraadt@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index e4806956ae2..57f2ea50aad 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.106 2004/05/27 20:48:46 tedu Exp $ +# $OpenBSD: GENERIC,v 1.107 2004/05/28 08:16:23 grange Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -81,7 +81,6 @@ option PPP_DEFLATE pseudo-device pf # packet filter pseudo-device pflog # pf log if pseudo-device pfsync # pf sync if -pseudo-device bpfilter 8 # packet filter pseudo-device sppp 1 # Sync PPP/HDLC pseudo-device enc 1 # option IPSEC needs the encapsulation interface #pseudo-device strip 1 # Starmode Radio IP interface @@ -94,6 +93,7 @@ pseudo-device ksyms 1 # kernel symbols device pseudo-device systrace 1 # system call tracing device # clonable devices +pseudo-device bpfilter # packet filter pseudo-device bridge # network bridging support pseudo-device carp # CARP protocol support pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) |