diff options
author | 2004-06-07 07:46:30 +0000 | |
---|---|---|
committer | 2004-06-07 07:46:30 +0000 | |
commit | 0579ebdd643e979c25a97fc4da5b297ebd2fd446 (patch) | |
tree | 15a8a31b2ec97e9076918d26c6b6efe741db3930 | |
parent | new mirror in Switzerland (diff) | |
download | wireguard-openbsd-0579ebdd643e979c25a97fc4da5b297ebd2fd446.tar.xz wireguard-openbsd-0579ebdd643e979c25a97fc4da5b297ebd2fd446.zip |
workaround.
-rw-r--r-- | regress/sbin/pfctl/if2ip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/if2ip b/regress/sbin/pfctl/if2ip index 03c33202a67..fdf86cd30c2 100644 --- a/regress/sbin/pfctl/if2ip +++ b/regress/sbin/pfctl/if2ip @@ -19,7 +19,7 @@ kernel_spec() { if2ip_kernel() { T=`echo "pass in on tun100 from $1" | pfctl -a _regress/if2ip -f- \ -vf- | awk '{ print $6}' | tr -d "()"` - pfctl -a _pf/_if -t "$T" -Ts | sort + pfctl -a _pf -t "$T" -Ts | sort pfctl -a _regress/if2ip -qFr } |