diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2007-09-19 22:45:05 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2007-09-19 22:45:05 +0000 |
commit | 9b25d264b12c1dae43c84ade0563d93fee3f2e14 (patch) | |
tree | f8e37ce2f8df693816ecd2d8092f7fd1288e546a /regress/sbin/pfctl/if2ip | |
parent | 962005787163ee55cf8524f03e2cd6572d7db3ae (diff) |
Fix and re-enable tests for interface->address translation.
OK henning
Diffstat (limited to 'regress/sbin/pfctl/if2ip')
-rw-r--r-- | regress/sbin/pfctl/if2ip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/if2ip b/regress/sbin/pfctl/if2ip index fdf86cd30c2..0b9236ef61c 100644 --- a/regress/sbin/pfctl/if2ip +++ b/regress/sbin/pfctl/if2ip @@ -17,10 +17,10 @@ kernel_spec() { } if2ip_kernel() { - T=`echo "pass in on tun100 from $1" | pfctl -a _regress/if2ip -f- \ + T=`echo "pass in on tun100 from $1" | pfctl -a regress/if2ip -f- \ -vf- | awk '{ print $6}' | tr -d "()"` pfctl -a _pf -t "$T" -Ts | sort - pfctl -a _regress/if2ip -qFr + pfctl -a regress/if2ip -qFr } while [ "X$1" != "X" ]; do |