summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2021-02-04 21:28:45 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2021-02-04 21:28:45 +0000
commit1269382d6aaeffde1dfd4c6ef79179a565b49ee3 (patch)
treec12c59b0c1ce0fe6eba634f89b4e6e74320d7368 /regress/sbin/pfctl
parentf2d1f306ce776f2d7f83a551b714196efc5cb9e9 (diff)
it's fine to route-to to a table.
i think this should have been tweaked a while back.
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r--regress/sbin/pfctl/pfail19.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pfail19.in b/regress/sbin/pfctl/pfail19.in
index 5529d4c956f..1965f6c2a73 100644
--- a/regress/sbin/pfctl/pfail19.in
+++ b/regress/sbin/pfctl/pfail19.in
@@ -3,6 +3,3 @@ match in on lo0 from any to any rdr-to <sometable>
match out on lo0 from any to any nat-to <sometable>
match on lo0 from 1.1.1.1 to any binat-to <sometable>
match on lo0 from <sometable> to any binat-to 1.1.1.1
-pass in from any to any dup-to (lo0 <sometable>)
-pass in from any to any route-to (lo0 <sometable>)
-pass in from any to any reply-to (lo0 <sometable>)