summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf13.in
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-11-24 20:42:18 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-11-24 20:42:18 +0000
commit9be5761298276d3ae2962653cd910f9ec766dfc8 (patch)
tree03788c4fe3a6f2ca175b063ac9166dce77b6019c /regress/sbin/pfctl/pf13.in
parent9ac51cfef767a8213d162240466520c24c546a20 (diff)
make succeed again; explicit address family needed in one more case now
Diffstat (limited to 'regress/sbin/pfctl/pf13.in')
-rw-r--r--regress/sbin/pfctl/pf13.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf13.in b/regress/sbin/pfctl/pf13.in
index a9c3d910bbf..025a8d0f66d 100644
--- a/regress/sbin/pfctl/pf13.in
+++ b/regress/sbin/pfctl/pf13.in
@@ -2,7 +2,7 @@ pass in quick on enc0 fastroute all
pass in quick on enc0 fastroute inet all
pass in quick on enc0 fastroute inet6 all
-pass out quick on tun0 route-to tun1 all
+pass out quick on tun0 route-to tun1 inet all
pass out quick on tun0 route-to tun1 from any to 192.168.1.1
pass out quick on tun0 route-to tun1 from any to fec0::1