diff options
author | 2009-11-30 18:51:57 +0000 | |
---|---|---|
committer | 2009-11-30 18:51:57 +0000 | |
commit | d3de65939db8c9a06296a2777e193871dff2977d (patch) | |
tree | 496cd03fe853a8d8d8f83d38e4042b8f79137936 | |
parent | tweak the rules a bit: the search filter for "more recent than" ought to (diff) | |
download | wireguard-openbsd-d3de65939db8c9a06296a2777e193871dff2977d.tar.xz wireguard-openbsd-d3de65939db8c9a06296a2777e193871dff2977d.zip |
It doesn't make sense to talk about doing packet tagging "during
nat-to or rdr-to in addition to filter rules".
-rw-r--r-- | share/man/man5/pf.conf.5 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 87cddeae69d..a033352c745 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.464 2009/11/10 09:10:11 sthen Exp $ +.\" $OpenBSD: pf.conf.5,v 1.465 2009/11/30 18:51:57 sthen Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 10 2009 $ +.Dd $Mdocdate: November 30 2009 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -638,11 +638,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. -Packet tagging can be done during -.Ar nat-to -or -.Ar rdr-to -in addition to filter rules. Tags take the same macros as labels (see above). .Pp .It Ar tagged Aq Ar string |