From: dlg Date: Sun, 7 Feb 2021 23:53:00 +0000 (+0000) Subject: i missed a dup-to when tweaking route-to things to takes ips, not ifaces. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=62c6f81be81a79175ff628f6909de795b690b66a;p=openbsd i missed a dup-to when tweaking route-to things to takes ips, not ifaces. gentle reminded by bluhm@ --- diff --git a/regress/sbin/pfctl/pfail23.in b/regress/sbin/pfctl/pfail23.in index 13450fcef45..1972ed7c99c 100644 --- a/regress/sbin/pfctl/pfail23.in +++ b/regress/sbin/pfctl/pfail23.in @@ -7,5 +7,5 @@ pass in proto udp from any to any flags S/SA pass in proto { udp, icmp } from any to any flags S/SA #no routing address with matching address family found -pass out inet6 from any to any dup-to (tun1000000 1.1.1.1) +pass out inet6 from any to any dup-to 1.1.1.1