diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-06-25 20:48:18 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-06-25 20:48:18 +0000 |
commit | d7aea208023a136429b6e7996563c4a0886f4620 (patch) | |
tree | b49bb4ac7452af270cc3f83dfcaabafedd98ed34 /sys/conf/GENERIC | |
parent | ff92ff78ad1439a28f881d242014ee4b153e4bd3 (diff) |
first stab at packet logging for pf. inspired by late night dreams of art.
we just pass drop and passed packets to different pseudo interface that
can be listened to with bpf.
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 9eb38726c42..a09a0a8755f 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.77 2001/06/25 04:31:50 kjell Exp $ +# $OpenBSD: GENERIC,v 1.78 2001/06/25 20:48:13 provos Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -80,6 +80,7 @@ option PPP_DEFLATE #option MROUTING # Multicast router pseudo-device pf 1 # packet filter +pseudo-device pflog 2 # pf log if pseudo-device loop 2 # network loopback pseudo-device bpfilter 8 # packet filter pseudo-device sl 2 # CSLIP |