Deleted Added
full compact
1c1
< .\" $OpenBSD: pflogd.8,v 1.25 2005/01/02 18:15:02 jmc Exp $
---
> .\" $OpenBSD: pflogd.8,v 1.32 2006/12/08 10:26:38 joel Exp $
27c27
< .\" $FreeBSD: head/contrib/pf/pflogd/pflogd.8 148787 2005-08-06 13:03:03Z brueffer $
---
> .\" $FreeBSD: head/contrib/pf/pflogd/pflogd.8 171172 2007-07-03 12:30:03Z mlaier $
39a40
> .Op Fl i Ar interface
46,47c47,50
< to the packet logging interface
< .Pa pflog0
---
> to a
> .Xr pflog 4
> interface, normally
> .Pa pflog0 ,
86c89,91
< If there is an invalid log file or an I/O error, logging is suspended until a
---
> If there is an invalid log file or an I/O error, the log file is moved
> out of the way and a new one is created.
> If a new file cannot be created, logging is suspended until a
105a111,118
> .It Fl i Ar interface
> Specifies the
> .Xr pflog 4
> interface to use.
> By default,
> .Nm
> will use
> .Ar pflog0 .
109,110c122,123
< bytes of data from each packet rather than the default of 96.
< The default of 96 is adequate for IP, ICMP, TCP, and UDP headers but may
---
> bytes of data from each packet rather than the default of 116.
> The default of 116 is adequate for IP, ICMP, TCP, and UDP headers but may
133a147,153
> Log from another
> .Xr pflog 4
> interface, excluding specific packets:
> .Bd -literal -offset indent
> # pflogd -i pflog3 -f network3.log "not (tcp and port 23)"
> .Ed
> .Pp
153c173
< .Bl -tag -width "reason match " -compact
---
> .Bl -tag -width "ruleset authpf " -compact
161a182,183
> .It ruleset authpf
> Ruleset name equals "authpf".
167c189,191
< "normalize" and "memory".
---
> "normalize", "memory", "congestion", "ip-option", "proto-cksum",
> "state-mismatch", "state-insert", "state-limit", "src-limit",
> and "synproxy".
195c219,221
< Can Erkin Acar
---
> .Nm
> was written by
> .An Can Erkin Acar Aq canacar@openbsd.org .