diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2004-05-09 10:51:56 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2004-05-09 10:51:56 +0000 |
commit | 0045ab5c22cc14fb1ab109a1cdb8f4f5fbbbe328 (patch) | |
tree | 4171466c222ed865da35f6b8bfc9ebffed4018de /share/man | |
parent | 7eee8e088a103265c6136e53b0d43310ec764f7e (diff) |
route-to -> reply-to in one case where it was swapped, from
Christopher Pascoe
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 88ac0fc40e7..5a6a8ab9c07 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.296 2004/05/05 23:16:02 frantzen Exp $ +.\" $OpenBSD: pf.conf.5,v 1.297 2004/05/09 10:51:55 dhartmei Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1565,7 +1565,7 @@ option is similar to but routes packets that pass in the opposite direction (replies) to the specified interface. Opposite direction is only defined in the context of a state entry, and -.Ar route-to +.Ar reply-to is useful only in rules that create state. It can be used on systems with multiple external connections to route all outgoing packets of a connection through the interface |