diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-11-08 00:45:35 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-11-08 00:45:35 +0000 |
commit | ad889ed4b346cf23a293ccca7173155cb2c7b96b (patch) | |
tree | 4af13e1664679a08b0035b108a4deeec5a7f20c6 /share/man/man4/pfsync.4 | |
parent | f79d6110d197c3e4858e283591f7031205d91a53 (diff) |
Add 'no-sync' state option to prevent state transition messages for states
created by this rule from appearing on the pfsync(4) interface. e.g.
pass in proto tcp to self flags S/SA keep state (no-sync)
ok cedric@ henning@ dhartmei@
Diffstat (limited to 'share/man/man4/pfsync.4')
-rw-r--r-- | share/man/man4/pfsync.4 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4 index 21dd7d5412f..3eef718c34a 100644 --- a/share/man/man4/pfsync.4 +++ b/share/man/man4/pfsync.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfsync.4,v 1.6 2003/06/06 10:29:41 jmc Exp $ +.\" $OpenBSD: pfsync.4,v 1.7 2003/11/08 00:45:33 mcbride Exp $ .\" .\" Copyright (c) 2002 Michael Shalayeff .\" All rights reserved. @@ -43,6 +43,13 @@ for changes in the table by invoking on the .Nm interface. +States created by a rule marked with the +.Ar no-sync +keyword are ommited from the +.Nm pfsync +interface (see +.Xr pf.conf 5 +for details). .Pp Each packet retrieved on this interface has a header associated with it of length @@ -71,6 +78,7 @@ struct pfsync_header { .Xr inet6 4 , .Xr netintro 4 , .Xr pf 4 , +.Xr pf.conf 5 , .Xr ifconfig 8 , .Xr tcpdump 8 .Sh HISTORY |