diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2021-02-07 23:53:01 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2021-02-07 23:53:01 +0000 |
commit | d3ecd9730eda2670b9212dbcfd01eac883c2e18c (patch) | |
tree | 1fe0183d0c1709ebbf67b80a16782922820af0e0 /regress/sbin | |
parent | 9fc543a544336daabf9ae11962e64cf39c9cd998 (diff) |
i missed a dup-to when tweaking route-to things to takes ips, not ifaces.
gentle reminded by bluhm@
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pfail23.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |