summaryrefslogtreecommitdiff
path: root/share/man/man4/pflog.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/pflog.4')
-rw-r--r--share/man/man4/pflog.418
1 files changed, 15 insertions, 3 deletions
diff --git a/share/man/man4/pflog.4 b/share/man/man4/pflog.4
index 701acfcffd7..2b2e22b8877 100644
--- a/share/man/man4/pflog.4
+++ b/share/man/man4/pflog.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pflog.4,v 1.8 2005/05/27 20:19:33 dhartmei Exp $
+.\" $OpenBSD: pflog.4,v 1.9 2006/10/25 12:51:31 jmc Exp $
.\"
.\" Copyright (c) 2001 Tobias Weingartner
.\" All rights reserved.
@@ -45,6 +45,14 @@ on the
interface, or stored to disk using
.Xr pflogd 8 .
.Pp
+The pflog0 interface is created automatically at boot if both
+.Xr pf 4
+and
+.Xr pflogd 8
+are enabled;
+further instances can be created using
+.Xr ifconfig 8 .
+.Pp
Each packet retrieved on this interface has a header associated
with it of length
.Dv PFLOG_HDRLEN .
@@ -72,9 +80,13 @@ struct pfloghdr {
};
.Ed
.Sh EXAMPLES
+Create a
+.Nm
+interface
+and monitor all packets logged on it:
.Bd -literal -offset indent
-# ifconfig pflog0 up
-# tcpdump -n -e -ttt -i pflog0
+# ifconfig pflog1 up
+# tcpdump -n -e -ttt -i pflog1
.Ed
.Sh SEE ALSO
.Xr inet 4 ,