diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-14 18:18:15 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-14 18:18:15 +0000 |
commit | c1f50fdfbb69345741fe1c0eb285e1d7a98a2105 (patch) | |
tree | 1e3d4822aa5b8233477408eef1045885ccf10e0d /share/man | |
parent | e5e1415b25c67e3fe4074109955b56e200b7238f (diff) |
the need to use stateful rules for tagging is gone
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index ffa6cc85e41..5cefd771ea9 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.334 2005/06/05 13:46:30 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.335 2005/06/14 18:18:14 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1556,14 +1556,6 @@ is not the last matching rule. Further matching rules can replace the tag with a new one but will not remove a previously applied tag. A packet is only ever assigned one tag at a time. -.Ar pass -rules that use the -.Ar tag -keyword must also use -.Ar keep state , -.Ar modulate state -or -.Ar synproxy state . Packet tagging can be done during .Ar nat , .Ar rdr , |