From: dlg Date: Thu, 4 Feb 2021 21:28:44 +0000 (+0000) Subject: it's fine to route-to to a table. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=221b44ef451415fd12843cc43f46710b741ff140;p=openbsd it's fine to route-to to a table. i think this should have been tweaked a while back. --- 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 match out on lo0 from any to any nat-to match on lo0 from 1.1.1.1 to any binat-to match on lo0 from to any binat-to 1.1.1.1 -pass in from any to any dup-to (lo0 ) -pass in from any to any route-to (lo0 ) -pass in from any to any reply-to (lo0 )