it's fine to route-to to a table.
authordlg <dlg@openbsd.org>
Thu, 4 Feb 2021 21:28:44 +0000 (21:28 +0000)
committerdlg <dlg@openbsd.org>
Thu, 4 Feb 2021 21:28:44 +0000 (21:28 +0000)
i think this should have been tweaked a while back.

regress/sbin/pfctl/pfail19.in

index 5529d4c..1965f6c 100644 (file)
@@ -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>)